[
https://jira.jboss.org/jira/browse/JBIDE-3615?page=com.atlassian.jira.plu...
]
Victor Rubezhny resolved JBIDE-3615.
------------------------------------
Resolution: Rejected
Not a bug!!!
Wrong test is used here!
The correct tag to add for messages here is:
<f:loadBundle BASENAME="resources" VAR="msg"/>
There is no message bundle with the base name "msg" in the project (as indicated
in your test case), but there is the message bundle with the base name
"resources"!
Be carefull in what you're testing! Compare the attributes of your testcase and the
same ones from the file greeting.xhtml)
OpenOn doesn't work on for f:loadBundle var="resources"
in specific way.
------------------------------------------------------------------------
Key: JBIDE-3615
URL:
https://jira.jboss.org/jira/browse/JBIDE-3615
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jsp/jsf/xml source editing
Affects Versions: 3.0.0.CR2
Reporter: Anton Klimkovich
Assignee: Victor Rubezhny
Fix For: 3.0.0.GA
EXECUTE: Create JsfwithFacelets project
EXECUTE: In pages folder create any .Xhtml page with FaceletForm template
EXECUTE: Add <f:loadBundle var="resources" basename="msg"/> to
the page
EXECUTE: Try OpenOn on resources.
FAILURE: OpenOn doesn't work.
EXECUTE: Add #{msg.prompt} and try OpenOn on it
FAILURE: OpenOn doesn't work.
If you try to make such OpenOn on greeting.xhtml it will work fine.
--
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