• 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: export data via a direct action
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

References: 
 >export data via a direct action (From: Michael Warner <email@hidden>)

  • Prev by Date: Re: [Solved - kinda] Re: WO 5.2.2 - Getting an app to launch - java.lang.NoClassDefFoundError
  • Next by Date: WO instance locks up and won't die.
  • Previous by thread: export data via a direct action
  • Next by thread: Re: export data via a direct action
  • Index(es):
    • Date
    • Thread