- Timestamp:
- Feb 25, 2011, 3:52:20 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/0.6.5/grails-app/views/studyWizard/pages/_assays.gsp
r1461 r1567 25 25 The number of assays to add to your study 26 26 </af:textFieldElement */ %> 27 <af:templateElement name="template" description="Template" value="${ assay?.template}" entity="${dbnp.studycapturing.Assay}" addDummy="true" ajaxOnChange="switchTemplate" afterSuccess="onPage()" >27 <af:templateElement name="template" description="Template" value="${(assay && assay instanceof dbnp.studycapturing.Assay) ? assay.template : ''}" entity="${dbnp.studycapturing.Assay}" addDummy="true" ajaxOnChange="switchTemplate" afterSuccess="onPage()" > 28 28 Choose the type of assay you would like to add 29 29 </af:templateElement>
Note: See TracChangeset
for help on using the changeset viewer.