Currently the .slcache directory lives at %USER_HOME%\\.grails\\.slcache and has around 12M of data in it. I work in a restricted corporate environment and this causes me problems with my windows prof
We have a simple method that gets all of a specific domain object where a property equals a hard coded string.This method is within MyDomainService.
I have a grails app developed under version 1.3.7It works very well when I run using grails command \"grails run-app\" .
Guys, I have a following domain class: class Product { String name, String productRecord, static transients = [\'productRecord\']
I\'m making a script using some already created (not by me) domain classes from grails. 开发者_如何转开发class Person extends OAP {
UTF-8 is broken on .html files served through tomcat through /web-app. If I open the file directly with file:///, it renders fine. If I view the file during run-app, it looks fine. However, when I\'m
I\'ve been playing around a lot with the templating/layout concepts in Grails GSP.I\'ve ben using layouts/content blocks for imitating ASP\'s master page behavior.
In Grails 1.3.7, the console plugin has any autocomplete feature? This would be particularly interesting to people learning the language as it 开发者_运维技巧allows for the exploration of methods inj
I need to \'override\' a scaffolded action in a controller, do some stuff and then invoke the original. I would prefer to use the dynamically generated method and not have to cut and paste the code.
I\'ve successfully gotten the grails audit logging plugin to work, looks like exactly what I need except I can\'t figure out how to get a reference to the auditable domain object from within the onCha