[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-5598) Open on for java class which declared in *.taglib.xml into tags <validator-id>, <render-type>, <component-type>, <type>

Yahor Radtsevich (JIRA) jira-events at lists.jboss.org
Sat Jan 23 08:59:26 EST 2010


    [ https://jira.jboss.org/jira/browse/JBIDE-5598?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12507934#action_12507934 ] 

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.jsf.vpe.jsf.test/resources/jsf2test
> #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

        


More information about the jbosstools-issues mailing list