joergrech / KickstartWithBootstrap

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 session with a customer. This plugin provides adapted scaffolding templates for standard CRUD pages using Twitter's CSS Framework Bootstrap and offers some basic pages for a web site.
65 stars 52 forks source link

Fixed missing appName prefix in form action (using g:form now) #86

Open hansmaulwurf23 opened 10 years ago

hansmaulwurf23 commented 10 years ago

Hi Joerg,

the appName prefix was eventually missing in the form action. So I changed the tag to use the Grails tag for form.

Cheers Martin