Ignore:
Timestamp:
Nov 2, 2009, 3:25:26 PM (14 years ago)
Author:
gav
Message:

Resolve ticket #12 again.
Turn query cache on again since this did not resolve the problem.
Implement fix as per http://jira.codehaus.org/browse/GRAILS-5111, add flush:true to save.
Adjust templates to include above and remove home url.
Re-generate all non detailed views and controllers.
Manually add flush:true and remove home url to detailed views and controllers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/taskProcedure/create.gsp

    r151 r178  
    55        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
    66        <meta name="layout" content="main" />
    7         <title>Create TaskProcedure</title>         
     7        <title>Create TaskProcedure</title>
    88    </head>
    99    <body>
    1010        <div class="nav">
    11             <span class="menuButton"><a class="home" href="${resource(dir:'')}">Home</a></span>
    1211            <span class="menuButton"><g:link class="list" action="list">TaskProcedure List</g:link></span>
    1312        </div>
     
    2221            </div>
    2322            </g:hasErrors>
    24             <g:form controller="taskProcedureDetailed" action="save" method="post" >
     23            <g:form action="save" method="post" >
    2524                <div class="dialog">
    2625                    <table>
Note: See TracChangeset for help on using the changeset viewer.