rleland 2002/11/27 23:13:18
Modified: src/share/org/apache/struts/taglib/html FormTag.java
Log:
Bug#: 14054 Change Docs to read module and not application module
Revision Changes Path
1.38 +6 -7
jakarta-struts/src/share/org/apache/struts/taglib/html/FormTag.java
Index: FormTag.java
===================================================================
RCS file:
/home/cvs/jakarta-struts/src/share/org/apache/struts/taglib/html/FormTag.java,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- FormTag.java 20 Nov 2002 05:36:50 -0000 1.37
+++ FormTag.java 28 Nov 2002 07:13:18 -0000 1.38
@@ -70,7 +70,6 @@
import javax.servlet.jsp.JspWriter;
import javax.servlet.jsp.PageContext;
import javax.servlet.jsp.tagext.TagSupport;
-import org.apache.struts.action.Action;
import org.apache.struts.action.ActionForm;
import org.apache.struts.action.ActionMapping;
import org.apache.struts.action.ActionServlet;
@@ -100,7 +99,7 @@
protected String action = null;
/**
- * The application configuration for our module.
+ * The module configuration for our module.
*/
protected ModuleConfig moduleConfig = null;
@@ -793,7 +792,7 @@
*/
protected void lookup() throws JspException {
- // Look up the application module configuration information we need
+ // Look up the module configuration information we need
moduleConfig = RequestUtils.getModuleConfig(pageContext);
if (moduleConfig == null) {
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>