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

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Tue Aug 24 20:34:34 EDT 2010


Author: nbelaevski
Date: 2010-08-24 20:34:33 -0400 (Tue, 24 Aug 2010)
New Revision: 18962

Modified:
   trunk/ui/input/ui/src/main/templates/input.template.inc
Log:
https://jira.jboss.org/browse/RF-9128

Modified: trunk/ui/input/ui/src/main/templates/input.template.inc
===================================================================
--- trunk/ui/input/ui/src/main/templates/input.template.inc	2010-08-25 00:18:25 UTC (rev 18961)
+++ trunk/ui/input/ui/src/main/templates/input.template.inc	2010-08-25 00:34:33 UTC (rev 18962)
@@ -23,7 +23,7 @@
 02110-1301 USA, or see the FSF site: http://www.fsf.org.
 -->
 <span class="rf-ins-ci">
-	<input xmlns:cdk="http://richfaces.org/cdk/core" name="#{clientId}" type="text"
+	<input xmlns:cdk="http://jboss.org/schema/richfaces/cdk/core" name="#{clientId}" type="text"
 		class="rf-ins-i #{component.attributes['inputClass']}" value="#{getInputValue(facesContext, component)}"
 		cdk:passThrough="accesskey disabled maxlength size:inputSize tabindex" readonly="#{!component.attributes['enableManualInput']}"
 		style="#{component.attributes['showInput'] ? null : 'display: none;'}" />



More information about the richfaces-svn-commits mailing list