[richfaces-issues] [JBoss JIRA] Updated: (RF-10885) Using rich:progressBar on a page breaks f:ajax onevent

Adrian Meredith (JIRA) jira-events at lists.jboss.org
Thu Apr 14 11:54:33 EDT 2011


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

Adrian Meredith updated RF-10885:
---------------------------------

    Attachment: richfacesbug.zip


Attached sample project that appears to show this issue

> Using rich:progressBar on a page breaks f:ajax onevent
> ------------------------------------------------------
>
>                 Key: RF-10885
>                 URL: https://issues.jboss.org/browse/RF-10885
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-output
>    Affects Versions: 4.0.0.Final
>         Environment: glassfish 3.1 mojarra 2.1
>            Reporter: Adrian Meredith
>              Labels: backwardcompatibility, jsf2, richfaces4
>         Attachments: richfacesbug.zip
>
>
> When using rich:progress bar on a page onevent no longer functions the same way.  When using mojarra onevent takes the name of a js function that takes one parameter (data).  After inserting a rich component on the page onevent now requires attributes breaking compatability with standard jsf (and introducing untold amount of unpredictable bugs).
> mojarra :
> <f:ajax   onevent="doValidateMessages"/>
> richfaces:
> <f:ajax  onevent="doValidateMessages()"/>
> This means i have to use diffent syntax depending on whether i'm using richfaces on a particular page!!  This is already a well established jsf2 application so rewriting it using the aforementioned workaround isn't very practical.

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