Re: How to use with values stored in the request or page context

2005-08-14 Thread Laurie Harper
Wendy Smoak wrote: From: "Néstor Boscán" <[EMAIL PROTECTED]> How can I use or with values that are stored in the request or page context?. I would like to do something like "/> without using the <% %> tags. Is there a way to use the JSTL Expression Language or tell the tag to get the value

RE: How to use with values stored in the request or page context

2005-08-14 Thread Néstor Boscán
Thanks Wendy Regards, Néstor Boscán -Mensaje original- De: Wendy Smoak [mailto:[EMAIL PROTECTED] Enviado el: Sunday, August 14, 2005 6:08 PM Para: Struts Users Mailing List Asunto: Re: How to use with values stored in the request or page context From: "Néstor Boscán&quo

Re: How to use with values stored in the request or page context

2005-08-14 Thread Wendy Smoak
From: "Néstor Boscán" <[EMAIL PROTECTED]> The problem is that in the form bean you only set the values of the or that are selected, not all of them. So to draw all of them you need to take the values from somewhere else, tipically an object that is in request or session context. True. :) He

RE: How to use with values stored in the request or page context

2005-08-14 Thread Néstor Boscán
-Mensaje original- De: Wendy Smoak [mailto:[EMAIL PROTECTED] Enviado el: Sunday, August 14, 2005 4:37 PM Para: Struts Users Mailing List Asunto: Re: How to use with values stored in the request or page context From: "Néstor Boscán" <[EMAIL PROTECTED]> > How can I u

Re: How to use with values stored in the request or page context

2005-08-14 Thread Wendy Smoak
From: "Néstor Boscán" <[EMAIL PROTECTED]> How can I use or with values that are stored in the request or page context?. I would like to do something like "/> without using the <% %> tags. Is there a way to use the JSTL Expression Language or tell the tag to get the value from an attributo?.

Re: How to use with values stored in the request or page context

2005-08-14 Thread Laurie Harper
Néstor Boscán wrote: How can I use or with values that are stored in the request or page context?. I would like to do something like "/> without using the <% %> tags. Is there a way to use the JSTL Expression Language or tell the tag to get the value from an attributo?. -- Laurie Harper Op

How to use with values stored in the request or page context

2005-08-14 Thread Néstor Boscán
Hi How can I use or with values that are stored in the request or page context?. I would like to do something like "/> without using the <% %> tags. Is there a way to use the JSTL Expression Language or tell the tag to get the value from an attributo?. Regards, Néstor Boscán --