sorry if this is a dumb question. I have some web service calls that are implemented in Grails controllers and we use the Shiro plugin for security. I want to be able to create a whitelist of IP ad开发
I\'d like to use the technique de开发者_C百科scribed here: Grails bind request parameters to enum
Ho开发者_StackOverfloww can I retrieve a list of Grails composite id properties? I have tried the following but the id property is returning a Long:
Hi I am facing following error when trying to use jcaptcha plugin with grails 1.3.7. org.codehaus.groovy.runtime.typehandling.GroovyCastException:
Just started prepping AWS ec2 account for small grails app deploy and would like to know your thoughts on deploying to bitnami instance with tomcat7 vs going through the process of installing java, to
Anyone has seen this issue before? What\'s the cause here? Error executing script War: loader constraint violation in interface
I have installed Springsource Tool Suite v2.7.2 with Groovy and Grails support on Ubuntu. This works well.
I was wondering how I can make this code in my view conditional - output it if there is a comment, but if there isn\'t a comment, don\'t output the empty 开发者_运维百科<p class=\"comment\"><
In my grails 1.3.7 project, I have put all of my classes in com.mycompany.myapp, as you do. So this goes for services, controllers, domain classes. I have a filter that goes in its own package. My app
This is a rather weird problem and I been at it for a while so I am going nuts. I have a controller extending another controller so I can have multiple controllers inheriting a method and they go som