You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Ruben Domene <rd...@svalero.es> on 2001/09/05 21:54:02 UTC

Pass arguments to jsp file

How can i pass parameters from one link to a JSP file?
For example for this link:

<a href="editreg.jsp" target="_parent">Edit</a>

How can i say to editreg.jsp that reg it has to editing?

Thank you.