Changeset 319


Ignore:
Timestamp:
Mar 26, 2010, 3:34:06 PM (13 years ago)
Author:
duh
Message:
  • broken grails tag in importer view broke war generation:

Error executing script War: : org.codehaus.groovy.grails.web.taglib.exceptions.GrailsTagException?: Grails tag [importer:] was not closed at /WEB-INF/grails-app/views/importer/step2.gsp:40
gant.TargetExecutionException?: : org.codehaus.groovy.grails.web.taglib.exceptions.GrailsTagException?: Grails tag [importer:] was not closed at /WEB-INF/grails-app/views/importer/step2.gsp:40

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/importer/step2.gsp

    r312 r319  
    2626    <h1>Step 2: import wizard entities/properties</h1>
    2727    <p>Please choose the study you want to add the data to.</p>
    28     <importer:
    2928    <p>Below you see the entities and columns, assign properties to the columns.</p>
    3029  <importer:properties entities="${entities}" header="${header}" templates="${templates}"/>
Note: See TracChangeset for help on using the changeset viewer.