Changeset 442 for trunk/grails-app/views/person/edit.gsp
- Timestamp:
- May 19, 2010, 6:12:42 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/person/edit.gsp
r382 r442 132 132 </td> 133 133 <td valign="top" class="value ${hasErrors(bean: personInstance, field: 'affiliations', 'errors')}"> 134 <g:select name="affiliations" from="${dbnp.studycapturing.PersonAffiliation.list()}" multiple="yes" optionKey="id" optionValue="name"size="5" value="${personInstance?.affiliations}" />134 <g:select name="affiliations" from="${dbnp.studycapturing.PersonAffiliation.list()}" multiple="yes" optionKey="id" size="5" value="${personInstance?.affiliations}" /> 135 135 </td> 136 136 </tr>
Note: See TracChangeset
for help on using the changeset viewer.