[jboss-cvs] jboss-seam/src/ui/org/jboss/seam/ui ...
Peter Muir
peter at bleepbleep.org.uk
Thu Feb 8 09:26:29 EST 2007
User: pmuir
Date: 07/02/08 09:26:29
Modified: src/ui/org/jboss/seam/ui UIFragment.java
Log:
oops
Revision Changes Path
1.2 +9 -0 jboss-seam/src/ui/org/jboss/seam/ui/UIFragment.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: UIFragment.java
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/src/ui/org/jboss/seam/ui/UIFragment.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- UIFragment.java 8 Feb 2007 13:32:45 -0000 1.1
+++ UIFragment.java 8 Feb 2007 14:26:29 -0000 1.2
@@ -1,6 +1,9 @@
package org.jboss.seam.ui;
+import java.io.IOException;
+
import javax.faces.component.UIComponentBase;
+import javax.faces.context.FacesContext;
public class UIFragment extends UIComponentBase
{
@@ -20,5 +23,11 @@
return true;
}
+ @Override
+ public void encodeChildren(FacesContext context) throws IOException
+ {
+ JSF.renderChildren(context, this);
+ }
+
}
More information about the jboss-cvs-commits
mailing list