In cocoon flowscript there is only one method for reading request parameteres - cocoon.request.get
which doesnt distinct between GET and POST parameters.
 
I would like to get list of POST and GET parameters respectively, NOT union of both.
 
Is it possible (similart to $_GET and $_POST in PHP)
 
thanks,
MB

Reply via email to