Revision: 1039
http://stripes.svn.sourceforge.net/stripes/?rev=1039&view=rev
Author: fdaoud
Date: 2009-02-10 03:34:45 +0000 (Tue, 10 Feb 2009)
Log Message:
-----------
Fix for STS-643
Modified Paths:
--------------
trunk/stripes/src/net/sourceforge/stripes/tag/FormTag.java
Modified: trunk/stripes/src/net/sourceforge/stripes/tag/FormTag.java
===================================================================
--- trunk/stripes/src/net/sourceforge/stripes/tag/FormTag.java 2009-02-10
03:19:39 UTC (rev 1038)
+++ trunk/stripes/src/net/sourceforge/stripes/tag/FormTag.java 2009-02-10
03:34:45 UTC (rev 1039)
@@ -389,9 +389,14 @@
WizardFieldsTag tag = new WizardFieldsTag();
tag.setPageContext(getPageContext());
tag.setParent(this);
- tag.doStartTag();
- tag.doEndTag();
- tag.release();
+ try {
+ tag.doStartTag();
+ tag.doEndTag();
+ }
+ finally {
+ tag.doFinally();
+ tag.release();
+ }
}
/**
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
Stripes-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-development