Top "Gsp" questions

Groovy Server Pages (GSP) is a presentation language for web applications, similar to JSP.

How do I call a Grails service from a gsp?

How can I invoke a service directly from a view? I'm trying with ${my.domain.service.method}, but it complains …

grails service view gsp
gsp parameter passing from controller

how can i pass parameters to a groovy server page via a controller that are not an instance of a …

grails groovy gsp
how can i render to the gsp view of other controller?

I m new to grails,just started with a small application, I'm searching a solution for below problem, Can any …

grails rendering gsp
GSP: check if model (variable) is empty not working

Im new to grails (1.3.7) and Im trying to get something to work: In my controller, I give back a few …

grails groovy model gsp
Grails GSP <g:set> tag set as integer?

Using Grails' GSP <g:set> tag, is it possible to specify the type of the variable? I want …

grails gsp
Defining default sort-order in Grails/GORM

Let's say I have definied a User object using GORM. Each user can have zero or more Login:s. Each …

grails gorm gsp
Rendering HTML files in Grails

I've looked around but could not find a way of simply including or rendering *.html files in Grails. My application …

grails groovy templates render gsp
Grails render view of different controller

My question is similar to this following post Render a view of another controller I have a TestConfigController my question …

grails redirect controller render gsp
Where should I put javascript libraries in a Grails app?

I have a couple of Javascript libraries of my own that do some nice prettyfying of my HTML pages and …

javascript grails gsp
Importing and using groovy code in GSP

I am trying to use a groovy function inside a GSP. Please help as I am about to tare my …

grails groovy import gsp