I have RegisterCommand used in register action.
This command is marked by '@Validateable' annotation.
When I try to render form with it, I get org.codehaus.groovy.grails.web.taglib.exceptions.GrailsTagException: Tag [all] currently only supports domain types.
As I can understand, it is possible to implement this feature.
Could you implement it?
Thanks