Changeset 877 for trunk/grails-app/taglib
- Timestamp:
- Sep 8, 2010, 2:15:44 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/taglib/dbnp/studycapturing/WizardTagLib.groovy
r874 r877 895 895 def helpText = (it.comment && renderType == 'element') ? it.comment : '' 896 896 def ucName = it.name[0].toUpperCase() + it.name.substring(1) 897 898 // check if this is a required property899 println it.getProperties().constraints.required900 println it.getProperties().constraints.required.getClass()901 897 902 898 // output column opening element?
Note: See TracChangeset
for help on using the changeset viewer.