> Hello, i'm using this dynamic link to pass a parameters to an action:
> 
> http://localhost:8081/deleteEvent.do?action=confirmDelete

>             String action = (String) request.getAttribute("action");
>             

Use getParameter instead of getAttribute!

HTH, Heiko

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

Reply via email to