I think the comments on this article by Igor may give you some ideas (see #14)
http://wicketinaction.com/2008/09/building-a-smart-entitymodel/ So having a single page, and swapping out multiple panels for each question may be the solution. You can write logic for the "previous" and "next" buttons (or links) to swap in the right panel. On Tue, Sep 8, 2009 at 7:50 PM, Muro Copenhagen <copenha...@gmail.com>wrote: > Hi, > > I could use some input on how to solve a problem i have. > > In my web-app i have some cases, and each cases have several questions. > > And i want the user to flow between the pages in a wizard manner like the > example in: > http://www.wicket-library.com/wicket-examples/wizard/ > > The only problem i have is that all the questions are database driven, and > is not a fixed set of pages. > > But the wizard example is in the link is fixed. > > How would i make a dynamic database driven wizard, where the content of the > wizard pages are database driven? > > Or is the wizard approach not the right way of doing it...? > > What i want to achieve is a user browsing through several question in case, > with the option of moving backwards between the question. > > Any input from anyone ...? > > Best Regards > Muro >