KickstartWithBootstrap
KickstartWithBootstrap copied to clipboard
Kickstart is an extension for Grails in order to start your project with a good looking frontend. It is intended to be used in rapid application scenarios such as a Startup Weekend or a prototyping se...
In war the URI to static images in plugins lacks the static URI prefix. An example: img class="" height="100" src="/invenice-mobile-wifi/static/images/frontpage/empty.png" when I produce the WAR, becames: img class="" height="100" src="/invenice-mobile-wifi/images/frontpage/empty.png"...
Is it possible to implement any kind of autocomplete?
I set a date in a form field. My locale is italian. When I submit the form it says that property must be a valid date. There are problems in...
Besides English and German, how do I tell it to display French and Spanish options on the Nav Bar languages pull down menu?
I've installed kickstart plugin. I'm using grails 2.3.5. grails create-app kickstart create-domain sector generate-controller kickstart.Sector generate-views kickstart.Sector run-app and the error: Running Grails application | Error 2014-02-03 10:27:12,178 [localhost-startStop-1] ERROR...
On the first page of a list, clicking on the disabled "Previous" link will produce these url params: "offset=-10&max=10&order=desc" The "Next" link will also wander out of range. It seems...
A good option is to set an id to the resources of this plugin, like [JQuery UI does](https://github.com/gpc/grails-jquery-ui/blob/master/grails-app/conf/JqueryUiPluginResources.groovy), so the developer can override them. This is really useful for CSS...
Hi, I just tried v. 1.0.0. of the PlugIn with the new Grails v. 2.3.5 and ran into a http 404 and the following stacktrace when trying to save a...
When the upgrade to grails 2.3.0 and bootstrap 3.0? Thank you.