What is the method to do page navigation within a Wicket "controller"? I would like to go to another internal page and pass in parameters based on data within the page.
I have found a good page navigation method:
public void onSubmit() {
PageParameters params = new PageParameters();
params.add("param1", "value1");
setResponsePage(ListContacts.class, params);
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With