[
https://jira.jboss.org/jira/browse/JBIDE-5015?page=com.atlassian.jira.plu...
]
Denis Golovin reopened JBIDE-5015:
----------------------------------
Composite components support should take into account:
*localization
*library version
*resource versions
so in extreme case if project structure is something like this:
WebContent
|-resources
|-en_US
|-component1
| |-1_0
| |-login.xhtml
| |-1_0.xhtml
|-login.xhtml
if there is an reference to component 1 for environment in en_US locale
<html
xmlns="http://www.w3.org/1999/xhtml"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:ez="http://java.sun.com/jsf/composite/component1" >
content of component1 should be ignored and
resources/en_US/component1/1_0/login.xhtml/1_0.xhtml
should be used
JSF 2.0 composition components support
--------------------------------------
Key: JBIDE-5015
URL:
https://jira.jboss.org/jira/browse/JBIDE-5015
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: Visual Page Editor core, Visual Page Editor Templates
Affects Versions: 3.1.0.M3
Reporter: Maxim Areshkau
Assignee: Maxim Areshkau
Priority: Critical
Fix For: 3.1.0.CR2
Attachments: Screenshot.png
VPE should support JSF 2.0 composition components.
Description of composition components see here:
http://www.ibm.com/developerworks/java/library/j-jsf2fu2/index.html?S_TAC...
In JSF 2.0 specification it's section '3.6 Composite User Interface
Components'
--
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