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.