[jboss-cvs] jboss-seam/examples/wiki/view/plugins/comments ...

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/view/plugins/comments  plugin.xhtml
  Log:
  Fix wiki plugin jsf lifecycle stuff
  
  Revision  Changes    Path
  1.2       +6 -6      jboss-seam/examples/wiki/view/plugins/comments/plugin.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: plugin.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/plugins/comments/plugin.xhtml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- plugin.xhtml	5 Apr 2007 14:38:25 -0000	1.1
  +++ plugin.xhtml	11 Apr 2007 15:53:47 -0000	1.2
  @@ -1,4 +1,4 @@
  -<s:div id="comments"
  +<wiki:plugin
          xmlns="http://www.w3.org/1999/xhtml"
          xmlns:ui="http://java.sun.com/jsf/facelets"
          xmlns:h="http://java.sun.com/jsf/html"
  @@ -98,7 +98,7 @@
                   </div>
               </s:decorate>
   
  -            <s:decorate>
  +           <!--<s:decorate>
                   <div class="entry">
                       <div class="label">Comment:</div>
                       <s:div styleClass="input" id="commentText">
  @@ -110,9 +110,9 @@
                           </h:inputTextarea>
                       </s:div>
                   </div>
  -            </s:decorate>
  +            </s:decorate>-->
  +
   
  -            <!-- TODO: Preview refresh doesn't work...
               <s:decorate>
                   <div class="entry">
                       <div class="label">Text:</div>
  @@ -145,7 +145,7 @@
                       Show interactive preview
                   </div>
               </s:div>
  -            -->
  +            
   
           </s:validateAll>
   
  @@ -179,4 +179,4 @@
   </s:div>
   -->
   
  -</s:div>
  \ No newline at end of file
  +</wiki:plugin>
  \ No newline at end of file
  
  
  



More information about the jboss-cvs-commits mailing list