I am getting the following exception:
SupportOrgDispatchAction] does not contain handler parameter named
method
For this actionmapping:
<action path="/SupportOrgDispatchAction"
type="com.hotapp.fes.presentation.support.action.FESSupportOrgDispatchAc
tion"
name="SupportOrgForm" parameter="method">
<forward name="NextPage" path="/fes/jsp/FESSupportOrgTable.jsp"/>
</action>
against these tags in my jsp:
<html:submit property="method" value=" Query ">
<bean:message key="button.selectOrgs">
</html:submit>
This is my first crack at subclassing the LookupDispatchAction. Any
ideas as to what I am doing wrong are greatly appreciated. Thanks.