Re: passing a session to a wizard

2009-07-21 Thread Steve Olara
Thanks Mike you were right, I managed to figure it out, I had not initalised the object within a seession before bring it into the wizard.   Thanks   Stephen --- On Mon, 20/7/09, Michael Sparer wrote: From: Michael Sparer Subject: Re: passing a session to a wizard To: users@wicket.apache.org

Re: passing a session to a wizard

2009-07-20 Thread Michael Sparer
* @see org.apache.wicket.extensions.wizard.Wizard#onFinish() > */ >     public void onFinish() { >     // setResponsePage(Index.class); >     } > } > >   > Any Help will be highly appreciated > >   > > > > - Michael Sparer http://techblog.mol

Re: passing a session to a wizard

2009-07-20 Thread Steve Olara
Hello All,   I have been trying to design functionality of a webapp using wizard.   I need to pass a object (Questionnaire) to the wizard page, the object contains a set of questions.   on passing the object, when I try to pick the set of questions using q.getqn() where q is the object, a null se