Author: lektran
Date: Sat Jul 4 11:17:32 2009
New Revision: 791104
URL:
http://svn.apache.org/viewvc?rev=791104&view=revLog:
Added missing containers required for ajax pagination to the common LookupDecorator, part of OFBIZ-2661
Modified:
ofbiz/trunk/framework/common/widget/CommonScreens.xml
Modified: ofbiz/trunk/framework/common/widget/CommonScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/widget/CommonScreens.xml?rev=791104&r1=791103&r2=791104&view=diff==============================================================================
--- ofbiz/trunk/framework/common/widget/CommonScreens.xml (original)
+++ ofbiz/trunk/framework/common/widget/CommonScreens.xml Sat Jul 4 11:17:32 2009
@@ -237,10 +237,14 @@
</widgets>
<fail-widgets>
<screenlet title="${title}" id="findScreenlet" collapsible="true" padded="false">
- <decorator-section-include name="search-options"/>
+ <container id="search-options">
+ <decorator-section-include name="search-options"/>
+ </container>
</screenlet>
<screenlet>
- <decorator-section-include name="search-results"/>
+ <container id="search-results">
+ <decorator-section-include name="search-results"/>
+ </container>
</screenlet>
</fail-widgets>
</section>