rleland 2002/10/29 18:31:39 Modified: src/share/org/apache/struts/taglib/template InsertTag.java Log: use method getModuleConfig instead of getApplicationConfig to used internally to class Revision Changes Path 1.14 +5 -5 jakarta-struts/src/share/org/apache/struts/taglib/template/InsertTag.java Index: InsertTag.java =================================================================== RCS file: /home/cvs/jakarta-struts/src/share/org/apache/struts/taglib/template/InsertTag.java,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- InsertTag.java 25 Oct 2002 23:54:53 -0000 1.13 +++ InsertTag.java 30 Oct 2002 02:31:38 -0000 1.14 @@ -153,7 +153,7 @@ public int doEndTag() throws JspException { String prefix = ""; - ApplicationConfig config = RequestUtils.getApplicationConfig(pageContext); + ApplicationConfig config = RequestUtils.getModuleConfig(pageContext); if (config != null) { prefix = config.getPrefix(); }
-- To unsubscribe, e-mail: <mailto:struts-dev-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:struts-dev-help@;jakarta.apache.org>