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

Jim Beam (JIRA) jira-events at lists.jboss.org
Wed Oct 17 09:08:02 EDT 2012


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

Jim Beam commented on RF-8615:
------------------------------

Possible workaround using jQuery:

{code:title=Workaround}
<script type="text/javascript">
	// <![CDATA[
	jQuery.noConflict(); // start substituting $ for jQuery
	jQuery(document).ready(function(){
		jQuery(".rich-fileupload-ico-add").each(function(){
			jQuery(this).text("#{msg['main.upload.add']}");
		});
	});
	// ]]> 
</script>
{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
>             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.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the richfaces-issues mailing list