Changeset 1252
- Timestamp:
- Dec 9, 2010, 4:38:08 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/study/show.gsp
r1245 r1252 91 91 <!-- Show all template and domain fields, if filled --> 92 92 <g:each in="${studyFields}" var="field"> 93 <g:if test="${field .isFilledInList( studyList )}">93 <g:if test="${field?.isFilledInList( studyList )}"> 94 94 <tr> 95 95 <td>${field}</td>
Note: See TracChangeset
for help on using the changeset viewer.