Last change
on this file since 105 was
105,
checked in by duh, 13 years ago
|
- Firefox 3.6 + firebug's XMLHttpRequest option break the wizard, submitted a bug report and added some feedback to the wizard for this particular bug
- Some wizard changes
|
-
Property svn:keywords set to
Rev Author Date
|
File size:
684 bytes
|
Line | |
---|
1 | <% |
---|
2 | /** |
---|
3 | * Wizard template with first page rendered |
---|
4 | * |
---|
5 | * @author Jeroen Wesbeek |
---|
6 | * @since 20100113 |
---|
7 | * @package wizard |
---|
8 | * @see dbnp.studycapturing.WizardTagLib |
---|
9 | * @see dbnp.studycapturing.WizardController |
---|
10 | * |
---|
11 | * Revision information: |
---|
12 | * $Rev: 105 $ |
---|
13 | * $Author: duh $ |
---|
14 | * $Date: 2010-01-22 11:37:14 +0000 (vr, 22 jan 2010) $ |
---|
15 | */ |
---|
16 | %> |
---|
17 | <div id="wizard" class="wizard"> |
---|
18 | <h1>Proof of concept AJAXified Grails Webflow Wizard</h1> |
---|
19 | <g:form action="pages" name="wizardForm" id="wizardForm"> |
---|
20 | <div id="wizardPage"> |
---|
21 | <wizard:ajaxFlowRedirect form="form#wizardForm" name="next" url="[controller:'wizard',action:'pages']" update="[success:'wizardPage',failure:'wizardError']" afterSuccess="attachHelpTooltips()" /> |
---|
22 | </div> |
---|
23 | </g:form> |
---|
24 | </div> |
---|
Note: See
TracBrowser
for help on using the repository browser.