Re: Need D2W help with embedding a list page component

2024-12-29 Thread Ramsey Gurley via Webobjects-dev
I suppose you could use task = 'edit' and entity.name = 'Child' instead of pageConfiguration = 'EditChild' in your rules. I seem to remember you could do something like pageConfiguration like 'Edit*Child' too, but I could be misremembering that :) Maybe check through the core d2w rules file

Need D2W help with embedding a list page component

2024-12-28 Thread mailinglists via Webobjects-dev
This is a D2W question: I have functioning ListChild, EditChild, CreateChild pageConfigurations. They work nicely when activated through ERXNavigation. How can I reuse these in the context of EditParent or CreateParent where Parent has toMany children? I want to edit the list of children right