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: 1285
jsp
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