Posted By:
Rasa_Direktor
Posted On:
Tuesday, September 28, 2004 04:52 AM
I am making a Struts based wizard-app. Of course, I chose a pattern with one big ActionForm and several Actions (one for each step of my wizard). Session is a must. My JSP user interface design requires an applet in the second step. 1) Is there any good idea (in brief) on how I could incorporate an applet in the second step, i.e. maintain session between second and the next (third) step.? 2) Is it a good idea to incorporate applet in a Struts based wizard? 3) My applet should contain tabbed panes with tables on each one. Tables should contain several hundred of rows. Is there any good idea on how I could replace this kind of layout with pure HTML design,
More>>
I am making a Struts based wizard-app.
Of course, I chose a pattern with one big ActionForm and several Actions (one for each step of my wizard).
Session is a must.
My JSP user interface design requires an applet in the second step.
1) Is there any good idea (in brief) on how I could incorporate an applet in the second step, i.e. maintain session between second and the next (third) step.?
2) Is it a good idea to incorporate applet in a Struts based wizard?
3) My applet should contain tabbed panes with tables on each one. Tables should contain several hundred of rows. Is there any good idea on how I could replace this kind of layout with pure HTML design, i.e. use HTML TABLE tag instead of applet (with a lot of data).
<<Less