Forum: Java Mar 5th, 2008 |
| Replies: 4 Views: 374 Re: java project database error Well, then you will have a tough time in your project. Anyways it works for me.
Deploy below files in tomcat or any Servlet Container.
Directory structure should be like... |
Forum: Java Mar 5th, 2008 |
| Replies: 4 Views: 374 Re: java project database error <form action="url"mehtod="post"/>
but this url should identify which servlet to run at server side.
So,
in your web.xml, your
<servlet-mapping>
<servlet-name>somename</servlet-name>
... |
Forum: Java Mar 5th, 2008 |
| Replies: 4 Views: 284 Re: scheduling algorithm!?!?!? Algorithm is rhythmic approach to a problem. So your say, machine should have capability to schedule a task rhythmically. Definition is more abstract I guess but clear I suppose. |
Forum: Java Mar 5th, 2008 |
| Replies: 2 Views: 763 |
Forum: Java Mar 23rd, 2006 |
| Replies: 4 Views: 1,112 |
Forum: JSP Mar 22nd, 2006 |
| Replies: 4 Views: 5,758 |
Forum: JSP Mar 22nd, 2006 |
| Replies: 4 Views: 5,758 Re: Need JavaScript/Firefox HELP See that window.location.reload() is having problem..............
the definition says that........
relaod() --------- this is ok since you r not using this type.
reload(force) -------- but check... |
Forum: JSP Mar 22nd, 2006 |
| Replies: 3 Views: 1,999 Re: plz help me In oreder to do it correctly......
use getDate() method instead of getDay();
that will solve your problem................
This way....... it should be...............
GregorianCalendar... |
Forum: JSP Mar 22nd, 2006 |
| Replies: 3 Views: 1,999 Re: plz help me Just check out for the definition of getDay() method...........
public int getDay()......
Returns the day of the week represented by this date. The returned value
(0 =... |