Hi David,

so you want to process a single form component only when a button is pressed?

Then use #setDefaultFormProcessing(false) and process the specific form component by yourself. See AjaxFormComponentUpdatingBehavior#onEvent() on how to process a single component only.

Hope this helps
Sven


On 04/07/2013 03:54 PM, david.li wrote:
Hi,Sven Meier,I want to achieve the function like this:there are some
TextFields in the page.Some of TextFields need to check via the event
whether the value entered. so when user enter the value,then click the
button to verify the value.

how to resolve it?



-----
david
--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/can-t-get-the-TextField-s-Model-tp4657797p4657802.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to