grails: what's the equivalent of php's $_POST and $_GET -


i'm dealing example php scrip uses $_post , $_get. can tell me, what's grail's equivalent of php's $_post , $_get?

grails store info sent in request in map called params.

http://grails.org/doc/latest/ref/controllers/params.html

the type of map grailsparametermap, can check here methods available.


Comments

Popular posts from this blog

mod rewrite - Using "?" when rewriting the URL -

Admob integration with pygame in android -

python - duplicate table (identical) including primary key - using django south -