[jboss-cvs] jboss-seam/src/main/org/jboss/seam/navigation ...

Shane Bryzak sbryzak at redhat.com
Tue Nov 20 22:11:09 EST 2007


  User: sbryzak2
  Date: 07/11/20 22:11:09

  Modified:    src/main/org/jboss/seam/navigation  Pages.java
  Log:
  added conversation attribute to begin-conversation element
  
  Revision  Changes    Path
  1.19      +1 -0      jboss-seam/src/main/org/jboss/seam/navigation/Pages.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Pages.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/navigation/Pages.java,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -b -r1.18 -r1.19
  --- Pages.java	4 Oct 2007 22:35:51 -0000	1.18
  +++ Pages.java	21 Nov 2007 03:11:09 -0000	1.19
  @@ -1136,6 +1136,7 @@
            control.setJoin( "true".equals( beginConversation.attributeValue("join") ) );
            control.setNested( "true".equals( beginConversation.attributeValue("nested") ) );
            control.setPageflow( beginConversation.attributeValue("pageflow") );
  +         control.setConversationName( beginConversation.attributeValue("conversation") );
            String flushMode = beginConversation.attributeValue("flush-mode");
            if (flushMode!=null)
            {
  
  
  



More information about the jboss-cvs-commits mailing list