You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Didier LAFFORGUE <di...@capgemini.com> on 2004/10/05 10:49:59 UTC

Foreach and hidden

Hi guys,

Here my problem:
I have "hidden" fields  in my html code: <input type="hidden" name="foo<X>" value="<ognl expression>" /> inside a foreach statement and where X is the index property of the foreach.
I want to generate dynamically with Tapestry these "hidden fields".
How to do it ?
thanks for your response(s).

  Did



This message contains information that may be privileged or confidential and is the property of the Capgemini Group. It is intended only for the person to whom it is addressed. If you are not the intended recipient,  you are not authorized to read, print, retain, copy, disseminate,  distribute, or use this message or any part thereof. If you receive this  message in error, please notify the sender immediately and delete all  copies of this message.


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org


Re: Foreach and hidden

Posted by Didier LAFFORGUE <di...@capgemini.com>.
Thank you Paul (I tested it and obviously it worked) !!!


----- Original Message -----
From: "Paul Ferraro" <pm...@columbia.edu>
To: "Tapestry users" <ta...@jakarta.apache.org>
Sent: Tuesday, October 05, 2004 6:35 PM
Subject: Re: Foreach and hidden


> <input jwcid="@Any" type="hidden" name="ognl:'foo' + index"
> value="ognl:someValue"/>
>
> ...where index is the index property of the foreach.
>
> Paul
>
> Didier LAFFORGUE wrote:
>
> >Hi guys,
> >
> >Here my problem:
> >I have "hidden" fields  in my html code: <input type="hidden" name="foo<X>" value="<ognl expression>" /> inside a foreach statement and where X is the index property of the foreach.
> >I want to generate dynamically with Tapestry these "hidden fields".
> >How to do it ?
> >thanks for your response(s).
> >
> >  Did
> >
> >
> >
> >This message contains information that may be privileged or confidential and is the property of the Capgemini Group. It is intended only for the person to whom it is addressed. If you are not the intended recipient,  you are not authorized to read, print, retain, copy, disseminate,  distribute, or use this message or any part thereof. If you receive this  message in error, please notify the sender immediately and delete all  copies of this message.
> >
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
> >For additional commands, e-mail: tapestry-user-help@jakarta.apache.org
> >
> > 
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tapestry-user-help@jakarta.apache.org

This message contains information that may be privileged or confidential and is the property of the Capgemini Group. It is intended only for the person to whom it is addressed. If you are not the intended recipient,  you are not authorized to read, print, retain, copy, disseminate,  distribute, or use this message or any part thereof. If you receive this  message in error, please notify the sender immediately and delete all  copies of this message.


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org


Re: Foreach and hidden

Posted by Paul Ferraro <pm...@columbia.edu>.
<input jwcid="@Any" type="hidden" name="ognl:'foo' + index" 
value="ognl:someValue"/>

...where index is the index property of the foreach.

Paul

Didier LAFFORGUE wrote:

>Hi guys,
>
>Here my problem:
>I have "hidden" fields  in my html code: <input type="hidden" name="foo<X>" value="<ognl expression>" /> inside a foreach statement and where X is the index property of the foreach.
>I want to generate dynamically with Tapestry these "hidden fields".
>How to do it ?
>thanks for your response(s).
>
>  Did
>
>
>
>This message contains information that may be privileged or confidential and is the property of the Capgemini Group. It is intended only for the person to whom it is addressed. If you are not the intended recipient,  you are not authorized to read, print, retain, copy, disseminate,  distribute, or use this message or any part thereof. If you receive this  message in error, please notify the sender immediately and delete all  copies of this message.
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: tapestry-user-help@jakarta.apache.org
>
>  
>


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org