rleland 2002/11/07 21:45:58
Modified: src/share/org/apache/struts/taglib/html
JavascriptValidatorTag.java
Log:
Bug 14054
Checked in More ApplicationConfig->ModuleConfig
Revision Changes Path
1.13 +3 -3
jakarta-struts/src/share/org/apache/struts/taglib/html/JavascriptValidatorTag.java
Index: JavascriptValidatorTag.java
===================================================================
RCS file:
/home/cvs/jakarta-struts/src/share/org/apache/struts/taglib/html/JavascriptValidatorTag.java,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- JavascriptValidatorTag.java 1 Nov 2002 20:57:16 -0000 1.12
+++ JavascriptValidatorTag.java 8 Nov 2002 05:45:58 -0000 1.13
@@ -80,7 +80,7 @@
import org.apache.struts.util.MessageResources;
import org.apache.struts.validator.Resources;
import org.apache.struts.util.RequestUtils;
-import org.apache.struts.config.ApplicationConfig;
+import org.apache.struts.config.ModuleConfig;
/**
@@ -292,7 +292,7 @@
public int doStartTag() throws JspException {
StringBuffer results = new StringBuffer();
- ApplicationConfig config = RequestUtils.getModuleConfig(pageContext);
+ ModuleConfig config = RequestUtils.getModuleConfig(pageContext);
ValidatorResources resources = (ValidatorResources)
pageContext.getAttribute(ValidatorPlugIn.VALIDATOR_KEY +
config.getPrefix(), PageContext.APPLICATION_SCOPE);
--
To unsubscribe, e-mail: <mailto:struts-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-dev-help@;jakarta.apache.org>