[richfaces-issues] [JBoss JIRA] Commented: (RF-8909) CDK: renderer-type is not written into .taglib.xml

Alexander Smirnov (JIRA) jira-events at lists.jboss.org
Fri Aug 13 16:09:49 EDT 2010


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

Alexander Smirnov commented on RF-8909:
---------------------------------------

There are too many possible combinations to define refferences between component, tag and renderer, so I going to limit them to next cases:
- explicitly set renderer type for component, by @JsfRenderer annotation or faces-config element, using type or template attributes.
- infer renderer type for component by naming conventions. If such renderer exists in the project, use it.

> CDK: renderer-type is not written into .taglib.xml
> --------------------------------------------------
>
>                 Key: RF-8909
>                 URL: https://jira.jboss.org/browse/RF-8909
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: CDK
>    Affects Versions: 4.0.0.Milestone1
>            Reporter: Nick Belaevski
>            Assignee: Alexander Smirnov
>            Priority: Critical
>             Fix For: Future_4.X
>
>   Original Estimate: 0 minutes
>  Remaining Estimate: 0 minutes
>
> CDK doesn't write renderer-type tag into .taglib.xml files. Here is the result of CDK execution:
>         <component>
>             <component-type>org.richfaces.JQuery</component-type>
>         </component>
> but should be:
>         <component>
>             <component-type>org.richfaces.JQuery</component-type>
>             <renderer-type>org.richfaces.JQueryRenderer</renderer-type>
>         </component>

-- 
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