(),
"value",
value);
writer.end();
}
}
Angelo Chen <[EMAIL PROTECTED]>
24.10.2007 12:34
Bitte antworten an
"Tapestry users"
An
users@tapestry.apache.org
Kopie
Thema
T5: hidden field
If you need a hidden field probably is because you need context
information in a form, I suggest to use the context parameter of the
form component. You can get this parameter in the onSubmit event (or
the others forms events as well). If not the case sorry! ;)
Cesar.
On 10/24/07, Angelo Chen <
Hi Kristian,
Thanks for the code, now I just use style=(display:none), it's working fine.
kristian.marinkovic wrote:
>
> for the time being there is no Hidden component available in T5
> you can use the component below:
>
>
--
View this message in context:
http://www.nabble.com/T5
o Chen <[EMAIL PROTECTED]>
24.10.2007 12:34
Bitte antworten an
"Tapestry users"
An
users@tapestry.apache.org
Kopie
Thema
T5: hidden fields
Hi,
Is there a way to declare hidden fields in a form? Thanks.
A.C.
--
View this message in context:
http://www.nabble.com/T5%3A-
Hi,
Is there a way to declare hidden fields in a form? Thanks.
A.C.
--
View this message in context:
http://www.nabble.com/T5%3A-hidden-fields-tf4683527.html#a13383161
Sent from the Tapestry - User mailing list archive at Nabble.com.
---