Re: export data via a direct action
Re: export data via a direct action
- Subject: Re: export data via a direct action
- From: Arturo PĂ©rez <email@hidden>
- Date: Tue, 18 Nov 2003 18:57:03 -0500
On Nov 18, 2003, at 11:47 AM, Michael Warner wrote:
Hope I can be clear here.
Though a direct action, containing
request().stringFormValueForKey("var1");
for each var, I can pull a set of values from a record.
within the direct action, I can use a WORedirect to take the
user to a different server where the values for that record could
be imported.
the person I am working with wants to receive the values using
something like:
<form method="post" action="http://<a server>:8008/step-6/import.php">
Can I send the values to this person using a WORedirect?
There are several forms of redirect. One says
Redirect to this URL.
another form says
Redirect to this URL and POST the data.
You should read the HTTP spec. The type of redirect used by WORedirect
(usually 302) can be set to a different type (say a 307) rather easily.
-------
WebObjects in Philadelphia. You want a cheesesteak with that?
Visit http://webobjects.meetup.com
_______________________________________________
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.