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

Alexander Smirnov (JIRA) jira-events at lists.jboss.org
Fri Jul 23 20:24:33 EDT 2010


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

Alexander Smirnov commented on RF-8907:
---------------------------------------

I've found much more issues in the tag handler generator. I changed it to properly use returnType attribute, but some tests still failing.  hope I'll finish it on Monday 07/26.

> Tag handler generation fails if @Attribute has signature property set
> ---------------------------------------------------------------------
>
>                 Key: RF-8907
>                 URL: https://jira.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
>
>
> 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.
-
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