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

Peter Muir peter at bleepbleep.org.uk
Fri Mar 23 10:31:43 EDT 2007


  User: pmuir   
  Date: 07/03/23 10:31:43

  Modified:    seam-ui-cdk/jboss-seam-ui/src/main/templates/org/jboss/seam/ui   
                        htmlSpan.jspx htmlFormattedText.jspx htmlDiv.jspx
  Log:
  CDK port improvements
  
  Revision  Changes    Path
  1.2       +1 -0      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.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- htmlSpan.jspx	20 Mar 2007 17:58:59 -0000	1.1
  +++ htmlSpan.jspx	23 Mar 2007 14:31:43 -0000	1.2
  @@ -16,5 +16,6 @@
   		class="#{component.attributes['styleClass']}"
   		style="#{component.attributes['style']}"
   		>
  +		<f:call name="renderChildren" />
   	</span>
   </f:root>
  \ No newline at end of file
  
  
  
  1.2       +2 -9      jboss-seam/seam-ui-cdk/jboss-seam-ui/src/main/templates/org/jboss/seam/ui/htmlFormattedText.jspx
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: htmlFormattedText.jspx
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/seam-ui-cdk/jboss-seam-ui/src/main/templates/org/jboss/seam/ui/htmlFormattedText.jspx,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- htmlFormattedText.jspx	19 Mar 2007 20:48:17 -0000	1.1
  +++ htmlFormattedText.jspx	23 Mar 2007 14:31:43 -0000	1.2
  @@ -6,13 +6,6 @@
   	xmlns:u=" http://ajax4jsf.org/cdk/u"
   	xmlns:x=" http://ajax4jsf.org/cdk/x"
   	class="org.jboss.seam.ui.renderkit.html.FormattedTextRenderer"
  -	baseclass="org.jboss.seam.ui.renderkit.FragmentRendererBase"
  +	baseclass="org.jboss.seam.ui.renderkit.FormattedTextRendererBase"
   	component="org.jboss.seam.ui.component.UIFormattedText" 
  -	>
  -	<f:clientid var="clientId"/>
  -	<div id="#{clientId}"
  -		name="#{clientId}"
  -		x:passThruWithExclusions="value,name,type,id,converter"
  -		>
  -	</div>
  -</f:root>
  \ No newline at end of file
  +	/>
  \ No newline at end of file
  
  
  
  1.2       +1 -0      jboss-seam/seam-ui-cdk/jboss-seam-ui/src/main/templates/org/jboss/seam/ui/htmlDiv.jspx
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: htmlDiv.jspx
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/seam-ui-cdk/jboss-seam-ui/src/main/templates/org/jboss/seam/ui/htmlDiv.jspx,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- htmlDiv.jspx	20 Mar 2007 17:58:59 -0000	1.1
  +++ htmlDiv.jspx	23 Mar 2007 14:31:43 -0000	1.2
  @@ -16,5 +16,6 @@
   		class="#{component.attributes['styleClass']}"
   		style="#{component.attributes['style']}"
   		>
  +		<f:call name="renderChildren" />
   	</div>
   </f:root>
  \ No newline at end of file
  
  
  



More information about the jboss-cvs-commits mailing list