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

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


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

Bartosz Cieplik commented on RF-8615:
-------------------------------------

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

> 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ść listę 
> Wyczyść
> 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