Hello,
I develope JSP with the JBuilder 3.5 . I integrate the Tomcat in the
JBuilder to test the JSP.
When I test the JSP all things function so as I expectedly.
But when I run the Tomcat standalone the setValue() method is not called.
I use:

<jsp:useBean id="men" scope="session" class="eshop.MenuBean" />
<jsp:setProperty name="men" property="*" />

Can anyone help me?

Sorry about the bad english
Jens-Uwe Eilers

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