Hi Matthieu,

It should be working fine, what exactly is the problem?

Thanks
Scott

HotWax Media
http://www.hotwaxmedia.com

On 28/08/2009, at 9:52 PM, Matthieu Bollot wrote:

Le vendredi 28 août 2009 à 08:40 +0000, [email protected] a écrit :
Modified:
ofbiz/trunk/framework/widget/src/org/ofbiz/widget/form/ModelForm.java
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/form/ModelForm.java?rev=808814&r1=808813&r2=808814&view=diff
=
=
=
=
=
=
=
=
=
=====================================================================
---
ofbiz/trunk/framework/widget/src/org/ofbiz/widget/form/ModelForm.java
(original)
+++
ofbiz/trunk/framework/widget/src/org/ofbiz/widget/form/ModelForm.java
Fri Aug 28 08:40:58 2009
@@ -2429,8 +2433,7 @@
        } else if (entryList instanceof EntityListIterator) {
            EntityListIterator iter = (EntityListIterator) entryList;
            try {
-                iter.last();
-                listSize = iter.currentIndex();
+                listSize = iter.getResultsSizeAfterPartialList();
                iter.beforeFirst();
            } catch (GenericEntityException e) {
                Debug.logError(e, "Error getting list size", module);


Hi,

I've got some trouble with (at least) this patch. Are you still working
on it ?


Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to