Changeset 102
- Timestamp:
- Jan 20, 2010, 5:10:37 PM (13 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/application.properties
r100 r102 1 1 #Grails Metadata file 2 # Tue Jan 19 11:00:58CET 20102 #Wed Jan 20 17:18:27 CET 2010 3 3 app.grails.version=1.2.0 4 4 app.name=gscf 5 5 app.servlet.version=2.4 6 6 app.version=0.1 7 plugins.class-diagram=0.4.1 7 8 plugins.db-util=0.4 8 9 plugins.hibernate=1.2.0 -
trunk/grails-app/views/wizard/common/_wizard.gsp
r101 r102 19 19 <g:form action="pages" name="wizardForm" id="wizardForm"> 20 20 <div id="wizardPage"> 21 <wizard:ajaxFlowRedirect form="form#wizardForm" name="next" url="[controller:'wizard',action:'pages']" update="[success:'wizardPage',failure:'wizardError']" afterSuccess=" handleHelpTooltips()" />21 <wizard:ajaxFlowRedirect form="form#wizardForm" name="next" url="[controller:'wizard',action:'pages']" update="[success:'wizardPage',failure:'wizardError']" afterSuccess="attachHelpTooltips()" /> 22 22 </div> 23 23 <g:render template="common/error"/>
Note: See TracChangeset
for help on using the changeset viewer.