Search This Blog

Showing posts with label controller. Show all posts
Showing posts with label controller. Show all posts

Friday, August 22, 2014

Grails : How to pass or get param values in g:createLinks

in view.GSP





in YourController.gsp

def displayImageOnFileName ()
    {
        print params
        String fileName = params.fileName        // or params["fileName"]
...
}

Hit Counter


View My Stats