• 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
Re: Calling WebObjects page from a static page
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Calling WebObjects page from a static page


  • Subject: Re: Calling WebObjects page from a static page
  • From: "Thomas Engeroff" <email@hidden>
  • Date: Thu, 12 Feb 2004 19:05:34 +0100

Hi,

Direct Actions are the correct way!
If you pass along parameters you can get these in your WO App with the
following code inside a WOComponent:

String param = (String)this.context().request().formValueForKey("key");

I do the same in one of my apps.

Greets,
Thomas Engeroff


Kranthi wrote:

> There is a requirement in our project to call a WebObjects page from a
> static html page.Also, we would like to pass some parameters from the
> static page to the WebObjects page.
>
> I guess it can be done by use of DirectAction.
>
> Please let me know if anyone has done this before.
>
> Any clue on this would be of great help.

You are right a DirectAction would be the way to go
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.

  • Prev by Date: Re: How To Connect to Oracle From WO 5.2
  • Next by Date: Re: How To Connect to Oracle From WO 5.2
  • Previous by thread: Re: Calling WebObjects page from a static page
  • Next by thread: How To Connect to Oracle From WO 5.2
  • Index(es):
    • Date
    • Thread