• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Link of an initialized WOComponent?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Prev by Date: Re: Updating Nested To-Many Relationship *NOT SOLVED*
  • Next by Date: Instance number
  • Previous by thread: WebObjects I - Introductory Course, 6/18-6/22 in Seattle, WA
  • Next by thread: Instance number
  • Index(es):
    • Date
    • Thread