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

Christian Bauer christian at hibernate.org
Wed Jan 9 13:12:01 EST 2008


  User: cbauer  
  Date: 08/01/09 13:12:01

  Modified:    examples/wiki/view/plugins/forumList  forumForm.xhtml
  Log:
  If you write new code, actually call it at some point...
  
  Revision  Changes    Path
  1.4       +1 -1      jboss-seam/examples/wiki/view/plugins/forumList/forumForm.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: forumForm.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/plugins/forumList/forumForm.xhtml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- forumForm.xhtml	4 Jan 2008 22:28:52 -0000	1.3
  +++ forumForm.xhtml	9 Jan 2008 18:12:01 -0000	1.4
  @@ -76,7 +76,7 @@
                       </a:commandLink>
   
   
  -                    <s:fragment rendered="#{forumHome.managed}">
  +                    <s:fragment rendered="#{forumHome.removable}">
                           <a:jsFunction name="deleteForum"
                                         reRender="forumListPluginContainer, messageBoxContainer"
                                         status="forumFormStatus"
  
  
  



More information about the jboss-cvs-commits mailing list