Terrance Davis wrote:
>
> What happens in the class/bean "userBean" when <jsp:setProperty name="userBean"
> property="user" param="username" /> is invoked?
>
> What method is being invoked in the class/bean? What methods/properties should
> exist in order for this to work?

Roughly,

  userBean.setUser(request.getParameter("username"));

Hans
--
Hans Bergsten           [EMAIL PROTECTED]
Gefion Software         http://www.gefionsoftware.com

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