Fwd: [SOLVED] Re: Accessing the object of the contained page
Fwd: [SOLVED] Re: Accessing the object of the contained page
- Subject: Fwd: [SOLVED] Re: Accessing the object of the contained page
- From: Florijan Stamenkovic <email@hidden>
- Date: Tue, 19 Apr 2005 18:38:22 +0200
Yup.. Did some logging with getClass().getName(), and parent() returns
an instance of the component.
I kind of figured that the embedded component (from the PageWrappers
point of view) would be a child. But it _is_ the one who gets activated
and only then activates the wrapper...
Thanks a lot :)
F
On Apr 19, 2005, at 18:21, Arturo Perez wrote:
Florijan Stamenkovic wrote:
Hi list.
I have a PageWrapper component in which I keep the navbar and some
user info (if user is there). This component has a WOComponentContent
in one big cell. Other components are all partial HTML documents and
are wrapped in the PageWrapper.
If the user is not logged in, the Wrapper holds a hyperlink to the
login page (at least that is my intention). I would like to return
the user back to the page he was on when he clicked the login
hyperlink. ...
> But I can't get it by using "this"
because the component action that returns the login page is in the
PageWrapper component.
IIRC (but I'd have to check) the "this" is the PageWrapper but the
parent() is the actual page.
_______________________________________________
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