[elvystrac] r1792 - small bug with h:selectOneRadion & a4j:support with onchange fixed

  • From: elvys@xxxxxxxxxxxxxxxxxxxxxx
  • To: elvystrac@xxxxxxxxxxxxx
  • Date: Fri, 19 Feb 2010 13:16:42 +0100

Author: DavidK
Date: 2010-02-19 13:16:42 +0100 (Fri, 19 Feb 2010)
New Revision: 1792

Modified:
   
trunk/server/webServer2/WebContent/secured/components/file/fileListComponent.xhtml
Log:
small bug with h:selectOneRadion & a4j:support with onchange fixed

Modified: 
trunk/server/webServer2/WebContent/secured/components/file/fileListComponent.xhtml
===================================================================
--- 
trunk/server/webServer2/WebContent/secured/components/file/fileListComponent.xhtml
  2010-02-18 23:47:15 UTC (rev 1791)
+++ 
trunk/server/webServer2/WebContent/secured/components/file/fileListComponent.xhtml
  2010-02-19 12:16:42 UTC (rev 1792)
@@ -76,7 +76,7 @@
                                
value="#{fileListComponentBean.selectedFileType}">
                                <f:selectItems 
value="#{fileListComponentBean.fileTypesToSelect}"/>
                                <a4j:support 
-                                       event="onchange" 
+                                       event="onclick" 
                                        reRender="fileListAreaAll" 
                                        immediate="false"
                                        
actionListener="#{fileListComponentBean.prepareDataNoRedirection}"/>


Other related posts:

  • » [elvystrac] r1792 - small bug with h:selectOneRadion & a4j:support with onchange fixed - elvys