[jboss-cvs] jboss-seam/examples/blog/view ...

Gavin King gavin.king at jboss.com
Mon Oct 2 14:10:27 EDT 2006


  User: gavin   
  Date: 06/10/02 14:10:27

  Modified:    examples/blog/view  post.xhtml
  Log:
  use s:decorate
  
  Revision  Changes    Path
  1.8       +39 -41    jboss-seam/examples/blog/view/post.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: post.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/blog/view/post.xhtml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- post.xhtml	2 Oct 2006 01:02:43 -0000	1.7
  +++ post.xhtml	2 Oct 2006 18:10:27 -0000	1.8
  @@ -10,7 +10,6 @@
   <ui:define name="content">
      <div class="blogEntry">
         <h:form>
  -         <s:decorations>
               <f:facet name="afterInvalidField"><s:message/></f:facet>
               <f:facet name="aroundInvalidField"><s:span styleClass="errors"/></f:facet>
               <s:validateAll>
  @@ -50,7 +49,6 @@
                     <h:commandButton value="Post" action="#{postAction.post}"/>
                  </div>
               </s:validateAll>
  -         </s:decorations>
         </h:form>
      </div>
   </ui:define>
  
  
  



More information about the jboss-cvs-commits mailing list