please refer to following setting in struts.xml

      <result type="redirectAction">
        PostedEassy
        ${classId}
        ${curriculumId}#${topicId}
      </result>


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-tp4399604p4399604.html
Sent from the Struts - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to