please refer to following setting in struts.xml

      
        PostedEassy
        ${classId}
        ${curriculumId}#${topicId}
      


the result will product the result:
PostedEassy.action?classId=53&curriculumId=22&topicId%23191


The explicit result that i want is
PostedEassy.action?classId=53&curriculumId=22&topicId#191

The character # became '%23'.

How can i resolve this problem.

Thanks a lot.




--
View this message in context: 
http://struts.1045723.n5.nabble.com/how-could-i-place-sign-on-redirectAction-param-tp4399606p4399606.html
Sent from the Struts - User mailing list archive at Nabble.com.

Reply via email to