Hi,

    Whichever parameters (sent to page request ) names match the names
of
properties for a bean are set.

Karl

Arun Thomas wrote:

> Hello all,
>
> When I use the
>         <jsp:useBean id="blah" ... class="myBlah">
>         <jsp:setProperty name="blah" ... property="*" />
>
> tag correctly, which of the following constraints must hold?
>
> 1) Does every property in bean blah have to have a corresponding form
> element in the jsp page?
> 2) Does every form element in the jsp page have to have a corresponding
> property in bean blah?
>
> I'm fairly sure that one of these constraints holds.  I thought it was the
> 2nd, but, after looking at
> the spec again, I'm no longer sure.  I'd appreciate any input.
>
> -AMT
>
> ===========================================================================
> 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

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