PS. My memory is rusty, it might also be the getAttribute() method, but try getParameter() first.
On Thu, Jan 3, 2013 at 2:16 PM, Michael Gentry <mgen...@masslight.net>wrote: > Try using a normal HTML input (non-T5 component, could be the hidden one > you mentioned) and then: > > import org.apache.tapestry5.services.Request; > ... > @Inject private Request request; > ... > request.getParameter("name"); > > > > On Thu, Jan 3, 2013 at 12:44 PM, owzim <tapes...@owzim.com> wrote: > >> Hi, >> how can I set a value of any input field client side and have it >> transfered >> properly to the backend. >> I've tried many different approaches, like hidden input fields and such, >> but >> "value" is mandatory within the tml, it has to be a proper tml/java >> object/variable, but 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-tp5719118.html >> Sent from the Tapestry - User mailing list archive at Nabble.com. >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org >> For additional commands, e-mail: users-h...@tapestry.apache.org >> >> >