passing a parameter to a direct action via the http POST method
passing a parameter to a direct action via the http POST method
- Subject: passing a parameter to a direct action via the http POST method
- From: Paolo Sommaruga <email@hidden>
- Date: Thu, 25 Jan 2007 11:39:54 +0100
Hi,
usually one can pass a parameter to a direct action via an
WOHyperLink with the following in the .wod file
myLink: WOHyperLink : {
actionClass = "DirectAction";
?name = someBinding;
}
and this produce in the browser an url query string in which actually
the parameter name is passed with the http GET method. My question
is: there is a way to passing a parameter to a direct action via the
http POST method ? I need to pass an object parameter which can
exceed the size limit with GET
Thanks and Regards
Paolo Sommaruga
_______________________________________________
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