Re: svn commit: r598361 - /ofbiz/trunk/framework/widget/src/org/ofbiz/widget/screen/HtmlWidget.java

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Re: svn commit: r598361 - /ofbiz/trunk/framework/widget/src/org/ofbiz/widget/screen/HtmlWidget.java

BJ Freeman
This is in the branch also.

[hidden email] 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 | Threaded
Open this post in threaded view
|

Re: svn commit: r598361 - /ofbiz/trunk/framework/widget/src/org/ofbiz/widget/screen/HtmlWidget.java

Jacques Le Roux
Administrator
Done in 598448,

Thanks for the reminder BJ !

Jacques

De : "BJ Freeman" <[hidden email]>

> This is in the branch also.
>
> [hidden email] 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 | Threaded
Open this post in threaded view
|

Re: svn commit: r598361 - /ofbiz/trunk/framework/widget/src/org/ofbiz/widget/screen/HtmlWidget.java

jonwimp
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" <[hidden email]>
>> This is in the branch also.
>>
>> [hidden email] 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() {
>>>
>>>
>>>
>>>
>>>
>
>