Pages
(Move to ...)
Home
Java
Android
Php
Cake PHP
jQuery
Grails
All Pages
▼
Showing posts with label
GSP
.
Show all posts
Showing posts with label
GSP
.
Show all posts
Friday, February 8, 2019
GRAILS : Rendering Groovy GSP Code From A String | Grails – Rendering a Template from a String | Render Grails template from external source
›
package com . pkm . utils import grails.util.Holders import groovy.text.Template import org.codehaus.groovy.grails.web.pages.G...
Wednesday, October 18, 2017
Grails Bind Function | Method For Groovy Page View
›
Grails Bind Function | Method For Groovy Page View Have to extend metaclass as below: import org.codehaus.groovy.grails.web.pages....
Wednesday, January 8, 2014
Grails, finding available views (.gsp's) at runtime
›
This is not a important post. I just need to do some googling to achieve this and i found at: http://stackoverflow.com/questions/1577872/gr...
Sunday, July 28, 2013
How do I call/use Grails service from a gsp
›
We can use 'grailsApplication.classLoader.loadClass' to load service. <% @ page import = "com.myproject.MyService...
›
Home
View web version