Grails-Plugin-Consortium / grails-filterpane

Filterpane plugin for grails.
Apache License 2.0
16 stars 44 forks source link

Update FilterPaneTagLib.groovy #38

Closed stenix71 closed 10 years ago

stenix71 commented 10 years ago

Fixed problem that caused IllegalArgumentException while enum value was not set. The exception was caught silently so it was not obvious that it was thrown. I saw it while debugging.

Also fixed problem that valueMessagePrefix was not used for enum values unless values were explicitly specified. Removing the optionValue from ctrlAttrs made the trick.