RE: Using JSTL to access form bean properties

2005-08-15 Thread Paul McCulloch
t 2005 19:18 > To: Struts Users Mailing List > Subject: Re: Using JSTL to access form bean properties > > > Your form bean should be in either request or session scope under the > name used to define it in struts-config.xml file. What I > usually do is > something like

RE: Using JSTL to access form bean properties

2005-08-14 Thread Néstor Boscán
Thanks Robert -Mensaje original- De: Robert Taylor [mailto:[EMAIL PROTECTED] Enviado el: Sunday, August 14, 2005 2:18 PM Para: Struts Users Mailing List Asunto: Re: Using JSTL to access form bean properties Your form bean should be in either request or session scope under the name used

Re: Using JSTL to access form bean properties

2005-08-14 Thread Robert Taylor
Your form bean should be in either request or session scope under the name used to define it in struts-config.xml file. What I usually do is something like the following: and then you can use it like any other object with c:if or c:choose. Even though the form bean is already defi