Last change
on this file since 1367 was
1367,
checked in by t.w.abma@…, 10 years ago
|
- added dialog (based on study wizard) for more detailed information what goes wrong in validation step
|
File size:
395 bytes
|
Line | |
---|
1 | <% |
---|
2 | /** |
---|
3 | * third wizard page / tab |
---|
4 | * |
---|
5 | * @author Jeroen Wesbeek |
---|
6 | * @since 20101206 |
---|
7 | * |
---|
8 | * Revision information: |
---|
9 | * $Rev$ |
---|
10 | * $Author$ |
---|
11 | * $Date$ |
---|
12 | */ |
---|
13 | %> |
---|
14 | <af:page> |
---|
15 | <h1>Fill in missing mappings</h1> |
---|
16 | You must fill in the missing mappings. |
---|
17 | <importer:missingProperties datamatrix="${importer_importeddata}" failedcells="${importer_failedcells}"/> |
---|
18 | </af:page> |
---|
19 | |
---|
20 | <g:render template="common/error"/> |
---|
Note: See
TracBrowser
for help on using the repository browser.