I want to send the parameters from a jsp to an action, I did it through the "submit" but now I want to do it through a link, but I don't know how can I do that
For example to do it, I think that is something like that
<a href="UserAction.do?action=Deleteuser&id=id" class="Style1">Delete User</a><br />
obviously it doesn't work, what is the problem?