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

Christian Bauer christian at hibernate.org
Thu Apr 5 09:04:42 EDT 2007


  User: cbauer  
  Date: 07/04/05 09:04:42

  Modified:    examples/wiki/src/etc/META-INF  wiki.taglib.xml
  Log:
  Fixed wiki plugin rendering of facelet includes by moving it into ComponentHandler
  
  Revision  Changes    Path
  1.8       +1 -0      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.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- wiki.taglib.xml	4 Apr 2007 10:38:13 -0000	1.7
  +++ wiki.taglib.xml	5 Apr 2007 13:04:41 -0000	1.8
  @@ -94,6 +94,7 @@
           <tag-name>formattedText</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>
       </tag>
   
  
  
  



More information about the jboss-cvs-commits mailing list