[richfaces-issues] [JBoss JIRA] (RF-11372) Fileupload onClear not being fired in 4.0.0

Brian Leathem (Commented) (JIRA) jira-events at lists.jboss.org
Mon Oct 17 16:17:45 EDT 2011


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

Brian Leathem commented on RF-11372:
------------------------------------

With the patch below to metamer, I can demonstrate that the onClear event is fired with the latest RichFaces 4.1.0-SNAPSHOT.
(FYI to external eyes, metamer is a JSF application we use to test Richfaces components)

{code:title=Patch for application/src/main/webapp/components/richFileUpload/simple.xhtml}

--- application/src/main/webapp/components/richFileUpload/simple.xhtml	(revision 22814)
+++ application/src/main/webapp/components/richFileUpload/simple.xhtml	(working copy)
@@ -68,6 +68,7 @@
                              onmouseover="#{richFileUploadBean.attributes['onmouseover'].value}"
                              onmouseup="#{richFileUploadBean.attributes['onmouseup'].value}"
                              onuploadcomplete="#{richFileUploadBean.attributes['onuploadcomplete'].value}"
+                             onclear="#{richFileUploadBean.attributes['onclear'].value}"
                              render="#{richFileUploadBean.attributes['render'].value}"
                              rendered="#{richFileUploadBean.attributes['rendered'].value}"
                              serverErrorLabel="#{richFileUploadBean.attributes['serverErrorLabel'].value}"
{code}
                
> Fileupload onClear not being fired in 4.0.0
> -------------------------------------------
>
>                 Key: RF-11372
>                 URL: https://issues.jboss.org/browse/RF-11372
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-input
>    Affects Versions: 4.0.0.Final
>            Reporter: Jesse Bowes
>            Assignee: Brian Leathem
>            Priority: Minor
>             Fix For: 4.1.0.Milestone4
>
>
> Onclear has no functionality in RF 4

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list