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

Brian Leathem commented on RF-13341:
------------------------------------

[AjaxProps|https://github.com/richfaces/richfaces/blob/master/framework/src/main/java/org/richfaces/ui/attribute/AjaxProps.java]
 defines the attributes:

* execute
* render
* limitRender
* status
* data

So by implementing this interface, users would be able to initiate an ajax 
execute/render from the chart component tag.  This would be instead of nesting 
the AJAX behaviour in the chart component to achieve the same results.

IMO nesting the ajax behaviour provides a nice encapsulation of the AJAX 
attributes, and I can't see a strong use case for adding this functionality 
directly into the chart component.

[~lukindo] do you have any use cases in mind?
                
> Charts: implement AjaxProps
> ---------------------------
>
>                 Key: RF-13341
>                 URL: https://issues.jboss.org/browse/RF-13341
>             Project: RichFaces
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: component-output
>            Reporter: Lukáš Macko
>            Priority: Minor
>
> I think AbstractChart should implements AjaxProps since it uses server-side 
> listeners.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to