All Questions
2 questions
1
vote
1
answer
3k
views
Wicket form and back button issue
I do not know if I missed something but I have following problem.
I am using wicket 6.5.0, i have simple form there with one field. Submitting the form redirect me on the other page. When I press the ...
2
votes
1
answer
3k
views
How do I implement back button support on a form in Wicket?
I have a search page with a tabbed panel, with a form within each tab (see code below), that when submitted searches the database for hits. However, back button support on this form is not working (...