Link of an initialized WOComponent?
Link of an initialized WOComponent?
- Subject: Link of an initialized WOComponent?
- From: Serethos <email@hidden>
- Date: Wed, 11 Apr 2007 08:38:24 +0200
I have an initialized WOComponent representing a page. How
can I get the String-link to this page? My goal is to redirect to
this page using a meta refresh from within another page. Therefore
it is important to get the link to the existing WOComponent, not to
an newly created one.
Something like this
class Foo
{
WOComponent redirect = <initialized>;
String link()
{
if( !idle ) return this;
else return redirect.<linkToThisInitializedComponent>()
}
}
_______________________________________________
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