old wicket code has this everywhere in my app
some textField .add
new AjaxEventBehavior("onkeypress")
{
.
.
protected CharSequence getCallbackScript(boolean onlyTargetActivePage)
{
}
.
.
}
could someone point me to an example how this can be done in wicket 6.
Looking to migrate getCallbackScript(boolean onlyTargetActivePage) part.
Thanks
--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/migration-to-wicket-6-tp4653756.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]