hello

How to make hidden field in Tapestry5.

<input type="hidden" name="action" value="CANCEL">


<t:textfield type="hidden" t:id="signatureHex" t:value="signatureHex"/>
                                                        
this textfield does not work.

Wich tapestry component i must use to use hidden form field?


Argo

Reply via email to