Re: HTML form input value via client side

2013-01-04 Thread Norman Franke
On Jan 3, 2013, at 3:17 PM, Thiago H de Paula Figueiredo wrote: > On Thu, 03 Jan 2013 15:44:12 -0200, owzim wrote: > >> 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.

Re: HTML form input value via client side

2013-01-03 Thread Thiago H de Paula Figueiredo
On Thu, 03 Jan 2013 15:44:12 -0200, owzim 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

Re: HTML form input value via client side

2013-01-03 Thread Michael Gentry
t side >> and >> then post the value to the server. Mission impossible? >> >> thanks >> >> >> >> -- >> View this message in context: >> http://tapestry.1045711.n5.nabble.com/HTML-form-input-value-via-client-side-tp5719118.html >> Sent

Re: HTML form input value via client side

2013-01-03 Thread Michael Gentry
thats not what I want, I want to set it client side > and > then post the value to the server. Mission impossible? > > thanks > > > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/HTML-form-input-value-via-client-side-tp571

HTML form input value via client side

2013-01-03 Thread owzim
what I want, I want to set it client side and then post the value to the server. Mission impossible? thanks -- View this message in context: http://tapestry.1045711.n5.nabble.com/HTML-form-input-value-via-client-side-tp5719118.html Sent from the Tapestry - User mailing list archiv