[jboss-cvs] jboss-seam/src/ui/org/jboss/seam/ui/tag ...
Gavin King
gavin.king at jboss.com
Thu Dec 14 03:52:18 EST 2006
User: gavin
Date: 06/12/14 03:52:18
Modified: src/ui/org/jboss/seam/ui/tag EnumItemTag.java
UIComponentTagBase.java
Log:
fix JBSEAM-592
Revision Changes Path
1.2 +0 -1 jboss-seam/src/ui/org/jboss/seam/ui/tag/EnumItemTag.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: EnumItemTag.java
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/src/ui/org/jboss/seam/ui/tag/EnumItemTag.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- EnumItemTag.java 12 Dec 2006 22:38:26 -0000 1.1
+++ EnumItemTag.java 14 Dec 2006 08:52:18 -0000 1.2
@@ -1,7 +1,6 @@
package org.jboss.seam.ui.tag;
import javax.faces.component.UIComponent;
-import javax.servlet.jsp.JspException;
import org.jboss.seam.ui.EnumItem;
1.8 +2 -2 jboss-seam/src/ui/org/jboss/seam/ui/tag/UIComponentTagBase.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: UIComponentTagBase.java
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/src/ui/org/jboss/seam/ui/tag/UIComponentTagBase.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- UIComponentTagBase.java 19 Nov 2006 17:36:11 -0000 1.7
+++ UIComponentTagBase.java 14 Dec 2006 08:52:18 -0000 1.8
@@ -37,7 +37,7 @@
/**
* @author Manfred Geiler (latest modification by $Author: gavin $)
- * @version $Revision: 1.7 $ $Date: 2006/11/19 17:36:11 $
+ * @version $Revision: 1.8 $ $Date: 2006/12/14 08:52:18 $
*/
public abstract class UIComponentTagBase extends UIComponentTag
{
@@ -320,7 +320,7 @@
}
else
{
- log.error("Invalid expression " + action);
+ component.getAttributes().put("outcome", action);
}
}
}
More information about the jboss-cvs-commits
mailing list