[richfaces-issues] [JBoss JIRA] (RF-13341) Charts: implement AjaxProps

Lukáš Fryč (JIRA) jira-events at lists.jboss.org
Wed Nov 13 03:28:06 EST 2013


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

Lukáš Fryč commented on RF-13341:
---------------------------------

Brian, the problem here is that Chart implements server-side handlers,

as a response to the listener, you want to do something (e.g. re-render part of the page).

----

In fact, the component supports those attributes as of now:

https://github.com/richfaces/richfaces/blob/94a1060abddf5512eed89e17518a125027b802bf/framework/src/main/java/org/richfaces/context/RenderComponentCallback.java#L77

The ExtendedPartialViewContextImpl collects Ajax-attributes from Activator component (component that activated the request) without asking whether component implements AjaxProps. (Note that this may also be a bug)
                
> 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



More information about the richfaces-issues mailing list