[
https://jira.jboss.org/jira/browse/JBIDE-5598?page=com.atlassian.jira.plu...
]
Yahor Radtsevich commented on JBIDE-5598:
-----------------------------------------
The meaning of values of <validator-id>, <render-type> and
<component-type> is an identifier under which the corresponding classes are
registered. E.g. there is the following string in html_basic.taglib.xml:
<component-type>javax.faces.HtmlCommandButton</component-type>
, but the name of the corresponding component class itself is defined in
jsf-ri-runtime.xml:
<component-class>javax.faces.component.html.HtmlCommandButton</component-class>
Thereby the OpenOn action should be added to the <type> tag only.
Open on for java class which declared in *.taglib.xml into tags
<validator-id>,<render-type>,<component-type>,<type>
--------------------------------------------------------------------------------------------------------------------
Key: JBIDE-5598
URL:
https://jira.jboss.org/jira/browse/JBIDE-5598
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: Visual Page Editor core
Reporter: Maxim Areshkau
Assignee: Yahor Radtsevich
Priority: Minor
Fix For: 3.1.0.CR2
#1 Import
https://svn.jboss.org/repos/jbosstools/trunk/jsf/tests/org.jboss.tools.js...
#2 open file html_basic.taglib.xml in jsf-impl-*.jar
#3 try to open on from tags
<validator-id>,<render-type>,<component-type>,<type>
ASSERT java classes for this tags exist and should be opened, but it FAILS
--
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