Dear Wiki user, You have subscribed to a wiki page or wiki category on "Struts Wiki" for change notification.
The following page has been changed by BaqHaidri: http://wiki.apache.org/struts/StrutsPleaseWait ------------------------------------------------------------------------------ 3. A simple Java bean, which I call {{{ForwardActionBean}}}. 4. A jsp, pleaseWait.jsp, which represents the 'Please Wait' page itself. 5. The addition of a global forwards in the struts-config.xml that points to the pleaseWait.jsp, and of course, tell Struts that you're using another {{{RequestProcessor}}}. + + Once you've implemented the steps above, it's just a matter of doing step 1 whenever you want to add a 'Please Wait' page to your action. It's that simple! Here's a sample action mapping in struts-config.xml for an action that takes a long time to process and needs a please wait page: --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]