Making Grails form development DRYer

后端 未结 3 1019
耶瑟儿~
耶瑟儿~ 2021-02-10 05:48

When using Grails, the GSP code to render each form field looks something like this:


  

        
3条回答
  •  春和景丽
    2021-02-10 06:11

    For those who read this thread in future - For grails 2.x branch Grails fields plugin is recommended over bean fields, its actually successor of bean-fields and provides flexibility to override default templates

提交回复
热议问题