Re: Calling WebObjects page from a static page
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.