Hi all,
I have a navigation problem with the wizard component from the woodstock
plugin.
My application is a Webapplication which uses Glassfish and Netbeans 6.0
Used Software:
NetBeans IDE 6.0 (Build 200711261600)
Java: 1.6.0_04; Java HotSpot(TM) Client VM 10.0-b19
Glassfish: V1 & V2 1.4.2.1.1
GlassFish V3 module: 0.3.19
Woodstock version: 4.3 Build 6
Problem:
My wizard is divided in five steps, in every step it is intended that the
user does some
sort of configuration with comboboxes, textfields, radio button groups and
common tasks.
Every step has validation checks and is performed once.
In the third step it is intended that the options of two combo boxes are
changed, if the user combines special
possibilities. That means, I have to "perform" this step twice (the
correct or false possibility is communicated to
the user per message bubble). In the best case the user has to configure
everything once to proceed, in the worst case the user
has to change the parameters two times.
When I do the configuration once and click the next button everything
works fine, but when I do the configuration twice
and click the next button the wizard jumps back to the first step!!
I looked after my Wizard Eventlisteners and other code but there is no
code which leads the wizard back to the first step.
I also tried activating / deactivating the Evenlisteneers and programming
Stepeventlisteners for every step, but nothing seems to work.
I found a wizard example under
http://webdev2.sun.com/example/faces/index.jsp
and some sort of "guide" under
http://developers.sun.com/docs/web-app-guidelines/uispec4_0/13-wizards.html
but this two pages are not very helpful.
Any idea?
Thanks in Advance, best regards
Daniel