Re: D2W editRelationship displays PageWrapper???
Re: D2W editRelationship displays PageWrapper???
- Subject: Re: D2W editRelationship displays PageWrapper???
- From: Ramsey Gurley <email@hidden>
- Date: Sat, 19 Mar 2011 07:26:22 -0700
On Mar 19, 2011, at 5:39 AM, Markus Ruggiero wrote:
> Hi,
>
> I must be overlooking something...
>
> When D2W performs "EditRelationship" it shows a completely wrapped page inside a page. Something with my rules must be wrong but I cannot see which one is wrong or perhaps missing. Any ideas what could cause such a display?
>
> <2.jpeg>
> Thanks a lot
> ---markus---
You probably did
100: *true* => pageWrapperName = "SomeWrapper" [Assignment]
Where you need to do
100: frame != '1' => pageWrapperName = "SomeWrapper" [Assignment]
or
100: not(pageConfiguration like '*Embedded*') => pageWrapperName = "SomeWrapper" [Assignment]
Ramsey
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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