Programming Forums

Programming Forums (http://www.programmingforums.org/forumindex.php)
-   Java (http://www.programmingforums.org/forum17.html)
-   -   JSP Page Probelm (& and # symbols) (http://www.programmingforums.org/showthread.php?t=7748)

hemanth.balaji Dec 29th, 2005 4:11 AM

JSP Page Probelm (& and # symbols)
 
I have a href in my JSP....

say page1.jsp
---------------

<a href="<%=response.encodeURL(FRONT + "/RemoveReport?reportTemplateName=Test123#&'")%>">

In my second JSP
------------------

I have

String reportTemplateName1 = request.getParameter("reportTemplateName");

Now what is getting stored in reportTemplateName1 when i an printing is Test123.

I am also trying to pass Test123#&amp;' and then also its not working... Giving some other string ... How do i get the whole "Test123#&'" on to the second JSP Page...


All times are GMT -5. The time now is 8:56 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC