[
https://jira.jboss.org/jira/browse/JBIDE-5015?page=com.atlassian.jira.plu...
]
Maxim Areshkau commented on JBIDE-5015:
---------------------------------------
Denis, from other side:
#1 About library versioning
How many projects use different versions libraries? I don't know any project in Exadel
which use different versions of library in one time. It can be nightmare develop and test
such project and I don't think that this feature will be commonly used.
#2 About localisation
Possibly It more usually used than version support. In most cases localisation is just
translated messages and possibly some converters to display date and time, but not
different components.
So how actual is versioning and localisation at all? I think exist jsf2 topics which much
more commonly used and haven't at all our support or have poor support, some of them:
#1 JSF 2 Kick Start project
#2 JS in JSF2 support, I think some even poor CA will be useful here to get proposals for
following example of code
<span id="#{cc.clientId}">
<h:outputScript name="jsf.js" library="javax.faces"
target="head"/>
<h:outputScript name="poll/poll.js" target="head" />
</span>
<script type="text/javascript">
/* <![CDATA[ */
jsf.ajax.addOnError(jsfdemo.poll.init("#{cc.clientId}","#{cc.attrs.interval}",
"#{cc.attrs.timeout}", "#{cc.attrs.render}"));
/* ]]> */
</script>
and etc ...
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