LookUpDispatchAction :does not contain handler parameter named ...

2004-05-26 Thread shankarr
Hi! I am getting an exception which reads like this : *:does not contain handler parameter named empfieldsaction * I have the following jsp. html:form action=StartCustomFieldCreation.do input type = hidden name=module value=Leads Leads Custom Fields nbsp; html:submit property=empfieldsaction

Re: LookUpDispatchAction :does not contain handler parameter named ...

2004-05-26 Thread Rick Reumann
shankarr wrote: Hi! I am getting an exception which reads like this : *:does not contain handler parameter named empfieldsaction * I have the following jsp. html:form action=StartCustomFieldCreation.do input type = hidden name=module value=Leads Leads Custom Fields nbsp; html:submit

Re: LookUpDispatchAction :does not contain handler parameter named ...

2004-05-26 Thread Riyad Kalla
I agree, it drove me nuts so I switched to using MappingDispatchAction and it turned out to be exactly what I wanted. Same idea behind the DispatchActions, but you specify the method name in the parameter field... can't get more straight forward than that ;) On Wednesday 26 May 2004 01:04 pm,