On Thu, 03 Jan 2013 15:44:12 -0200, owzim <tapes...@owzim.com> wrote:
Hi,
Hi!
how can I set a value of any input field client side and have it transfered properly to the backend.
The easiest way is just using the Tapestry form field components.
I've tried many different approaches, like hidden input fields and such, but "value" is mandatory within the tml,
Your sentence above doesn't compute. tml itself has nothing mandatory besides being valid XML. Please post your attempts, otherwise we can only guess what was wrong with them. You probably used the TextField component. For example:
<t:textfield value="someProperty"/> @Property private String someProperty;
it has to be a proper tml/java object/variable,
tml itself doesn't have objects.
but thats not what I want, I want to set it client side and then post the value to the server. Mission impossible?
Absolutely not. Just provide use more information on how you tried to implement and we'll help you.
-- Thiago H. de Paula Figueiredo --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org