Hi I am currently trying to add a datepicker to my website using a Tomcat/Hibernate/jsp environment.
The problem is that I can't seem to be able to load the datepicker function. When I create an empty
jsp to try it out it works. Like so:
But when I try to implement it on my webpage it won't work. It currently uses a
Servlet to load some information for <select> option boxes. Here is some of the code for this jsp:
Any reason why this wouldn't work? I'm guessing it might be a problem with
Tomcat but I'm not sure. Any help would be greatly appreciated.
Thanks,
Nick