dmkarr 2003/08/09 20:02:59 Modified: contrib/struts-el/src/share/org/apache/strutsel/taglib/logic ELMatchSupport.java Log: Changed from RequestUtils to TagUtils. Revision Changes Path 1.4 +5 -5 jakarta-struts/contrib/struts-el/src/share/org/apache/strutsel/taglib/logic/ELMatchSupport.java Index: ELMatchSupport.java =================================================================== RCS file: /home/cvs/jakarta-struts/contrib/struts-el/src/share/org/apache/strutsel/taglib/logic/ELMatchSupport.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ELMatchSupport.java 1 Oct 2002 04:25:51 -0000 1.3 +++ ELMatchSupport.java 10 Aug 2003 03:02:59 -0000 1.4 @@ -63,7 +63,7 @@ import org.apache.struts.util.MessageResources; import javax.servlet.jsp.JspException; import javax.servlet.jsp.PageContext; -import org.apache.struts.util.RequestUtils; +import org.apache.struts.taglib.TagUtils; /** * This class is used as a helper class for both the @@ -113,7 +113,7 @@ } else { JspException e = new JspException (messages.getMessage("logic.location", location)); - RequestUtils.saveException(pageContext, e); + TagUtils.getInstance().saveException(pageContext, e); throw e; }
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]