inheritance « wicket « Java Enterprise Q&A





1. protected field vs. protected method vs. implementing interface for action handlers    stackoverflow.com

I have a class that represents a basic page with "go back", "go forward", and "canel" buttons in Wicket. But not all pages have all the buttons, e. g. the first ...

2. Wicket inheritance issue    stackoverflow.com

I'm developing a Wicket application for college and I ran into (a somewhat tricky) problem. To put some context: I'm making an application that uses a HTML5 player, my solution to ...