On 2/3/06, fea jabi <[EMAIL PROTECTED]> wrote:
> 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.
Try this: <a href="DispatchCust.do?method=delete&row=${row}">...</a>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]