Changeset 200 for trunk/grails-app/views/importer/common/_preview.gsp
- Timestamp:
- Feb 15, 2010, 9:38:24 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/importer/common/_preview.gsp
r173 r200 13 13 */ 14 14 %> 15 <g:form name="previewform" action=" accept">15 <g:form name="previewform" action="savepreview"> 16 16 <table> 17 17 <tr> … … 28 28 <g:each var="column" in="${header}"> 29 29 <td class="header"> 30 <importer:celltypeSelect selected="${column.celltype}" name="celltype [${column.columnindex}]"/>30 <importer:celltypeSelect selected="${column.celltype}" name="celltype" customvalue="${column.columnindex.toString()}"/> 31 31 </td> 32 32 </g:each> … … 37 37 <g:each var="column" in="${header}"> 38 38 <td class="header"> 39 <importer:entitySelect name="entity [${column.columnindex}]"/>39 <importer:entitySelect name="entity" customvalue="${column.columnindex.toString()}"/> 40 40 </td> 41 41 </g:each>
Note: See TracChangeset
for help on using the changeset viewer.