[
https://jira.jboss.org/jira/browse/JBIDE-4398?page=com.atlassian.jira.plu...
]
Denis Maliarevich commented on JBIDE-4398:
------------------------------------------
The problem was in the following:
Check for facelet's page was removed in JBIDE-3482, but additional check for facelets
page hadn't been added. Thus Any tag with name composition or component was condidered
facelets tag.
Now tag's belonging to facelets tags are checked by taglib's prefix. When
composition or component are not facelets tags - the whole page content will be shown.
VPE doesn't redraw components outside ui:composition,
ui:component...
---------------------------------------------------------------------
Key: JBIDE-4398
URL:
https://jira.jboss.org/jira/browse/JBIDE-4398
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor core
Affects Versions: 3.1.0.M1
Reporter: Yura Zhishko
Assignee: Denis Maliarevich
Fix For: 3.1.0.M2
Attachments: screenshot-1.jpg, screenshot-2.jpg
I think that behavior of ui:composition and ui:component is incorrect for JSP pages
without faselet taglib declaration. When we insert these tags into source part and delete
or don't add faselet taglib declaration all components these components are used as
unrecognized and become green, but components outside don't appear in VPE (see
screenshot-1).
Another case: make the same steps but delete prefixes from tag names.
RESULT: Nothing happens. In this situation user can set up his(her) custom tags that
have name component, composition, but VPE thinks that it's ui:composition and
ui:component and doesn't draw components outside (see screenshot-2)
--
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