[richfaces-issues] [JBoss JIRA] Updated: (RF-8907) Tag handler generation fails if @Attribute has signature property set

Alexander Smirnov (JIRA) jira-events at lists.jboss.org
Tue Jan 11 15:27:49 EST 2011


     [ https://issues.jboss.org/browse/RF-8907?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexander Smirnov updated RF-8907:
----------------------------------

     Original Estimate: 0 minutes
    Remaining Estimate: 0 minutes


> Tag handler generation fails if @Attribute has signature property set
> ---------------------------------------------------------------------
>
>                 Key: RF-8907
>                 URL: https://issues.jboss.org/browse/RF-8907
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: cdk
>    Affects Versions: 4.0.0.Alpha2
>            Reporter: Bernard Labno
>            Assignee: Alexander Smirnov
>             Fix For: Future_4.X
>
>         Attachments: taghandler.ftl.patch
>
>   Original Estimate: 0 minutes
>  Remaining Estimate: 0 minutes
>
> Following does not fail if signature property is omitted, but it is unacceptable.
> @JsfComponent(tag = @Tag(name = "schedule",
> handler = "org.richfaces.view.facelets.html.ScheduleHandler",
> generate = true,
> type = TagType.Facelets))
> public abstract class AbstractSchedule extends UIComponentBase
>         implements ScheduleCommonViewAttributes, ScheduleListenerEventsProducer, AjaxComponent {
>  @Attribute(signature = @Signature(parameters = ScheduleItemMoveEvent.class, returnType = Boolean.class))
>     public abstract MethodExpression getItemMoveListener();
> }

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list