Posted By:
Adam_Du
Posted On:
Thursday, April 20, 2000 12:15 PM
Can I pass GET parameters specified within the ACTION clause of a FORM in a JSP page as:
ACTION="xyz.jsp?userid=
<%=userid%>"
to another JSP page?:
Are there any other ways to pass GET parameters from a FORM to a JSP page?