Have an a link in my JSP. When user presses the link I would like to delete that row in the LookupDispatchAction.

I tried to do this using the below code.

But getting error
javax.servlet.ServletException: Request[/DispatchCust] does not contain handler parameter named 'method'. This may be caused by whitespace in the label text.

can I use the <bean:message> for this?

Or is there a better way to do this?

need to pass the row attribute


                    <a href="DispatchCust.do?row=${row}">
                       <bean:message key="delete" property="method"/>
                   </a>

Thanks.

_________________________________________________________________
Don’t just search. Find. Check out the new MSN Search! http://search.msn.click-url.com/go/onm00200636ave/direct/01/


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

Reply via email to