[richfaces-issues] [JBoss JIRA] (RF-12306) rich:fileUpload controllabel double encoded

Brian Leathem (JIRA) jira-events at lists.jboss.org
Tue Jul 24 19:51:06 EDT 2012


     [ 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

       



More information about the richfaces-issues mailing list