Re: Tabs in ERMODTabInspectPage not showing
Re: Tabs in ERMODTabInspectPage not showing
- Subject: Re: Tabs in ERMODTabInspectPage not showing
- From: Ângelo Andrade Cirino <email@hidden>
- Date: Mon, 05 May 2014 14:16:51 -0300
Hi Fabian,
In terms of rules, what I intend to implement is the following:
90 : (pageConfiguration = 'EditParty' or pageConfiguration = 'InspectParty') => tabSectionsContents = ("[Status]", "status", "created", "lastModified", "notes", "[PersonData]", "person.firstName", "person.lastName", "person.birthDate", "[PostalAdresses]", "[Emails]", "[Phones]") [com.webobjects.directtoweb.Assignment]
100 : ((pageConfiguration = 'EditParty' or pageConfiguration = 'InspectParty') and object.isOrganization = 1) => tabSectionsContents = ("[Status]", "status", "created", "lastModified", "notes", "[OrganizationData]", "organization.name", "[PostalAdresses]", "[Emails]", "[Phones]") [com.webobjects.directtoweb.Assignment]
But the rule with "object.isOrganization = 1" doesn't work. I am still looking for a solution that doesn't need changing the code, a solution that relies only on the viewer, respecting the MVC paradigm. Perhaps "ERDDelayedSwitchAssignment" is what I am looking for.
Ângelop
_______________________________________________
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