[jboss-cvs] jboss-seam/seam-ui-cdk/jboss-seam-ui/src/main/templates/org/jboss/seam/ui ...

Peter Muir peter at bleepbleep.org.uk
Tue May 8 10:07:26 EDT 2007


  User: pmuir   
  Date: 07/05/08 10:07:26

  Modified:    seam-ui-cdk/jboss-seam-ui/src/main/templates/org/jboss/seam/ui 
                        htmlSpan.jspx
  Log:
  Updates for CDK port
  
  Revision  Changes    Path
  1.3       +1 -4      jboss-seam/seam-ui-cdk/jboss-seam-ui/src/main/templates/org/jboss/seam/ui/htmlSpan.jspx
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: htmlSpan.jspx
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/seam-ui-cdk/jboss-seam-ui/src/main/templates/org/jboss/seam/ui/htmlSpan.jspx,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- htmlSpan.jspx	23 Mar 2007 14:31:43 -0000	1.2
  +++ htmlSpan.jspx	8 May 2007 14:07:26 -0000	1.3
  @@ -10,11 +10,8 @@
   	component="org.jboss.seam.ui.component.UISpan" 
   	>
   	<f:clientid var="clientId"/>
  -	<span id="#{clientId}"
  -		name="#{clientId}"
  +	<span id="#{clientId}" name="#{clientId}"
   		x:passThruWithExclusions="value,name,type,id,style,styleClass"
  -		class="#{component.attributes['styleClass']}"
  -		style="#{component.attributes['style']}"
   		>
   		<f:call name="renderChildren" />
   	</span>
  
  
  



More information about the jboss-cvs-commits mailing list