[jbosstools-issues] [JBoss JIRA] Reopened: (JBIDE-1606) VPE: no internationalization for <rich:dropDownMenu>

Juergen Zimmermann (JIRA) jira-events at lists.jboss.org
Sat Jan 26 10:36:21 EST 2008


     [ http://jira.jboss.com/jira/browse/JBIDE-1606?page=all ]

Juergen Zimmermann reopened JBIDE-1606:
---------------------------------------

             
Max, the code fragement below should illustrate the missing internationalization:
* The value of rich:dropDownMenu IS NOT translated in the "Visual" and the "Preview" tab
* The value of rich:panelMenuItem IS translated by using the value of
  <resource-bundle> inside faces-config.xml
* I think it's not a duplicate because this time it's dropDownMenu, and not rich:panelMenuGroup

<rich:dropDownMenu value="#{i18n['menu.sprache']}">
   <rich:menuItem value="#{i18n['menu.sprache.englisch']}" action="#{sprache.englisch}"/>
   <rich:menuItem value="#{i18n['menu.sprache.deutsch']}" action="#{sprache.deutsch}">/>
</rich:dropDownMenu>

> VPE: no internationalization for <rich:dropDownMenu>
> ----------------------------------------------------
>
>                 Key: JBIDE-1606
>                 URL: http://jira.jboss.com/jira/browse/JBIDE-1606
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>    Affects Versions: 2.0.1
>         Environment: Eclipse 3.3.1.1, WTP 2.0.1, Rich Faces nightly 20080107 
>            Reporter: Juergen Zimmermann
>         Attachments: screenshot.jpg
>
>
> When inspecting a Facelets-based JSF page using the view/source, view or preview tab 
> then internationalization is ignored for <rich:dropDownMenu>.
> Screenshot will be provided.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbosstools-issues mailing list