Date: 2004-09-15T00:31:12
Editor: MichaelMcGrady <[EMAIL PROTECTED]>
Wiki: Apache Struts Wiki
Page: StrutsCatalogSimpleDispatchAction
URL: http://wiki.apache.org/struts/StrutsCatalogSimpleDispatchAction
no comment
Change Log:
------------------------------------------------------------------------------
@@ -100,7 +100,7 @@
String parameter = mapping.getParameter();
if((parameter != null) && (parameter.endsWith(".x"))) {
- methodName = parameter.substring(0,buttonValue.indexOf('.'));
+ methodName = parameter.substring(0,parameter.indexOf('.'));
} else {
Enumeration enum = request.getParameterNames();
while(enum.hasMoreElements()) {
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]