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 ------------------------------------------------------------------------------ === A plug & play solution to add a 'Please Wait' page to any Struts action === - A while back I was tasked with providing 'please wait' functionality to the [http://panther.appliedbiosystems.com PANTHER] website. The requirements were that the solution be easily added to any action that the programmer felt needed it. Conversely, it should be just as easily be removed, if the background action were in some way sped up or changed. We already decided that using Javascript/CSS/hiding layers/etc. was not the right solution for us. I thought to myself, given Struts' remarkable page flow flexibility and general extensibility, there's got to be a way to do this elegantly. I couldn't really find anything on the web that showed a satisfactory solution. When I finally came up with a solution, I was surprised that the Struts package didn't already come with a feature like it. I wondered to myself if there was something deep down terribly wrong with my method because I couldn't find anything similar published on the web. I still wonder that but as of yet, I haven't found any problems with it and the solution was pushed to production. It's up to all of you in the user community to provide feedback and improvements. + A while back I was tasked with providing 'please wait' functionality to the [http://panther.appliedbiosystems.com PANTHER] website. The requirements were that the solution be easily added to any action that the programmer felt needed it. Conversely, it should just as easily removable, if the background action were in some way sped up or changed. We already decided that using Javascript/CSS/hiding layers/etc. was not the right solution for us. I thought to myself, given Struts' remarkable page flow flexibility and general extensibility, there's got to be a way to do this elegantly. I couldn't really find anything on the web that showed a satisfactory solution. When I finally came up with a solution, I was surprised that the Struts package didn't already come with a feature like it. I wondered to myself if there was something deep down terribly wrong with my method because I couldn't find anything similar published on the web. I still wonder that but as of yet, I have n't found any problems with it and the solution was pushed to production. It's up to all of you in the user community to provide feedback and improvements. The entire solution itself involves five elements: --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]