Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~632 People Reached
Favorite Forums
Favorite Tags
jsp x 9
Member Avatar for k_satish0101

my application is to reserve a resource for particular period of time (min 1hr) so i store time into database as numerice value i need to edit the reserved time my problem is (for eg) a user reserve as 6.00 to 9.00 the same user reserve as 15.00 to 18.00 …

Member Avatar for aniseed
0
97
Member Avatar for k_satish0101

my application is to reserv a resourse by entering start time and end time before reserving i need to check the availability in the database My problem is (for eg)i 'm requesting reserving by entering startime as 10.00 and end time as 14.00 on a particular day if they had …

0
57
Member Avatar for k_satish0101

i 'm getting the date in [B]dateField[/B] variable after entering the code for converting the date into Simple Date Format java.util.Date datefield2 = new java.util.Date(request.getParameter("dateField")); java.text.SimpleDateFormat sdf = new java.text.SimpleDateFormat("EEEE,dd MMMM yyyy"); GregorianCalendar startDate = new GregorianCalendar(datefield2.getYear()+1900,datefield2.getMonth(),datefield2.getDay()) String reqdt=sdf.format(startDate.getTime()) i 'm not getting the exact date which i entered in …

Member Avatar for Nilesh Pagar
0
112
Member Avatar for k_satish0101

getting the follg error after installing tomcat5.0, jre, j2se and ms-access HTTP Status 500 - type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exception org.apache.jasper.JasperException: Unable to compile class for JSP org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:97) org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:346) org.apache.jasper.compiler.Compiler.generateClass(Compiler.java:414) org.apache.jasper.compiler.Compiler.compile(Compiler.java:472) org.apache.jasper.compiler.Compiler.compile(Compiler.java:451) org.apache.jasper.compiler.Compiler.compile(Compiler.java:439) org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:511) org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:295) …

Member Avatar for masijade
0
229
Member Avatar for k_satish0101

i need to link my application(program) to the management interface of the switch i need to control the switch with the help of my program I need to give the report abt the utilisation of the switch plz help me in this regard

Member Avatar for k_satish0101
0
71
Member Avatar for k_satish0101

I need to reserve a resource for a particular period of time,When i finished in specify the date & time (ie start time and end time). I need to give a report for the particular day by displaying the timing details visually( ie by shading the cell) in the table …

0
66