[
https://issues.jboss.org/browse/RF-8615?page=com.atlassian.jira.plugin.sy...
]
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&#347;&#263; list&#281;
Wyczy&#347;&#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