Passing Textbox values from one JSP to another JSP

Posted by Malathy on Stack Overflow See other posts from Stack Overflow or by Malathy
Published on 2009-09-07T13:34:23Z Indexed on 2010/03/19 13:01 UTC
Read the original article Hit count: 1235

Filed under:

hi all.

I want to pass a textbox value from source JSP file to the destination JSP file on a href click event withour using javascripts. can anyone help me out in this?

i tried using the following method but iam getting error like "End tag is required"

<a href="/destinationFile.jsp?sDate=<%='+txtDate.value+' %>">

thanks in advance Malathy.L.

© Stack Overflow or respective owner

Related posts about jsp