[richfaces-svn-commits] JBoss Rich Faces SVN: r966 - trunk/richfaces/inputnumber-slider/src/main/templates.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Thu May 31 13:40:29 EDT 2007


Author: nbelaevski
Date: 2007-05-31 13:40:29 -0400 (Thu, 31 May 2007)
New Revision: 966

Modified:
   trunk/richfaces/inputnumber-slider/src/main/templates/inputNumberSlider.jspx
Log:
http://jira.jboss.com/jira/browse/RF-127 fixed

Modified: trunk/richfaces/inputnumber-slider/src/main/templates/inputNumberSlider.jspx
===================================================================
--- trunk/richfaces/inputnumber-slider/src/main/templates/inputNumberSlider.jspx	2007-05-31 17:22:24 UTC (rev 965)
+++ trunk/richfaces/inputnumber-slider/src/main/templates/inputNumberSlider.jspx	2007-05-31 17:40:29 UTC (rev 966)
@@ -55,6 +55,8 @@
 							variables.setVariable("color", "");	                    		                    	
 	                    }
 						
+						variables.setVariable("inputSize", component.getAttributes().get("inputSize"));
+						
 							//if (showInput || manualInput) {
 							if (showInput) {
 					]]></jsp:scriptlet>
@@ -70,7 +72,7 @@
 										onfocus="#{component.attributes['onfocus']}"
 										onblur="#{component.attributes['onblur']}"
 										accesskey="#{component.attributes['accesskey']}"
-										size="#{component.attributes['inputSize']}"
+										size="#{inputSize}"
 										maxlength="#{component.attributes['maxlength']}"
 								/>				
 							<jsp:scriptlet><![CDATA[




More information about the richfaces-svn-commits mailing list