grails-plugin
Grails: How do I make my page load a filter when the page loads?
On index.gsp I have this to redirect it to list.gsp so I\'m imagining is should be something like this:[详细]
2023-01-05 01:41 分类:问答Is there an equivalent to the Bootstrap class in a Plugin
Is there an a way to initialise some data in a Plugin. I am modulizing my code and it would be nice to ha开发者_高级运维ve something like the bootstrap in the Plugin but I cannot find it. Nor can I fi[详细]
2023-01-03 03:52 分类:问答Anyone using grailsflow in its Plug-in or Demo version?
Grailsflow seems to be broken (as of Jan 2010) with Grails 1.2 or above, in both \'demo\' and the plug-in flavours.Is there anyone out there using it?Have moved code out of the plug-in into my BootStr[详细]
2023-01-02 15:26 分类:问答GrailsUI (YUI) data table hover event
How to make the data table rows change color as hover over it. The YUI example is here link text 开发者_开发技巧[详细]
2023-01-02 14:41 分类:问答Grails Detect if a Plugin is Installed
Is there a way in Grails to Detect that a plugin is installed. For exampl开发者_开发知识库e I need to know if the \"Acegi\" plugin is installed. If it is then I can run different Code. If the plugin i[详细]
2023-01-01 20:33 分类:问答Maven does not resolve a local Grails plug-in
My goal is to take a Grails web application and build it into a Web ARchive (WAR file) using Maven, and the key is that it must populate the \"plugins\" folder without live access to the internet.An \[详细]
2022-12-31 20:18 分类:问答How to use jasperreports subreports with grails jasper plugin?
I would like to use s开发者_C百科ubreports with grails jasper plugins, I followed the manual at this url (http://www.grails.org/plugin/jasper). Here is my code :[详细]
2022-12-29 00:27 分类:问答install plugins manually?
is it possible to install and uninstall plugins manually in g开发者_Go百科rails?? if yes, how can it be done?If the commands are failing for some reason, you can remove them by:[详细]
2022-12-28 08:39 分类:问答One's more about grails searchable plugin
I have two simple domains: public class Hotel { static searchable = true Source source City city HotelType type[详细]
2022-12-23 10:06 分类:问答Interrupting grails dynamic methods
I have one grails application.I开发者_开发知识库n that I have one model class named Book. From any controller if I am calling Book.list(), Book.get(id) and some other hibernate calls like save() I wan[详细]
2022-12-20 16:06 分类:问答