Ignore:
Timestamp:
Aug 17, 2010, 4:34:30 PM (13 years ago)
Author:
duh
Message:
  • added assay and assayGroups pages to the wizard (not yet functional)
File:
1 edited

Legend:

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

    r778 r823  
    2525        </span>
    2626
    27         <wizard:textFieldElement name="addNumber" description="Number of subjects to add" error="addNumber" value="${values.addNumber}" size="4" maxlength="4">
     27        <wizard:textFieldElement name="addNumber" description="Number of subjects to add" error="addNumber" value="${values?.addNumber}" size="4" maxlength="4">
    2828                The number of subjects to add to your study
    2929        </wizard:textFieldElement>
    30         <wizard:termElement name="species" description="of species" value="${values.species}" ontologies="1132" addDummy="true">
     30        <wizard:termElement name="species" description="of species" value="${values?.species}" ontologies="1132" addDummy="true">
    3131                The species of the subjects you would like to add to your study
    3232        </wizard:termElement>
    33         <wizard:templateElement name="template" description="with template" value="${values.template}" error="template" entity="${dbnp.studycapturing.Subject}" ontologies="1132" addDummy="true">
     33        <wizard:templateElement name="template" description="with template" value="${values?.template}" error="template" entity="${dbnp.studycapturing.Subject}" ontologies="1132" addDummy="true">
    3434                The template to use for these subjects
    3535        </wizard:templateElement>
Note: See TracChangeset for help on using the changeset viewer.