Perhaps its actually ERMDSimpleListPageRepetition's that need to be
defined which use displayGroups. Has does one do all of the qualifiers
and such in the rules file? Otherwise, I don't have an obvious page
centric way to get displayGroups with methods. I know I can call
Entity methods without parameters in the rules, but not ones that take
parameters. D2W again being non-congruent with my head.

On Wed, Feb 9, 2011 at 5:52 PM, Joe Little <jmlit...@gmail.com> wrote:
> I'm a little confused. I can make a pageConfiguration, and set
> multiple ERDList and ListEmbeddedStuff's -- Ok. But those are looking
> for stuffList which is just one of the NSArrays defined for a given
> set of entities. Thus, I'll have a couple of these, and they'll each
> show their results. How does one control the ordering of all these
> ERDLists? And then I presume there is an Inspect option per each
> embedded row?
>
>
> On Wed, Feb 9, 2011 at 4:25 PM, Ramsey Gurley <rgur...@smarthealth.com> wrote:
>> Use ERDList as your component. I think all you need are a couple of rules 
>> like:
>>
>> 100: propertyKey = 'stuffList' => componentName = ERDList
>> 100: propertyKey = 'stuffList' => listConfigurationName = ListEmbeddedStuff
>>
>> Ramsey
>>
>> On Feb 9, 2011, at 5:16 PM, Joe Little wrote:
>>
>>> To be more specific, I want multiple ERModListPages within one page.
>>> Is that just not doable?
>>>
>>>
>>> On Wed, Feb 9, 2011 at 3:57 PM, Joe Little <jmlit...@gmail.com> wrote:
>>>> First, I have places whereby I have:
>>>>
>>>> 100: ((task = 'inspect' or task = 'list') and
>>>> smartRelationship.isToMany = 1) => componentName =
>>>> "ERD2WDisplayToManyList" (Assignment)
>>>>
>>>> This gives me the list view I want of my items, but I also want to
>>>> have users able to select that row and go to the inspect page for that
>>>> entity referred to in the relationship. Is this doable?
>>>>
>>>> I also want to create multiple compact list views in my primary page,
>>>> each one a list of an entity that is qualified like "recent notes",
>>>> "notes that are due", etc., but all on one page. Are there any
>>>> examples lying around for rules to accomplish this? Or do I need to
>>>> create my own multiple ajaxgrid's within a page I construct?
>>>>
>>> _______________________________________________
>>> Do not post admin requests to the list. They will be ignored.
>>> Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
>>> Help/Unsubscribe/Update your Subscription:
>>> http://lists.apple.com/mailman/options/webobjects-dev/rgurley%40smarthealth.com
>>>
>>> This email sent to rgur...@smarthealth.com
>>
>>
>
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to