Changeset 1058 for trunk/grails-app/taglib
- Timestamp:
- Nov 3, 2010, 2:03:20 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/taglib/dbnp/importer/ImporterTagLib.groovy
r959 r1058 65 65 66 66 /** 67 * Show failed cells 68 */ 69 def failedCells = { attrs -> 70 def failedcells = attrs['failedcells'] 71 out << render (template:"common/failedcells", model:[failedcells:failedcells]) 72 } 73 74 /** 67 75 * @param entities array containing selected entities 68 76 * @param header array containing mappingcolumn objects
Note: See TracChangeset
for help on using the changeset viewer.