I'm not sure what you're doing in #getCallbackScript() but have you read this?

https://cwiki.apache.org/WICKET/wicket-ajax.html#WicketAjax-AjaxRequestAttributes

Sven

On 11/09/2012 09:25 PM, saty wrote:
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]



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

Reply via email to