grails-plugin
grails: grailsui : cannot access dataTable outside <gui> tag
I tried to access Datatable outside gui tag, but failed. Could some tell me why? thanks. the code like this:[详细]
2023-01-14 23:01 分类:问答Grails filterPane plugin to fit page layout
I would like to have the filterPane to be inserted in my own div in order to fit my page layout. Basically I want to get rid of the default pop-up behavior and harmonize filterPane with the other elem[详细]
2023-01-13 07:46 分类:问答How do I implement a custom FilterSecurityInterceptor using grails 1.3.2 and the plugin spring-security-core 1?
I\'m writing a grails 1.3.2 application and implementing security with spring-security-core 1.0.For reasons outside the scope of this question, I\'m implementing a custom FilterSecurityInterceptor in[详细]
2023-01-10 10:58 分类:问答Grails install-plugin destination folder
Is there a way to customize the directory where \"grails install-plugin\" installs a plugin? The point is, I upgraded from 1.0.3 to 1.3.3 and the destination dir has changed from the current to the g[详细]
2023-01-10 08:15 分类:问答Rendering a GSP from a Quartz job in Grails
I have a quartz job that needs to render a GSP, when I tried: def g = new org.codehaus.groovy.grails.plugins.web.taglib.ApplicationTagLib()[详细]
2023-01-08 10:46 分类:问答Problem with grails email confirmation plug-in only with run-war
I\'m using the email-confirmation plug-in and it\'s working fine when using run-app. However if I run-war, it gives me the following error upon confirmation sendout:[详细]
2023-01-08 09:09 分类:问答Performance issue with webtest and grails
I have read the documentation for Grails and Webtest in this site: http://www.grails.org/plugin/webtest[详细]
2023-01-06 17:54 分类:问答grails - how to make filter recognize values from datePicker using Grails Calendar Plugin?
I was using regular datePicker from grails but I decided it was easier to use a textField with a calendar next to it and I was recommended to use Grails-UI.[详细]
2023-01-06 15:52 分类:问答Grails: How to make jQuery-UI work correctly with all its functions?
Hey I just installed jQuery-UI via grails install-plugin jquery-ui And I can\'t make it work. I read on the Grails Plugin documentation that I needed to update the file jQueryUiGrailsPlugin.groovy an[详细]
2023-01-06 11:13 分类:问答How can I integrate a poll module into a Grails application?
In my Grails application, I would like to integrate a simple poll module through which people can vote (without authentication), with different options, integrated into the homepage of my website. Pol[详细]
2023-01-06 02:31 分类:问答