Changeset 102


Ignore:
Timestamp:
Jan 20, 2010, 5:10:37 PM (13 years ago)
Author:
duh
Message:
  • forgot to rename the afterSuccess argument from handleHelpTooltips to attachHelpTooltips in the <wizard:ajaxFlowRedirect...> in the main wizard template
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/application.properties

    r100 r102  
    11#Grails Metadata file
    2 #Tue Jan 19 11:00:58 CET 2010
     2#Wed Jan 20 17:18:27 CET 2010
    33app.grails.version=1.2.0
    44app.name=gscf
    55app.servlet.version=2.4
    66app.version=0.1
     7plugins.class-diagram=0.4.1
    78plugins.db-util=0.4
    89plugins.hibernate=1.2.0
  • trunk/grails-app/views/wizard/common/_wizard.gsp

    r101 r102  
    1919        <g:form action="pages" name="wizardForm" id="wizardForm">
    2020                <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()" />
    2222                </div>
    2323                <g:render template="common/error"/>
Note: See TracChangeset for help on using the changeset viewer.