[jboss-cvs] jboss-seam/examples/wiki/src/etc/META-INF ...

Peter Muir peter at bleepbleep.org.uk
Wed Apr 11 11:53:47 EDT 2007


  User: pmuir   
  Date: 07/04/11 11:53:47

  Modified:    examples/wiki/src/etc/META-INF  wiki.taglib.xml
  Log:
  Fix wiki plugin jsf lifecycle stuff
  
  Revision  Changes    Path
  1.10      +8 -4      jboss-seam/examples/wiki/src/etc/META-INF/wiki.taglib.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: wiki.taglib.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/src/etc/META-INF/wiki.taglib.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- wiki.taglib.xml	9 Apr 2007 08:43:54 -0000	1.9
  +++ wiki.taglib.xml	11 Apr 2007 15:53:47 -0000	1.10
  @@ -98,9 +98,13 @@
   
       <tag>
           <tag-name>formattedText</tag-name>
  +        <handler-class>org.jboss.seam.wiki.core.ui.WikiFormattedTextHandler</handler-class>
  +    </tag>
  +    
  +    <tag>
  +    	<tag-name>plugin</tag-name>
           <component>
  -            <component-type>org.jboss.seam.wiki.core.ui.UIWikiFormattedText</component-type>
  -            <handler-class>org.jboss.seam.wiki.core.ui.WikiFormattedTextComponentHandler</handler-class>
  +    		<component-type>org.jboss.seam.wiki.core.ui.UIPlugin</component-type>
           </component>
       </tag>
   
  
  
  



More information about the jboss-cvs-commits mailing list