Søren Berg Glasius
Søren Berg Glasius
@aadrian you can argue, that #257 only described `table` and not `show` - but of course it should work
If you can provide a small project with an example, I'll see if I have time to debug and hopefully fix the problem. Thank you.
being the developer of GroovyBlogs we could try and fine-tune the selection algorithm. Right now the blog that causes the most false-groovy-positives is http://groovy.dzone.com/ An analysis to why could probably...
I agree, that the table implementation is somewhat lacking compared to the fields implementations. This should be looked into in order to streamline them.
In `grails/plugin/formfields/BeanPropertyAccessorFactory.groovy:90` it uses the Grails build-in `constraintsEvaluator` and this evaluator apparently does not look at result from `static boolean defaultNullable()` which would explain why the fields plugin does not...
For the time being, examples can be found here: https://github.com/grails-fields-plugin/gr8conf-us-fields-plugin-demo https://github.com/grails-fields-plugin/greach-fields-plugin-demo
See comment in PR
If the documentation is wrong, please make a pull request on that too. Thanks!
If you can do a small demo project and push it to github that would be very helpful. Judging from the stacktrace however, this does not look like it happens...
A sample project to show the issue would be a big help.