Re: Multi page forms

2015-02-20 Thread Lukasz Lenart
You meant "wizards"? If so please check this out https://cwiki.apache.org/confluence/display/S2PLUGINS/ActionFlow+Plugin 2015-02-20 9:59 GMT+01:00 Rajeswaran Dhandapani : > Hi All, > > We have the requirement to develop application with multi page forms. > > Mainly it consist of PREVIOUS , SAVE &

Re: multi-page forms

2007-08-30 Thread Ted Husted
Struts 2 uses a hierarchical approach to validation which could be used to support a multi-page workflow. (Struts 1 simulates a hierarchy by using the page property on the ActionForm.) The validation follows the Java class, not the action mapping. If class2 extends class1, then when class2 is valid