[jboss-cvs] jboss-seam/ui/src/main/config/component ...

Peter Muir peter at bleepbleep.org.uk
Wed Nov 28 10:48:48 EST 2007


  User: pmuir   
  Date: 07/11/28 10:48:48

  Modified:    ui/src/main/config/component     decorate.xml
                        conversationId.xml div.xml button.xml
  Log:
  el="false" now works in CDK
  
  Revision  Changes    Path
  1.5       +2 -2      jboss-seam/ui/src/main/config/component/decorate.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: decorate.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/ui/src/main/config/component/decorate.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- decorate.xml	8 Oct 2007 17:18:37 -0000	1.4
  +++ decorate.xml	28 Nov 2007 15:48:48 -0000	1.5
  @@ -29,13 +29,13 @@
   		
   		&ui_component_attributes;
           &html_style_attributes;
  -		<property attachedstate="true">
  +		<property el="false">
   			<name>for</name>
   			<classname>java.lang.String</classname>
   			<description></description>
   		</property>
   	    
  -	    <property>	        
  +	    <property exist="true">	        
   	        <name>template</name>
   	        <classname>java.lang.String</classname>
   	        <description></description>
  
  
  
  1.3       +1 -2      jboss-seam/ui/src/main/config/component/conversationId.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: conversationId.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/ui/src/main/config/component/conversationId.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- conversationId.xml	19 Jun 2007 21:57:44 -0000	1.2
  +++ conversationId.xml	28 Nov 2007 15:48:48 -0000	1.3
  @@ -17,8 +17,7 @@
   			</superclass>
   		</tag>
   		&ui_component_attributes;
  -		<!-- Should be el="false" -->
  -		<property hidden="true">
  +		<property hidden="true" el="false" transient="true">
   			<name>viewId</name>
   			<classname>java.lang.String</classname>
   		</property>
  
  
  
  1.4       +9 -9      jboss-seam/ui/src/main/config/component/div.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: div.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/ui/src/main/config/component/div.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  
  
  
  1.6       +2 -4      jboss-seam/ui/src/main/config/component/button.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: button.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/ui/src/main/config/component/button.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- button.xml	27 Jun 2007 10:23:56 -0000	1.5
  +++ button.xml	28 Nov 2007 15:48:48 -0000	1.6
  @@ -38,8 +38,7 @@
   			<classname>java.lang.String</classname>
   			<description>a pageflow definition to begin. (This is only useful when propagation="begin" or propagation="join".)</description>
   		</property>
  -		<!-- should be el="false" -->
  -		<property>
  +		<property el="false">
   			<name>propagation</name>
   			<classname>java.lang.String</classname>
   			<description>determines the conversation propagation style: begin, join, nest, none or end.</description>
  @@ -50,8 +49,7 @@
   			<classname>java.lang.String</classname>
   			<description>the fragment identifier to link to.</description>
   		</property>
  -		<!-- should be el="false" -->
  -		<property transient="true">
  +		<property transient="true" el="false">
   			<name>outcome</name>
   			<classname>java.lang.String</classname>
   		</property>
  
  
  



More information about the jboss-cvs-commits mailing list