I assume ReatilerDetails is the javabean name? If so, it should work,
however, the * means ALL form elements will be populated if they have
corresponding setXXX methods. If you want only the one property, then use
the name of the element. <jsp:setProperty name="ReailerDetails"
property="pageName" />



> -----Original Message-----
> From: A mailing list about Java Server Pages specification and reference
> [mailto:[EMAIL PROTECTED]]On Behalf Of Venkat Muthusamy
> Sent: Monday, August 21, 2000 12:02 PM
> To: [EMAIL PROTECTED]
> Subject: hiiden field
>
>
> Hi,
> i am trying to get a hidden field from a jsp to the
> implementation bean class using set property tag. it
> is not working.
>
>
> in jsp
> <INPUT TYPE="HIDDEN" NAME="pageName" VALUE="abc.jsp">
>
> <jsp:setProperty name="RetailerDetails" property="*"
> />
>
> I just want to confirm whether set/get property will
> work for hidden fields?
>
> thanks in advance
>
> Venkat
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Mail   Free email you can access from anywhere!
> http://mail.yahoo.com/
>
> ==================================================================
> =========
> 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
>

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