Ignore:
Timestamp:
Mar 17, 2010, 3:18:54 PM (13 years ago)
Author:
duh
Message:
  • improved try catch block in wizard data saving
  • if saving fails, the generated exception is shown in the client's error feedback dialog and a stacktrace is shown in the console
  • navigating away from last wizard page does not result in a warning anymore
  • last page does not contain a 'previous' button anymore as this makes no sense at all
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/wizard/pages/_done.gsp

    r275 r279  
    2222        </span>
    2323
     24        <script type="text/javascript">
     25                // disable redirect warning
     26                var warnOnRedirect = false;
     27        </script>
     28
    2429</wizard:pageContent>
Note: See TracChangeset for help on using the changeset viewer.