[jboss-cvs] jboss-seam/src/main/org/jboss/seam/core ...
Norman Richards
norman.richards at jboss.com
Wed Jan 24 01:09:50 EST 2007
User: nrichards
Date: 07/01/24 01:09:49
Modified: src/main/org/jboss/seam/core Manager.java
Log:
finish pdf name support, make docstore truly conversation
Revision Changes Path
1.133 +2 -1 jboss-seam/src/main/org/jboss/seam/core/Manager.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: Manager.java
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/core/Manager.java,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -b -r1.132 -r1.133
--- Manager.java 19 Dec 2006 21:49:29 -0000 1.132
+++ Manager.java 24 Jan 2007 06:09:49 -0000 1.133
@@ -41,7 +41,7 @@
*
* @author Gavin King
* @author <a href="mailto:theute at jboss.org">Thomas Heute</a>
- * @version $Revision: 1.132 $
+ * @version $Revision: 1.133 $
*/
@Scope(ScopeType.EVENT)
@Name("org.jboss.seam.core.manager")
@@ -569,6 +569,7 @@
boolean removeAfterRedirect = ce.isRemoveAfterRedirect() && !(
Init.instance().isDebug() &&
+ (FacesContext.getCurrentInstance() != null) &&
"/debug.xhtml".equals( FacesContext.getCurrentInstance().getViewRoot().getViewId() )
);
More information about the jboss-cvs-commits
mailing list