[ 
https://issues.jboss.org/browse/RF-12306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Brian Leathem updated RF-12306:
-------------------------------

    Fix Version/s: 3.Future

    
> rich:fileUpload controllabel double encoded
> -------------------------------------------
>
>                 Key: RF-12306
>                 URL: https://issues.jboss.org/browse/RF-12306
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>    Affects Versions: 3.3.3.Final
>         Environment: Liferay 5.2.4, JSF 1.2
>            Reporter: Markus Staab
>             Fix For: 3.Future
>
>
> using the rich:fileUpload with an controllabel which contains e.g. umlauts, 
> the label is not rendered properly... it seems to be double encoded
> {code}
>                       <rich:fileUpload id="TRANSFER_UPLOAD"
>                               fileUploadListener="#{fileUpload.listener}" 
> acceptedTypes="*"
>                               maxFilesQuantity="1000" immediateUpload="false" 
> allowFlash="#{fileUpload.flashEnabled}"
>                               noDuplicate="true" listWidth="100%" 
> listHeight="150px"
>                               transferErrorLabel="" doneLabel="" 
> autoclear="true"
>                               addControlLabel="Hinzufügen"
> >
> ...
> </rich:fileUpload>
> {code}
> The controllabel "Hinzufügen" (german form of "add something") is rendered 
> {code}Hinzuf&amp;uuml;gen{code} instead of {code}Hinzuf&uuml;gen{code}.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to