Author: amarkhel
Date: 2010-12-14 07:49:35 -0500 (Tue, 14 Dec 2010)
New Revision: 20550
Modified:
trunk/ui/output/ui/src/main/templates/toolbar.template.xml
Log:
RF-9969 Toolbar: attributes for event handlers ignored
Modified: trunk/ui/output/ui/src/main/templates/toolbar.template.xml
===================================================================
--- trunk/ui/output/ui/src/main/templates/toolbar.template.xml 2010-12-14 10:33:57 UTC
(rev 20549)
+++ trunk/ui/output/ui/src/main/templates/toolbar.template.xml 2010-12-14 12:49:35 UTC
(rev 20550)
@@ -18,6 +18,7 @@
height="#{component.attributes['height']}" class="rf-tb
#{component.attributes['styleClass']}"
style="#{component.attributes['style']}"
cdk:passThroughWithExclusions="">
+ <cdk:call expression="encodeEventsAttributes(facesContext,
component)" />
<tr class="rf-tb-cntr">
<cdk:body />
</tr>