You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by novotny <no...@gridsphere.org> on 2008/12/03 03:09:04 UTC

examples of Wizard and working back button

Hi,

I'm looking for a code example of writing a wizard in wicket with a working
back button. The code at
http://cwiki.apache.org/WICKET/building-wizard-functionality.html is no
longer available and I was wondering if it was an old example anyway. Any
help is greatly appreciated!

Thanks, Jason



-- 
View this message in context: http://www.nabble.com/examples-of-Wizard-and-working-back-button-tp20805386p20805386.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: examples of Wizard and working back button

Posted by novotny <no...@gridsphere.org>.

No, still looking :-(


jorgesantoro wrote:
> 
> I have the same problem, did you find a solution for it?
> Thanks,
> 
> 
> novotny wrote:
>> 
>> 
>> Hi,
>> 
>> I should have been more clear- I mean an example where the browser back
>> button works like the "previous" button in the 1-2-3 example. I have a
>> simple wizard already working but if a user is on Step 3 and hits browser
>> back button it takes them to 1.
>> 
>> Thanks, Jason
>> 
>> 
>> Jeremy Thomerson-5 wrote:
>>> 
>>> If by back button you mean a previous button, here's a regular old
>>> wizard
>>> example, as easy as 1-2-3:
>>> 
>>> 1 - http://www.google.com/search?q=wicket+examples
>>> 2 - http://www.wicket-library.com/wicket-examples/
>>> 3 - http://www.wicket-library.com/wicket-examples/wizard/
>>> 
>>> Hope this helps.
>>> 
>>> On Tue, Dec 2, 2008 at 8:09 PM, novotny <no...@gridsphere.org> wrote:
>>> 
>>>>
>>>> Hi,
>>>>
>>>> I'm looking for a code example of writing a wizard in wicket with a
>>>> working
>>>> back button. The code at
>>>> http://cwiki.apache.org/WICKET/building-wizard-functionality.html is no
>>>> longer available and I was wondering if it was an old example anyway.
>>>> Any
>>>> help is greatly appreciated!
>>>>
>>>> Thanks, Jason
>>>>
>>>>
>>>>
>>>> --
>>>> View this message in context:
>>>> http://www.nabble.com/examples-of-Wizard-and-working-back-button-tp20805386p20805386.html
>>>> Sent from the Wicket - User mailing list archive at Nabble.com.
>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>>
>>>>
>>> 
>>> 
>>> -- 
>>> Jeremy Thomerson
>>> http://www.wickettraining.com
>>> 
>>> 
>> 
>> 
> 
> 

-- 
View this message in context: http://www.nabble.com/examples-of-Wizard-and-working-back-button-tp20805386p21321853.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: examples of Wizard and working back button

Posted by jorgesantoro <ja...@gmail.com>.
I have the same problem, did you find a solution for it?
Thanks,


novotny wrote:
> 
> 
> Hi,
> 
> I should have been more clear- I mean an example where the browser back
> button works like the "previous" button in the 1-2-3 example. I have a
> simple wizard already working but if a user is on Step 3 and hits browser
> back button it takes them to 1.
> 
> Thanks, Jason
> 
> 
> Jeremy Thomerson-5 wrote:
>> 
>> If by back button you mean a previous button, here's a regular old wizard
>> example, as easy as 1-2-3:
>> 
>> 1 - http://www.google.com/search?q=wicket+examples
>> 2 - http://www.wicket-library.com/wicket-examples/
>> 3 - http://www.wicket-library.com/wicket-examples/wizard/
>> 
>> Hope this helps.
>> 
>> On Tue, Dec 2, 2008 at 8:09 PM, novotny <no...@gridsphere.org> wrote:
>> 
>>>
>>> Hi,
>>>
>>> I'm looking for a code example of writing a wizard in wicket with a
>>> working
>>> back button. The code at
>>> http://cwiki.apache.org/WICKET/building-wizard-functionality.html is no
>>> longer available and I was wondering if it was an old example anyway.
>>> Any
>>> help is greatly appreciated!
>>>
>>> Thanks, Jason
>>>
>>>
>>>
>>> --
>>> View this message in context:
>>> http://www.nabble.com/examples-of-Wizard-and-working-back-button-tp20805386p20805386.html
>>> Sent from the Wicket - User mailing list archive at Nabble.com.
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>
>>>
>> 
>> 
>> -- 
>> Jeremy Thomerson
>> http://www.wickettraining.com
>> 
>> 
> 
> 

-- 
View this message in context: http://www.nabble.com/examples-of-Wizard-and-working-back-button-tp20805386p21317216.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: examples of Wizard and working back button

Posted by novotny <no...@gridsphere.org>.

Hi,

I should have been more clear- I mean an example where the browser back
button works like the "previous" button in the 1-2-3 example. I have a
simple wizard already working but if a user is on Step 3 and hits browser
back button it takes them to 1.

Thanks, Jason


Jeremy Thomerson-5 wrote:
> 
> If by back button you mean a previous button, here's a regular old wizard
> example, as easy as 1-2-3:
> 
> 1 - http://www.google.com/search?q=wicket+examples
> 2 - http://www.wicket-library.com/wicket-examples/
> 3 - http://www.wicket-library.com/wicket-examples/wizard/
> 
> Hope this helps.
> 
> On Tue, Dec 2, 2008 at 8:09 PM, novotny <no...@gridsphere.org> wrote:
> 
>>
>> Hi,
>>
>> I'm looking for a code example of writing a wizard in wicket with a
>> working
>> back button. The code at
>> http://cwiki.apache.org/WICKET/building-wizard-functionality.html is no
>> longer available and I was wondering if it was an old example anyway. Any
>> help is greatly appreciated!
>>
>> Thanks, Jason
>>
>>
>>
>> --
>> View this message in context:
>> http://www.nabble.com/examples-of-Wizard-and-working-back-button-tp20805386p20805386.html
>> Sent from the Wicket - User mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>> For additional commands, e-mail: users-help@wicket.apache.org
>>
>>
> 
> 
> -- 
> Jeremy Thomerson
> http://www.wickettraining.com
> 
> 

-- 
View this message in context: http://www.nabble.com/examples-of-Wizard-and-working-back-button-tp20805386p20809746.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: examples of Wizard and working back button

Posted by Jeremy Thomerson <je...@wickettraining.com>.
If by back button you mean a previous button, here's a regular old wizard
example, as easy as 1-2-3:

1 - http://www.google.com/search?q=wicket+examples
2 - http://www.wicket-library.com/wicket-examples/
3 - http://www.wicket-library.com/wicket-examples/wizard/

Hope this helps.

On Tue, Dec 2, 2008 at 8:09 PM, novotny <no...@gridsphere.org> wrote:

>
> Hi,
>
> I'm looking for a code example of writing a wizard in wicket with a working
> back button. The code at
> http://cwiki.apache.org/WICKET/building-wizard-functionality.html is no
> longer available and I was wondering if it was an old example anyway. Any
> help is greatly appreciated!
>
> Thanks, Jason
>
>
>
> --
> View this message in context:
> http://www.nabble.com/examples-of-Wizard-and-working-back-button-tp20805386p20805386.html
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>


-- 
Jeremy Thomerson
http://www.wickettraining.com