[richfaces-issues] [JBoss JIRA] Commented: (RF-8958) CDK does not generate tag handler described by faces-config xml.

Alexander Smirnov (JIRA) jira-events at lists.jboss.org
Tue Jul 20 11:47:52 EDT 2010


    [ https://jira.jboss.org/browse/RF-8958?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12540091#action_12540091 ] 

Alexander Smirnov commented on RF-8958:
---------------------------------------

That's because tag taype should be define explicitly  <cdk:type>Facelets</cdk:type>. 
CDK has to use default value if that parameter omited, or generate error message for incomplete configuration.

> CDK does not generate tag handler described by faces-config xml.
> ----------------------------------------------------------------
>
>                 Key: RF-8958
>                 URL: https://jira.jboss.org/browse/RF-8958
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: CDK
>            Reporter: Alexander Smirnov
>            Assignee: Alexander Smirnov
>             Fix For: 4.0.0.Milestone2
>
>
> Tag handler, described by faces-config xml is not created and no taglib.xml generated.
>  <component>
>        <component-type>org.richfaces.InputNumberSlider</component-type>
>        <component-class>org.richfaces.component.HTMLInputNumberSlider</component-class>
>        <component-extension>
>            <cdk:generate>true</cdk:generate>
>            <cdk:base-class>javax.faces.component.UIInput</cdk:base-class>
>            <cdk:component-family>javax.faces.Input</cdk:component-family>
>            <cdk:renderer-id>org.richfaces.InputNumberSliderRenderer</cdk:renderer-id>
>            <cdk:tag>
>                <cdk:generate>true</cdk:generate>
>                <cdk:name>inputnumberslider</cdk:name>
>                <cdk:targetClass>org.richfaces.view.facelets.InputNumberSliderHandler</cdk:targetClass>
>            </cdk:tag>
>        </component-extension>
>    </component>
>    <faces-config-extension>
>        <cdk:taglib>
>            <cdk:shortName>ins</cdk:shortName>
>            <cdk:uri>http://richfaces.org/inputnumberslider</cdk:uri>
>        </cdk:taglib>
>    </faces-config-extension>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list