javascript not working after forward from servlet
843838Dec 9 2005 — edited Dec 13 2005Hi,
I have a jsp page which uses a html and a javascript file to generate a javascript calendar for date entry. The html doc is in the same directory as the jsp page and the javascript is in another directory.
The calendar works fine when the jsp loads first.
On submitting the form, the page calls a servlet which does some processing and then forwards to the same jsp using a requestdispatcher. Now the calendar script doesnt work anymore. How to solve this prob.
Thanx.
gopal