[
http://jira.jboss.com/jira/browse/JBIDE-1605?page=all ]
Juergen Zimmermann reopened JBIDE-1605:
---------------------------------------
Max, the code fragement below should illustrate the missing internationalization:
* The label of rich:panelMenuGroup IS NOT translated in the "Visual" and the
"Preview" tab
* The value of outputText inside rich:panelMenuItem IS translated by using the value of
<resource-bundle> inside faces-config.xml
<rich:panelMenuGroup label="#{i18n['navigation.createKunden']}"
iconExpanded="triangleDown"
iconCollapsed="triangle"
expanded="true"
rendered="#{auth.admin}">
<rich:panelMenuItem icon="disc">
<h:outputLink value="...">
<h:outputText
value="#{i18n['navigation.createEinenKunden']}"/>
</h:outputLink>
</rich:panelMenuItem>
Regarding the 2 screenshots: I don't know what has happened. I think that I only
uploaded one...
VPE: no internationalization for <rich:panelMenuGroup>
------------------------------------------------------
Key: JBIDE-1605
URL:
http://jira.jboss.com/jira/browse/JBIDE-1605
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor
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, screenshot.jpg
When inspecting a Facelets-based JSF page using the view/source, view or preview tab
then internationalization is ignored for <rich:panelMenuGroup>.
<rich:panelMenuItem> takes into account that internationalization is there.
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