I am not sure if i understand your question correctly, but you can have a servlet 
(Action Bean) executed when user clicks on that link. like following.

<a href="editServlet.do?userid=3&<all other parameters>"></a>

and inside the servlet you are invoking (editServlet.class in this case), you can 
populate a bean with proper data and pass that to the actual edit page (edit.jsp, for 
example) to show it to the user.

Hope it helped.

Jason H. Kim
Quatrix Consulting

-------------------

Reply via email to