grails
Access Dojo widget on grails form submittal
I have a dijit.Tree which has a store and treeModel assoc开发者_JAVA百科iated with it obviously. I have customized the tree to be a \"Checkbox tree\" so that the values in the tree can be checked. How[详细]
2023-04-13 10:02 分类:问答looking up beans from resources.xml into controller/service in groovy
I am using groovy-grails with jasper reports to develop an app. I need to lookup \'report bean\' based on its parameter (like reportname /id retrived from database, which I will get from customer clic[详细]
2023-04-13 09:00 分类:问答Correct Hibernate type for TimeDuration in grails/groovy domain class?
using TimeDuration in one of my Grails/Groovy classes 开发者_JAVA百科I get an exception when starting the grails app.[详细]
2023-04-13 08:45 分类:问答Grails - multiple objects database relationship
I have a non-Grails specific question, but I intend to implement it with it. Anyway. I would like to ha开发者_开发问答ve a One-to-Many domain class relationship, but I would like the Many part to be o[详细]
2023-04-13 07:56 分类:问答Grails/GORM "in" criteria
Is it possible to do an \"in\" criteria using the GORM criteria. I\'m looking for the equivalent of the following SQL[详细]
2023-04-13 07:53 分类:问答Gsql not executing while constructing query
I want to fire an update query , normally using groovy we do something like : sql.executeUpdate(\"update MYTABLE l set field1where l.id = ${someobj.id}\")[详细]
2023-04-13 07:20 分类:问答Best practice for keeping track of i18n labels that need translating in Grails?
I\'m working on a Grails project that is internationalized (using the .properties resource bundles), and at the end of each release, we send a list of all the i18n messages that need to be translated.[详细]
2023-04-13 06:14 分类:问答Grails: ConfigObject.plus() not available in integration test
I am testing a service which is using config attributes and concatenates it to a string, like that: GrailsConfig.config.test.directory + System.getProperty(\'file.separator\')[详细]
2023-04-13 06:03 分类:问答Grails Validation : renderErrors not picking up after formRemote
This is in the gsp <g:if test=\"${hasError}\"> <div class=\"errors\"> <g:renderErrors bean=\"${eventInstance}\" />[详细]
2023-04-13 05:56 分类:问答show loading dialog on AJAX request
In my Grails application, I would like to show some kind of visual indicator (possibly a modal dialog) when an AJAX request is in progress.[详细]
2023-04-13 05:33 分类:问答