EventDispatchAction and wizard

2006-05-06 Thread Jakub Milkiewicz
Hi I am creating wizzard application that contains 5 screens. It looks like: Action - jsp -Action - jsp -Action -jsp ... I also use autovalidation. All my actions are setup actions (as Michael Jouravlev suggests). So if i submit a form from jsp to some Action and validation fails struts forwards

Re: EventDispatchAction and wizard

2006-05-06 Thread Michael Jouravlev
Check out the wizard sample from Struts Dialogs 2.0 It uses EventActionDispatcher renamed to EventDispatcher, but you can use standard EventActionDispatcher with the same result: https://sourceforge.net/project/showfiles.php?group_id=49385package_id=154597 It behaves like this one: