- Timestamp:
- Nov 25, 2010, 3:51:14 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/taglib/dbnp/importer/ImporterTagLib.groovy
r1143 r1202 60 60 */ 61 61 def missingProperties = { attrs -> 62 def datamatrix = attrs['datamatrix'] 63 out << render (template:"common/missingproperties", model:[datamatrix:datamatrix]) 62 def datamatrix = attrs['datamatrix'] 63 def failedcells = attrs['failedcells'] 64 out << render (template:"common/missingproperties", model:[datamatrix:datamatrix, failedcells:failedcells]) 64 65 } 65 66
Note: See TracChangeset
for help on using the changeset viewer.