> I have a file a.jsp.
> When it compiles it creates a java file _a_46_jsp.java and _a_46_jsp.class.

It almost looks like your file name was a.jsp.jsp! There is a bug in WL451 where
the precompiler converts chars like '.', ".." and '/' to _46__ etc. ( I don't
remember the exact garbage it produced ! ).
So file "a.jsp.jsp" becomes  _a_46__jsp.{java,class}"
We managed to get a patch from them for this problem...you should contact their
customer support for the same.
Good Luck
Girish

===========================================================================
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