webwork/src/main/webwork/view/taglib BeanTag.java,1.10,1.11
[email protected] Sun, 19 Jun 2005 18:40:02 -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-serv2458/src/main/webwork/view/taglib
Modified Files:
BeanTag.java
Log Message:
Clear the bean value at the end of the tag. This (along with the fixes
that Hani committed), fixes WW-797
Index: BeanTag.java
===================================================================
RCS file: /cvsroot/opensymphony/webwork/src/main/webwork/view/taglib/BeanTag.java,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- BeanTag.java 19 Jun 2005 23:46:00 -0000 1.10
+++ BeanTag.java 20 Jun 2005 01:40:00 -0000 1.11
@@ -84,6 +84,7 @@
public int doEndTag() throws JspException
{
getStack().popValue();
+ bean = null; // clear bean at the end of the request - WW-797
super.doEndTag();
return EVAL_PAGE;
}
-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click