Changeset 35 for trunk/src/grails-app/views/person/list.gsp
- Timestamp:
- Jan 26, 2009, 5:26:11 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/grails-app/views/person/list.gsp
r21 r35 32 32 <g:sortableColumn property="isActive" title="Is Active" /> 33 33 34 <th>Person Group</th>35 36 34 </tr> 37 35 </thead> … … 50 48 <td>${fieldValue(bean:personInstance, field:'isActive')}</td> 51 49 52 <td>${fieldValue(bean:personInstance, field:'personGroup')}</td>53 54 50 </tr> 55 51 </g:each>
Note: See TracChangeset
for help on using the changeset viewer.