source: trunk/grails-app/views/wizard/pages/_groups.gsp @ 433

Last change on this file since 433 was 433, checked in by duh, 13 years ago
  • fixed issue with the event view and controller logic where

1) instances of Event were stored together in the same group
2) template groups being added when the event did not validate

  • Property svn:keywords set to Date Author Rev
File size: 322 bytes
Line 
1<%
2/**
3 * Subjects page
4 *
5 * @author  Jeroen Wesbeek
6 * @since   20100113
7 * @package wizard
8 * @see     dbnp.studycapturing.WizardTagLib::previousNext
9 * @see     dbnp.studycapturing.WizardController
10 *
11 * Revision information:
12 * $Rev: 433 $
13 * $Author: duh $
14 * $Date: 2010-05-18 14:56:32 +0000 (di, 18 mei 2010) $
15 */
16%>
17<wizard:pageContent>
18
19        todo...
20       
21</wizard:pageContent>
Note: See TracBrowser for help on using the repository browser.