Hello,
I'm new in this forum, and i love wicket!!!
My question is:
What wrong with this code?
@Override
protected IAjaxCallDecorator getAjaxCallDecorator() {
return new
AjaxPreprocessingCallDecorator(super.getAjaxCallDecorator()) {
private static final long serialVersionUID = 1L;
@Override
public CharSequence preDecorateScript(CharSequence
script) {
return "$('.buscador-avanzado').slideDown('slow', "
+ script + " );";
}
};
}
--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/Calling-wicket-from-javascript-tp4614612.html
Sent from the Forum for Wicket Core developers mailing list archive at
Nabble.com.