| WIzard implementation [message #634831] |
Sun, 24 October 2010 04:35  |
ash Messages: 142 Registered: July 2010 |
Senior Member |
|
|
Hi,
I have a wizard of 4 pages which accept few details
when it comes to 4 th page i need dispalay all the information in the 4 page which user as entered in the 1st,2nd,3rd page
the createControl is already invoked.. how will updated all the info 4th page. now i am gettting all data as null;
i have kept all the info in poja object and passeing these object to the 4th page and fetching the details from the poja object.
Thanks
Ashok
|
|
|
| Re: WIzard implementation [message #637978 is a reply to message #634831] |
Tue, 09 November 2010 09:11  |
Federico Gaule Messages: 21 Registered: September 2010 Location: Buenos Aires, Argentina |
Junior Member |
|
|
Hi,
What you have done with the POJO is what i have implemented. Every wizard has a model attached which is in charge of doing all logic, wizard pages are just an UI representation of my model. Otherwise, you have logic in the "setVisible" methods, and that (for me) sucks.
|
|
|
Powered by
FUDForum. Page generated in 0.01818 seconds