You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by Apache Wiki <wi...@apache.org> on 2005/09/23 02:13:31 UTC

[Struts Wiki] Trivial Update of "StrutsPleaseWait" by BaqHaidri

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

The comment on the change is:
Added some comments

------------------------------------------------------------------------------
     * @param response
     * @param form
     * @param mapping
-    * @return
+    * @return a boolean indicating whether validation was successful
     * @throws java.io.IOException
     * @throws javax.servlet.ServletException
     */
@@ -118, +118 @@

      }
    }
  
- 
+   /**
+    * This method has been overridden to appropriately forward the 'pleaseWait.jsp'
+    * if the user specifies
+    * @param request
+    * @param response
+    * @param action
+    * @param form
+    * @param mapping
+    * @return the ActionForward object indicating what jsp page to forward to.
+    * @throws java.io.IOException
+    * @throws javax.servlet.ServletException
+    */
    protected ActionForward processActionPerform(javax.servlet.http.HttpServletRequest request,
                                                 javax.servlet.http.HttpServletResponse response,
                                                 Action action,

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org