rleland 2003/07/30 20:30:20 Modified: src/share/org/apache/struts/taglib/logic PresentTag.java Log: Replace depricated method calls with non-deprecated ones. Revision Changes Path 1.17 +5 -5 jakarta-struts/src/share/org/apache/struts/taglib/logic/PresentTag.java Index: PresentTag.java =================================================================== RCS file: /home/cvs/jakarta-struts/src/share/org/apache/struts/taglib/logic/PresentTag.java,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- PresentTag.java 26 Jul 2003 17:22:28 -0000 1.16 +++ PresentTag.java 31 Jul 2003 03:30:20 -0000 1.17 @@ -143,7 +143,7 @@ } else { JspException e = new JspException (messages.getMessage("logic.selector")); - RequestUtils.saveException(pageContext, e); + TagUtils.getInstance().saveException(pageContext, e); throw e; }
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]