On Sat, 24 Nov 2012 16:21:11 -0200, membersound <memberso...@web.de> wrote:

Hi,

Hi!

I want to read a value from a textfield that is inside a form, but has not been submitted. Who can I extract the unsubmitted value from serverside using java-code (no js)?

Data is only sent to the server when a request is made, so you either submit the form or use AJAX to submit the value. There isn't, AFAIK, any out-of-the-box way of doing that. On the other hand, with a little bit of JavaScript you can easily do that.

What exactly are you trying to do?

--
Thiago H. de Paula Figueiredo

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to