DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25824>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25824

Error in parsing french accent in html:link

           Summary: Error in parsing french accent in html:link
           Product: Struts
           Version: 1.1 Final
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Standard Actions
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


I'm trying to generate a link in my web page, but the generated link is 
incorrect when the param containts accent.

the userid is = "bédardg" in the static representation the userid is OK.. but 
if you look at the link is : .../viewUser.do?cmd=view&userId=b%C3%A9dardg

<logic:iterate id="element" name="users">
<td>
  <html:link page="/viewUser.do?cmd=view" paramId="userId" paramName="element" 
paramProperty="userId" onclick="showLayer();">
              <bean:write name="element" property="userId"/>
  </html:link>
</td>

...

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to