Hi Mike,

I had to deal with something similar, seeing Java and HTML mixed in the
browser. I discovered it was a problem of "dates".
If your generated servlet in the server (compiled from a JSP) has a date
newer than the modified JSP you'll have extrange results like you mentioned
in your e-mail. So what I did was to set the time in my PC a little bit
advanced than the server one, and so  the JSP is always compiled and
executed properly.

Hope it helps,
Jose

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to