Date: 2004-09-15T11:49:54
   Editor: MichaelMcGrady <[EMAIL PROTECTED]>
   Wiki: Apache Struts Wiki
   Page: StrutsCatalogSimpleDispatchAction
   URL: http://wiki.apache.org/struts/StrutsCatalogSimpleDispatchAction

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -106,7 +106,7 @@
       while(enum.hasMoreElements()) {
         buttonValue = (String)enum.nextElement();
         if(buttonValue.endsWith(".x")) {
-          methodName = buttonValue.substring(0,buttonValue.indexOf('.'));
+          methodName = buttonValue.substring(0,buttonValue.indexOf(".x"));
         }
       }
     }

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

Reply via email to