Changeset 313


Ignore:
Timestamp:
Feb 3, 2010, 1:40:06 PM (14 years ago)
Author:
gav
Message:

Small correction to body.onload and get focus working again.

Location:
trunk/grails-app/views
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/layouts/main.gsp

    r312 r313  
    1616
    1717    <!-- Added g:pageProperty so that onload in each page works -->
    18     <body onload="<g:pageProperty name='body.onload'/>">
     18    <body onload="${pageProperty(name: 'body.onload')}">
    1919        <div id="wrapper" style="height: 100%;">
    2020            <div id="top">
  • trunk/grails-app/views/taskDetailed/create.gsp

    r246 r313  
    2121            </g:hasErrors>
    2222
    23             <g:form action="save" method="post" >
     23            <g:form action="save" method="post" name="createTaskForm">
    2424                <div class="dialog">
    2525                    <table>
Note: See TracChangeset for help on using the changeset viewer.