[richfaces-issues] [JBoss JIRA] Issue Comment Edited: (RF-8615) FileUpload - problem with national chars on controlLabels

Bartosz Cieplik (JIRA) jira-events at lists.jboss.org
Tue Feb 1 07:16:39 EST 2011


    [ https://issues.jboss.org/browse/RF-8615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12579299#comment-12579299 ] 

Bartosz Cieplik edited comment on RF-8615 at 2/1/11 7:15 AM:
-------------------------------------------------------------

@Max Laenzlinger: js then would be better:
Just replace this mess with proper characters. Like that:
{{fuCont = fuCont.replace(/& amp;#324;/g, "ń");}}
{{fuCont = fuCont.replace(/& amp;#281;/g, "ę");}}

      was (Author: ciepol):
    @Max Laenzlinger: js then would be better:
Just replace this mess with proper characters. Like that:
<code>fuCont = fuCont.replace(/&amp;#324;/g, "ń");
fuCont = fuCont.replace(/&amp;#281;/g, "ę");</code>
  
> FileUpload - problem with national chars on controlLabels
> ---------------------------------------------------------
>
>                 Key: RF-8615
>                 URL: https://issues.jboss.org/browse/RF-8615
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-input, regression
>    Affects Versions: 3.3.3.Final
>         Environment: WebLogic 10.3, JSF 1.2, Facelets 1.1
>            Reporter: Piotr Staw
>            Assignee: Nick Belaevski
>            Priority: Critical
>             Fix For: 3.Future
>
>         Attachments: screenshot-1.jpg
>
>
> I have a problem with fileUpload control label. When i've used new version 3.3.3Final there is a problem with national chars in clearControlLabel, doneLabel, clearAllControlLabel. 
> When page appears, there are strange marks on labels like: 
> Wyczy&amp;#347;&amp;#263; list&amp;#281; 
> Wyczy&amp;#347;&amp;#263;
> In version RF 3.3.1.GA there was everything fine. 

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       



More information about the richfaces-issues mailing list