Re: D2W - How to turn of batching in EmbeddedLists
Re: D2W - How to turn of batching in EmbeddedLists
- Subject: Re: D2W - How to turn of batching in EmbeddedLists
- From: Flavio Donadio <email@hidden>
- Date: Mon, 22 Dec 2014 18:27:40 -0200
David and list,
Two years later, I got the answer:
100 : (pageConfiguration like 'EditRelationshipEmbedded*' or pageConfiguration like 'ListEmbedded*') => showBottomBatchCount = "false" [com.webobjects.directtoweb.BooleanAssignment]
100 : (pageConfiguration like 'EditRelationshipEmbedded*' or pageConfiguration like 'ListEmbedded*') => showBottomBatchNavBar = "false" [com.webobjects.directtoweb.BooleanAssignment]
Cheers,
Flavio
On 17/11/2012, at 17:02, Flavio Donadio <email@hidden> wrote:
> David,
>
>
> Sorry for taking so long. I got terribly ill and couldn't even code for the last few days. I'm all right now...
>
> I tried exactly what you suggested, but got a crash, something about casting an int to string. Changed the class to com.webobjects.directtoweb.Assignment and it works.
>
> But... the navigation ("x items : show [x] items") is still there. I wish I could make it go away, but don't know how.
>
>
> Regards,
> Flavio
>
> On 13/11/2012, at 15:52, David LeBer wrote:
>
>> Flavio,
>>
>> Have you tried:
>>
>> 100 : pageConfiguration = 'ListEmbeddedWhatever' => defaultBatchSize = "0" [com.webobjects.directtoweb.BooleanAssignment]
>>
>> On 2012-11-13, at 12:29 PM, Flavio Donadio <email@hidden> wrote:
>>
>>> Hello, all!
>>>
>>>
>>> I can't find this anywhere on the net: how can I turn off batching in EmbeddedLists (ListEmbedded*, EditRelationshipEmbedded*, etc.)?
>>>
>>> I tried several rules, but I can't make it work...
>>>
>>>
>>> Regards,
>>> Flavio
>>>
>>>
>>>
>>> _______________________________________________
>>> Do not post admin requests to the list. They will be ignored.
>>> Webobjects-dev mailing list (email@hidden)
>>> Help/Unsubscribe/Update your Subscription:
>>>
>>> This email sent to email@hidden
>>
>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden