angsuman / grails-fields

a spiritual successor to the bean-fields plugin

Home Page:http://grails-fields-plugin.github.io/grails-fields/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Join the chat at https://gitter.im/grails-fields-plugin/grails-fields

  • master branch for Grails 4.0.
  • 2.2.x y 2.1.x for Grails 3.
  • grails2.x for Grails 2.

A spiritual successor to the bean-fields plugin that attempts to provide a configurable way to render forms with appropriate inputs for different properties without having to copy and paste lots of boilerplate code. It should be possible to change the rendering for a field with the minimum of impact on any other code. This plugin attempts to achieve that by using GSP templates looked up by convention. Developers can then create templates for rendering particular properties or types of properties with the former overriding the latter.

For further information please see the full documentation.

Documentation can be found here:

About

a spiritual successor to the bean-fields plugin

http://grails-fields-plugin.github.io/grails-fields/


Languages

Language:Groovy 97.0%Language:HTML 2.0%Language:Shell 1.0%