[ajax4jsf-svn-commits] JBoss Ajax4JSF SVN: r41 - in trunk: cdk/maven-cdk-plugin/src/main/resources/component and 1 other directories.

ajax4jsf-svn-commits at lists.jboss.org ajax4jsf-svn-commits at lists.jboss.org
Mon Mar 26 16:04:39 EDT 2007


Author: nbelaevski
Date: 2007-03-26 16:04:39 -0400 (Mon, 26 Mar 2007)
New Revision: 41

Modified:
   trunk/cdk/maven-archetype-jsf-component/src/main/resources/archetype-resources/src/main/templates/_compName.jspx
   trunk/cdk/maven-cdk-plugin/src/main/resources/component/template.jspx
   trunk/samples/cdk/src/main/templates/test.jspx
Log:
Extra name="#{clientId}" attributes removed from DIVs

Modified: trunk/cdk/maven-archetype-jsf-component/src/main/resources/archetype-resources/src/main/templates/_compName.jspx
===================================================================
--- trunk/cdk/maven-archetype-jsf-component/src/main/resources/archetype-resources/src/main/templates/_compName.jspx	2007-03-20 18:43:39 UTC (rev 40)
+++ trunk/cdk/maven-archetype-jsf-component/src/main/resources/archetype-resources/src/main/templates/_compName.jspx	2007-03-26 20:04:39 UTC (rev 41)
@@ -11,7 +11,6 @@
 	>
 	<f:clientid var="clientId"/>
 	<div id="#{clientId}"
-		name="#{clientId}"
 		x:passThruWithExclusions="value,name,type,id"
 		>
 	</div>

Modified: trunk/cdk/maven-cdk-plugin/src/main/resources/component/template.jspx
===================================================================
--- trunk/cdk/maven-cdk-plugin/src/main/resources/component/template.jspx	2007-03-20 18:43:39 UTC (rev 40)
+++ trunk/cdk/maven-cdk-plugin/src/main/resources/component/template.jspx	2007-03-26 20:04:39 UTC (rev 41)
@@ -11,7 +11,6 @@
 	>
 	<f:clientid var="clientId"/>
 	<div id="#{clientId}"
-		name="#{clientId}"
 		x:passThruWithExclusions="value,name,type,id"
 		>
 	</div>

Modified: trunk/samples/cdk/src/main/templates/test.jspx
===================================================================
--- trunk/samples/cdk/src/main/templates/test.jspx	2007-03-20 18:43:39 UTC (rev 40)
+++ trunk/samples/cdk/src/main/templates/test.jspx	2007-03-26 20:04:39 UTC (rev 41)
@@ -13,7 +13,6 @@
 	<jsp:directive.page import="javax.faces.context.FacesContext,javax.faces.component.UIComponent"/>
 	<f:clientid var="clientId"/>
 	<div id="#{clientId}"
-		name="#{clientId}"
 		type="#{component.attributes['type']}"
 		x:passThruWithExclusions="value,name,type,id"
 		>




More information about the ajax4jsf-svn-commits mailing list