Changeset 25 for trunk/src/grails-app/views/personGroup/list.gsp
- Timestamp:
- Jan 20, 2009, 8:08:17 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/grails-app/views/personGroup/list.gsp
r19 r25 30 30 <g:sortableColumn property="name" title="Name" /> 31 31 32 <th> Type Of Person Group</th>32 <th>Person Group Type</th> 33 33 34 34 </tr> … … 46 46 <td>${fieldValue(bean:personGroupInstance, field:'name')}</td> 47 47 48 <td>${fieldValue(bean:personGroupInstance, field:' typeOfPersonGroup')}</td>48 <td>${fieldValue(bean:personGroupInstance, field:'personGroupType')}</td> 49 49 50 50 </tr>
Note: See TracChangeset
for help on using the changeset viewer.