Michael McGrady wrote:

Ooops, Rick!


I de-ooopsed the situation by adding



if(methodName == null) {
String parameter = mapping.getParameter();
if(parameter.endsWith(".x")) {
methodName = buttonValue.substring(0,buttonValue.indexOf('.'));
}
}


to the

protected static String getMethodName(HttpServletRequest request, ActionMapping mapping)

method, cf. http://wiki.apache.org/struts/StrutsCatalogSimpleDispatchAction?action=show. Therefore, everything I said before is belatedly true.

Michael McGrady


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



Reply via email to