grails
Write operations are not allowed in read-only mode (FlushMode.MANUAL):
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[详细]
2023-04-11 05:29 分类:问答Grails Tag Not Resolving Variables in Its Body
I think I\'m having a little difficulty with when variables are parsed in grails tags. In my tag library, I have[详细]
2023-04-11 05:27 分类:问答grails install plugin blazeds failed due to unresolved dependencies
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[详细]
2023-04-11 04:25 分类:问答groovy, grails: high level questions on extraneous properties and command objects / data binding
Just a few high-level, hopefully very quick questions: 1) If I have a class A with a single field x, is constructing it[详细]
2023-04-11 01:38 分类:问答Robust image URL linking from CSS?
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[详细]
2023-04-10 22:15 分类:问答how to upgrade from grails 1.2.2 to 1.3.7?
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.[详细]
2023-04-10 19:23 分类:问答How to get the name of the table GORM object is mapped to?
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[详细]
2023-04-10 17:26 分类:问答grails & MVC form architecture - use two actions per form .. a general industry pattern?
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[详细]
2023-04-10 13:35 分类:问答Hibernate - Collection not populating all children
I have been having a very weird issue in hibernate. We are using Grails and GORM to develop an application.[详细]
2023-04-10 11:55 分类:问答Grails criteria groupby object
Example grouping by name of the zones: def result = User.createCriteria().list{ projections { roles{ zones{[详细]
2023-04-10 11:53 分类:问答