[jboss-cvs] jboss-seam/src/main/org/jboss/seam/core ...
Gavin King
gavin.king at jboss.com
Thu Nov 16 18:18:20 EST 2006
User: gavin
Date: 06/11/16 18:18:20
Modified: src/main/org/jboss/seam/core Pages.java
Log:
oops
Revision Changes Path
1.49 +1 -1 jboss-seam/src/main/org/jboss/seam/core/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/core/Pages.java,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -b -r1.48 -r1.49
--- Pages.java 16 Nov 2006 22:58:13 -0000 1.48
+++ Pages.java 16 Nov 2006 23:18:20 -0000 1.49
@@ -168,7 +168,7 @@
{
entry.setBeginConversation(true);
entry.setJoin( "true".equals( beginConversation.attributeValue("join") ) );
- entry.setNested( "nested".equals( beginConversation.attributeValue("nested") ) );
+ entry.setNested( "true".equals( beginConversation.attributeValue("nested") ) );
entry.setPageflow( beginConversation.attributeValue("pageflow") );
String flushMode = beginConversation.attributeValue("flush-mode");
if (flushMode!=null)
More information about the jboss-cvs-commits
mailing list