Changeset 585 for trunk/grails-app/views


Ignore:
Timestamp:
Jun 18, 2010, 12:49:53 PM (13 years ago)
Author:
duh
Message:
  • fixed issue with the wizard not working on Apache Tomcat production hosting (odd, as the problem did not surface in development)
File:
1 edited

Legend:

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

    r527 r585  
    2727                Depending on the chosen template specific fields can be filled out. If none of the templates contain all the necessary fields, a new template can be defined (based on other templates).
    2828        </wizard:templateElement>
    29         <g:if test="${study}"><wizard:templateElements entity="${study}" /></g:if>
    30 
     29        <g:if test="${study}">
     30        <wizard:templateElements entity="${study}" />
    3131        <wizard:publicationSelectElement name="publication" value="${study?.publications}" />
    3232        <wizard:contactSelectElement name="contacts" value="${study?.persons}" />
     33        </g:if>
    3334
    3435</wizard:pageContent>
Note: See TracChangeset for help on using the changeset viewer.