I use JRun 2.3.3 (with jws and jseweb) and I have the following problems :

if I put comments (<%-- comment --%>) in the jsp file, JRun produce this in
the corresponding java file :

-- comment --

and if I put a tag like <jsp:useBean id="loginBean" scope="page"
class="ideabox.LoginBean"/> I obtain :

 out.println("<jsp:useBean id=\"loginBean\" scope=\"page\"
class=\"ideabox.LoginBean\"/>");

I know it's a problem of configuration but I don't know what to do. So
what's wrong ?

Note :
In jseweb (Service config) > mapping, I have this :

*.jsp            jsp
*.jsp10        com.livesoftware.jsp.JSPServlet

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
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

Reply via email to