webwork/src/main/webwork/view/taglib ActionTag.java,1.21,1.22
[email protected] Sat, 09 Jul 2005 14:41:53 -0700
| Newsgroups | gmane.comp.java.open-symphony.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/opensymphony/webwork/src/main/webwork/view/taglib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29325/src/main/webwork/view/taglib
Modified Files:
ActionTag.java
Log Message:
Don't call super as that'll screw up the stack. Just null stack here instead.
Index: ActionTag.java
===================================================================
RCS file: /cvsroot/opensymphony/webwork/src/main/webwork/view/taglib/ActionTag.java,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- ActionTag.java 19 Jun 2005 23:45:59 -0000 1.21
+++ ActionTag.java 9 Jul 2005 21:41:44 -0000 1.22
@@ -73,7 +73,7 @@
public int doEndTag() throws JspException {
gd.finish();
gd.finalizeContext();
- super.doEndTag();
+ stack = null;
return EVAL_PAGE;
}
}
-------------------------------------------------------
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP,
AMD, and NVIDIA. To register visit http://www.hp.com/go/dualwebinar