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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to