You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by bu...@apache.org on 2003/12/30 17:15:06 UTC

DO NOT REPLY [Bug 25824] New: - Error in parsing french accent in html:link

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: struts-dev@jakarta.apache.org
        ReportedBy: sebastien.dionne@expertus.ca


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: struts-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-dev-help@jakarta.apache.org