Date: 2004-09-14T14:20:57
   Editor: MichaelMcGrady <[EMAIL PROTECTED]>
   Wiki: Apache Struts Wiki
   Page: StrutsCatalogSimpleDispatchAction
   URL: http://wiki.apache.org/struts/StrutsCatalogSimpleDispatchAction

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -138,7 +138,7 @@
                               HttpServletRequest request,
                               HttpServletResponse response)
       throws IOException, ServletException {
-    // do add
+    // do update
     return mapping.findForward("success");
   }
 
@@ -147,12 +147,12 @@
                               HttpServletRequest request,
                               HttpServletResponse response)
       throws IOException, ServletException {
-    // do add
+    // do delete
     return mapping.findForward("success");
   }
 }}}
 
-'''So, just mine the value of the [name].x request parameter for a generic solution.  
If you have further questions, or don't understand the last sentence, reread the 
beginning and ''see'' StrutsCatalogMultipleImageTagsSimplified .'''
+'''So, just mine (retrieve, fetch) the value of the [name].x request parameter for a 
generic solution that covers links, form submits, images, and so on without requiring 
struts-config.xml use and providing auto method calling via reflection.  If you have 
further questions, or don't understand the last sentence, reread the beginning of this 
hurried presentation and ''see'' StrutsCatalogMultipleImageTagsSimplified .'''
 
 
 '''Michael !McGrady'''

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to