jmitchell 2003/07/26 23:41:39
Modified: contrib/struts-faces/src/java/org/apache/struts/faces/component
FormComponent.java
Log:
Remove bad imports
Revision Changes Path
1.3 +6 -6
jakarta-struts/contrib/struts-faces/src/java/org/apache/struts/faces/component/FormComponent.java
Index: FormComponent.java
===================================================================
RCS file:
/home/cvs/jakarta-struts/contrib/struts-faces/src/java/org/apache/struts/faces/component/FormComponent.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- FormComponent.java 4 Jun 2003 17:38:13 -0000 1.2
+++ FormComponent.java 27 Jul 2003 06:41:39 -0000 1.3
@@ -63,11 +63,11 @@
import java.io.IOException;
+
import javax.faces.component.UIForm;
import javax.faces.context.FacesContext;
-import javax.servlet.http.HttpServletRequest;
-import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
+
import org.apache.commons.beanutils.DynaBean;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]