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

Peter Muir peter at bleepbleep.org.uk
Fri Nov 23 17:59:46 EST 2007


  User: pmuir   
  Date: 07/11/23 17:59:46

  Modified:    ui/src/main/config/component   conversationPropagation.xml
  Added:       ui/src/main/config/component   conversationName.xml
  Log:
  JBSEAM-2124 (part 1, Shane will do part2)
  
  Revision  Changes    Path
  1.4       +1 -1      jboss-seam/ui/src/main/config/component/conversationPropagation.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: conversationPropagation.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/ui/src/main/config/component/conversationPropagation.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- conversationPropagation.xml	23 Nov 2007 21:39:29 -0000	1.3
  +++ conversationPropagation.xml	23 Nov 2007 22:59:46 -0000	1.4
  @@ -22,7 +22,7 @@
   			</superclass>
   		</tag>
           <taghandler>
  -            <classname>org.jboss.seam.ui.handler.ConversationPropagationComponentHandler</classname>
  +            <classname>org.jboss.seam.ui.handler.CommandButtonParameterComponentHandler</classname>
           </taghandler>
   		&ui_component_attributes;
   		&ui_parameter_attributes;
  
  
  
  1.1      date: 2007/11/23 22:59:46;  author: pmuir;  state: Exp;jboss-seam/ui/src/main/config/component/conversationName.xml
  
  Index: conversationName.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN"  "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd" >
  <components>
  	<component>
  		<name>org.jboss.seam.ui.ConversationName</name>
  		<family>org.jboss.seam.ui.ConversationName</family>
  		<classname>org.jboss.seam.ui.component.html.HtmlConversationName</classname>
  		<superclass>org.jboss.seam.ui.component.UIConversationName</superclass>
          
  		<description>
  			<![CDATA[Set the conversation name for a command link or button (or similar JSF control).]]>
  		</description>
          <renderer generate="false">
              <name>org.jboss.seam.ui.ConversationNameRenderer</name>
              <classname>org.jboss.seam.ui.renderkit.ConversationNameRendererBase</classname>
          </renderer>
  		<tag generate="true">
  			<name>conversationName</name>
  			<classname>org.jboss.seam.ui.taglib.ConversationNameTag</classname>
  			<superclass>
  				org.jboss.seam.ui.util.cdk.UIComponentTagBase
  			</superclass>
  		</tag>
          <taghandler>
              <classname>org.jboss.seam.ui.handler.CommandButtonParameterComponentHandler</classname>
          </taghandler>
  		&ui_component_attributes;
  		&ui_parameter_attributes;
  	</component>
  </components>
  
  
  



More information about the jboss-cvs-commits mailing list