[
https://jira.jboss.org/jira/browse/RF-4066?page=com.atlassian.jira.plugin...
]
Tatyana Romanovich closed RF-4066.
----------------------------------
Resolution: Rejected
Assignee: Tatyana Romanovich (was: Nick Belaevski)
There are errors in my page. <f:loadBundle basename="resources"
var="msg" /> string should be between
<ui:composition></ui:composition>. In the my example it was beyond the bounds
of ui:composition and messages were inaccessible.
tab: name attribute can't accept value from resources.properties
----------------------------------------------------------------
Key: RF-4066
URL:
https://jira.jboss.org/jira/browse/RF-4066
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.2
Environment: RF-3.2.2.BETA3
facelets
Reporter: Tatyana Romanovich
Assignee: Tatyana Romanovich
Attachments: StackTrace.txt
1. Create tested application with code:
<rich:tabPanel switchType="client">
<rich:tab label="First" >
Here is tab #1
</rich:tab>
<rich:tab label="Second" name="#{msg.tab2}">
Here is tab #2
</rich:tab>
<rich:tab label="Third" name="#{msg.tab3}">
Here is tab #3
</rich:tab>
</rich:tabPanel>
resources file:
tab2=second
tab3=third
2. Run application and try to open page in the any browser:
FAILURE: An Error Occurred:java.lang.NullPointerException: (see attached file)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira