hi,
I am using struts 2.0.11.1 and i'm redirecting to an action with some parameters. the problem is that when the parameter value contain the special character '–' (long dash) it is not correctly set in the parameter (ie when i print the value in 'otheractionName' action class (after redirection) the character is printed as 'â??')

<action name="selectaction"
class="com.selectAction" method="selectNow">
<result name="otheraction" type="redirect-action">
<param name="actionName">otheractionName</param>
<param name="projectName">${model.project}</param>
<param name="release">${model.release}</param>
</result>
can someone please help me to resolve this problem...

Reply via email to