Oops. Yes, I forgot to mention. Sorry. I found it in OFBiz 4.0. I also found it 
in trunk.

Jonathon

Jacques Le Roux wrote:
Done in 598448,

Thanks for the reminder BJ !

Jacques

De : "BJ Freeman" <[EMAIL PROTECTED]>
This is in the branch also.

[EMAIL PROTECTED] sent the following on 11/26/2007 9:49 AM:
Author: byersa
Date: Mon Nov 26 09:49:09 2007
New Revision: 598361

URL: http://svn.apache.org/viewvc?rev=598361&view=rev
Log:
Added matching MapStack pop per Jonathon's suggestion.

Modified:
    ofbiz/trunk/framework/widget/src/org/ofbiz/widget/screen/HtmlWidget.java

Modified: 
ofbiz/trunk/framework/widget/src/org/ofbiz/widget/screen/HtmlWidget.java
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/screen/HtmlWidget.java?rev=598361&r1=598360&r2=598361&view=diff
==============================================================================
--- ofbiz/trunk/framework/widget/src/org/ofbiz/widget/screen/HtmlWidget.java 
(original)
+++ ofbiz/trunk/framework/widget/src/org/ofbiz/widget/screen/HtmlWidget.java 
Mon Nov 26 09:49:09 2007
@@ -168,6 +168,7 @@
             context.put("sections", sections);

             renderHtmlTemplate(writer, this.locationExdr, context);
+            contextMs.pop();
         }

         public String rawString() {








Reply via email to