Changeset 283 for trunk/grails-app/taglib
- Timestamp:
- Mar 18, 2010, 10:17:02 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/taglib/dbnp/importer/ImporterTagLib.groovy
r259 r283 34 34 35 35 out << render (template:"common/preview", model:[header:header, datamatrix:datamatrix]) 36 } 37 38 /** 39 * @param datamatrix two dimensional array containing entities with read values 40 * @return postview of the imported data 41 */ 42 def postview = { attrs -> 43 def datamatrix = attrs['datamatrix'] 44 45 out << render (template:"common/postview", model:[datamatrix:datamatrix]) 36 46 } 37 47
Note: See TracChangeset
for help on using the changeset viewer.