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 protected]> 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 protected]> 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 protected]) >>> Help/Unsubscribe/Update your Subscription: >>> https://lists.apple.com/mailman/options/webobjects-dev/dleber_wodev%40codeferous.com >>> >>> This email sent to [email protected] >> > _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
