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
|
- reading GET and POST parameters Matjaz Bohoric
- Re: reading GET and POST parameters Simone Gianni