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

Norman Richards norman.richards at jboss.com
Wed Jun 27 00:57:35 EDT 2007


  User: nrichards
  Date: 07/06/27 00:57:35

  Modified:    ui/src/main/config/component   button.xml link.xml
  Log:
  JBSEAM-1559
  
  Revision  Changes    Path
  1.3       +5 -0      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.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- button.xml	19 Jun 2007 21:57:44 -0000	1.2
  +++ button.xml	27 Jun 2007 04:57:35 -0000	1.3
  @@ -34,6 +34,11 @@
   			<description>the JSF view id to link to.</description>
   		</property>
   		<property>
  +                    <name>taskInstance</name>
  +                    <classname>org.jbpm.taskmgmt.exe.TaskInstance</classname>
  +		</property>
  +
  +		<property>
   			<name>pageflow</name>
   			<classname>java.lang.String</classname>
   			<description>a pageflow definition to begin. (This is only useful when propagation="begin" or propagation="join".)</description>
  
  
  
  1.3       +4 -0      jboss-seam/ui/src/main/config/component/link.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: link.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/ui/src/main/config/component/link.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- link.xml	19 Jun 2007 21:57:44 -0000	1.2
  +++ link.xml	27 Jun 2007 04:57:35 -0000	1.3
  @@ -37,6 +37,10 @@
   			<classname>java.lang.String</classname>
   			<description>a pageflow definition to begin. (This is only useful when propagation="begin" or propagation="join".)</description>
   		</property>
  +                <property>
  +                    <name>taskInstance</name>
  +                    <classname>org.jbpm.taskmgmt.exe.TaskInstance</classname>
  +                </property>
   		<!-- Should be el="false" -->
   		<property>
   			<name>propagation</name>
  
  
  



More information about the jboss-cvs-commits mailing list