RE: Wizard help

2009-09-25 Thread Jeffrey Schneller
izard that uses data from one step to present additional information in another step. Otherwise the examples are very good. Thanks. -Original Message- From: Pedro Santos [mailto:pedros...@gmail.com] Sent: Friday, September 25, 2009 10:12 AM To: users@wicket.apache.org Subject: Re: Wizard

Re: Wizard help

2009-09-25 Thread Pedro Santos
I am just having trouble with the move from Step 1 to Step 2. I assume the success logic would be implemented in the onFinish() method of my ForgotPasswordWizard You can use an listener to implement success logic, onFinish will to be called when Finish button get pressed http://static.ddpoker.com

Re: Wizard help

2009-07-14 Thread Steve Olara
Thanks a great bunch John, will go through it.   Stephen --- On Tue, 14/7/09, John Armstrong wrote: From: John Armstrong Subject: Re: Wizard help To: users@wicket.apache.org Date: Tuesday, 14 July, 2009, 5:43 PM I haven't had time to nice it up but here is a class that does this.

Re: Wizard help

2009-07-14 Thread John Armstrong
I haven't had time to nice it up but here is a class that does this. Its a wizard that interviews the user based on pre-configured questions in the database. There are 3 'types' of questions in this app I wrote earlier this year (Text Field, Text Area and File) and there can be any number of each t

Re: Wizard help

2009-07-14 Thread Steve Olara
Hello All,   Am new to wickets and trying to learn a few things. To do that am trying to build a web application that a user can post a exam and a responder can answer that exam. So far I have managed to Post a set of questions for a exam into the database. my problem is how to answer those ques