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

Markus Staab (JIRA) jira-events at lists.jboss.org
Mon Jun 4 04:11:18 EDT 2012


Markus Staab created RF-12306:
---------------------------------

             Summary: 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


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 "Hinzuf&amp;uuml;gen" instead of "Hinzuf&uuml;gen".

--
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