Grails 1.3.7 We have a service method that merges 2 users.There are quite a few pieces to this because of the amount of data so that is quite a bit of reading, updating, and writing.We have transacti
I think I\'m having a little difficulty with when variables are parsed in grails tags. In my tag library, I have
I trying to integrate Flex with Grails through BlazeDS BUT i am stuck with the very first step i.e installing BlazeDS plugin ... it fails everytime i try to install. Following is the complete stacktra
Just a few high-level, hopefully very quick questions: 1) If I have a class A with a single field x, is constructing it
Is there a good way to robustly link to an image in CSS in grails? Originally, I had image paths set to /images/blah, which worked great until the application needed to be deployed in a different cont
I tried to upgrade my current project to grails 1.3.7 (from 1.2.2) I tried to grails upgrade first, and then I tried to update all the plugins. I use ofchart, jsecurity and liquibase.
Say I have something like: class Foo { static mapping = { table \'foo_table\' 开发者_运维问答} } How can I get the name of foo_table if I have a reference to an instance of this object?Import org.c
I\'m a bit new to Grails and also Web MVC in general.Looking at the scaffolded grails architecture, and extending that to building forms for an end-user web app, the pattern seems to be to devote two
I have been having a very weird issue in hibernate. We are using Grails and GORM to develop an application.
Example grouping by name of the zones: def result = User.createCriteria().list{ projections { roles{ zones{