rleland 2002/10/29 18:30:51
Modified: src/share/org/apache/struts/taglib/bean StrutsTag.java
Log:
use method getModuleConfig instead of getApplicationConfig to
used internally to class
Revision Changes Path
1.12 +5 -5
jakarta-struts/src/share/org/apache/struts/taglib/bean/StrutsTag.java
Index: StrutsTag.java
===================================================================
RCS file:
/home/cvs/jakarta-struts/src/share/org/apache/struts/taglib/bean/StrutsTag.java,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- StrutsTag.java 14 Oct 2002 18:16:18 -0000 1.11
+++ StrutsTag.java 30 Oct 2002 02:30:51 -0000 1.12
@@ -177,7 +177,7 @@
}
// Retrieve our application module configuration information
- ApplicationConfig config = RequestUtils.getApplicationConfig(pageContext);
+ ApplicationConfig config = RequestUtils.getModuleConfig(pageContext);
// Retrieve the requested object to be exposed
Object object = null;
--
To unsubscribe, e-mail: <mailto:struts-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-dev-help@;jakarta.apache.org>