[
https://issues.jboss.org/browse/RF-12306?page=com.atlassian.jira.plugin.s...
]
Markus Staab updated RF-12306:
------------------------------
Description:
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&uuml;gen{code} instead of {code}Hinzufügen{code}.
was:
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&uuml;gen" instead of "Hinzufügen".
> 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 {code}Hinzuf&uuml;gen{code} instead of {code}Hinzufü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