Hello,

     It seems as though my bean setters are not getting called on a .JSP
     page load with parameters passed.

     <%@ page import = "yBean" %>
     <jsp:useBean id="nb" scope="page" class="MyBean" />
     <jsp:setProperty name="nb" property="*" />

     then a resulting call to nb.getName() returns null even though I
     passed ?Name=foo to this page.

     This page works in JRUN and servletExec, just fails in JWS 2.0, any
     ideas?

     I hacked a request.getParameter() to get the page working again, but I
     really would like the bean getters to work..

     Thanx

     JD

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