[richfaces-svn-commits] JBoss Rich Faces SVN: r5957 - trunk/ui/combobox/src/main/templates.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Fri Feb 8 11:51:08 EST 2008


Author: abelevich
Date: 2008-02-08 11:51:08 -0500 (Fri, 08 Feb 2008)
New Revision: 5957

Modified:
   trunk/ui/combobox/src/main/templates/combobox.jspx
Log:
RF-2212

Modified: trunk/ui/combobox/src/main/templates/combobox.jspx
===================================================================
--- trunk/ui/combobox/src/main/templates/combobox.jspx	2008-02-08 16:30:26 UTC (rev 5956)
+++ trunk/ui/combobox/src/main/templates/combobox.jspx	2008-02-08 16:51:08 UTC (rev 5957)
@@ -206,6 +206,7 @@
 					   onchange="#{component.attributes['onchange']}"
 					   onselect="#{component.attributes['onselect']}"
 					   onblur="#{component.attributes['onblur']}"
+					   maxlength="#{component.attributes['maxlength']}"
 					   style="width:#{correction}; #{inputStyle}"
 					   autocomplete="off"
 					   />




More information about the richfaces-svn-commits mailing list