[jboss-cvs] jboss-seam/examples/seambay/resources/WEB-INF ...

Shane Bryzak sbryzak at redhat.com
Wed Oct 10 00:14:24 EDT 2007


  User: sbryzak2
  Date: 07/10/10 00:14:24

  Modified:    examples/seambay/resources/WEB-INF  pages.xml
  Log:
  removed please log in message
  
  Revision  Changes    Path
  1.21      +2 -3      jboss-seam/examples/seambay/resources/WEB-INF/pages.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: pages.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/seambay/resources/WEB-INF/pages.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -b -r1.20 -r1.21
  --- pages.xml	13 Sep 2007 06:47:20 -0000	1.20
  +++ pages.xml	10 Oct 2007 04:14:23 -0000	1.21
  @@ -28,6 +28,7 @@
           <param name="id" value="#{auctionDetail.selectedAuctionId}"/>
           
           <navigation from-action="#{bidAction.placeBid}">
  +          <begin-conversation join="true" conversation="PlaceBid"/>
             <redirect view-id="/bid.xhtml"/>
           </navigation>
       </page>
  @@ -140,9 +141,7 @@
       </page>
   
       <exception class="org.jboss.seam.security.NotLoggedInException">
  -        <redirect view-id="/login.xhtml">
  -            <message severity="warn">You must be logged in to use this feature</message>
  -        </redirect>
  +        <redirect view-id="/login.xhtml"/>
       </exception>
   
       <exception class="org.jboss.seam.security.AuthorizationException">
  
  
  



More information about the jboss-cvs-commits mailing list