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

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

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

       

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

Reply via email to