Ignore:
Timestamp:
Mar 18, 2010, 10:17:02 AM (14 years ago)
Author:
tabma
Message:
  • final step in the wizard, implemented method in the ImporterService? to persist the entities into the database
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/taglib/dbnp/importer/ImporterTagLib.groovy

    r259 r283  
    3434
    3535        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])
    3646    }
    3747
Note: See TracChangeset for help on using the changeset viewer.