very cool, Bilgin. Is it possible to also set and pass the "paginate" boolean from the screen? In this way, the same form could be used with pagination in some screens and without pagination in other screens.
Jacopo On Dec 18, 2009, at 3:48 PM, Bilgin Ibryam wrote: > Bilgin Ibryam wrote: >> Hi all, >> >> On the form widget I see an attribute called paginate="true/false" but it is >> not used at all, because its value is always overriden. >> Can someone tell me what was the purpose of this attribute? I suppose it was >> intended for disabling pagination and rendering all rows in one page? >> Currently we achieve this by setting a big page size number, which I don't >> like much, and I'm planning to fix that. >> >> Bilgin >> >> > Done in r892264