Hi, I'm new here to wicket.
I'm trying to add a javascrip code to the response after processing a form.
public void onSubmit() {
//do something
//add javascript code in the response to be processed by the
browse?
}
What the best aproach to achieve this?
