You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by cosmindumy <co...@yahoo.com> on 2013/03/20 16:44:55 UTC

how can I get the input value of a customized formcomponentpanel

Hi again,
I created a customized form component. I want to know which is the best way
to get the input value of the component. 
When the user generated a new input I modify the 'value' attribute. 
How can I get the 'value' attribute of the component? I need it for further
processing. 
Or is it other better way? 
Thanks.  



--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/how-can-I-get-the-input-value-of-a-customized-formcomponentpanel-tp4657375.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: how can I get the input value of a customized formcomponentpanel

Posted by cosmindumy <co...@yahoo.com>.
Thanks for reply. 
I already have the attribute 'value' seted with corect value. 
How can I get it  from wicket ?.  I need it in
AjaxFormComponentUpdatingBehavior for that component. 
Regrards.



--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/how-can-I-get-the-input-value-of-a-customized-formcomponentpanel-tp4657375p4657385.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: how can I get the input value of a customized formcomponentpanel

Posted by armandoxxx <ar...@dropchop.com>.
Use Jquery to get the value (example: $('#field').val() ) if you need it on
client side .. if it's needed on servers side then use wicket functionality
.. it offers everything you need ;)

Regards

Armando



--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/how-can-I-get-the-input-value-of-a-customized-formcomponentpanel-tp4657375p4657376.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org