Re: passing a parameter to a direct action via the http POST method

2007-01-25 Thread Stefan Klein
?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 ca

Re: passing a parameter to a direct action via the http POST method

2007-01-25 Thread Simon McLean
stion 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 lis

passing a parameter to a direct action via the http POST method

2007-01-25 Thread Paolo Sommaruga
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