Hi all, I've got a JSP (x.jsp) with a form. When a user submits the form (via a Post), it calls itself (i.e. x.jsp). An error "java.lang.NoClassDefFoundError" occurs. But when I call x.jsp?p0=1&p1=2 from my browser, it works fine. Any idea what's the source of the problem? BTW, the JSP works fine on JDeveloper tool. But when the code is migrated to iPlanet, the whole thing just falls apart. Regards Will =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
