Ignore:
Timestamp:
May 1, 2009, 3:27:41 PM (15 years ago)
Author:
gav
Message:

Run generate-all on all controllers and views except Person and Authority.
Extensive work on Asset domain and application now compiles and runs well.
Update BootStrap? to suite.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/personGroup/show.gsp

    r60 r122  
    6161                            <td valign="top" class="name">Persons:</td>
    6262                           
    63                             <td valign="top" class="value">${fieldValue(bean:personGroupInstance, field:'persons')}</td>
     63                            <td  valign="top" style="text-align:left;" class="value">
     64                                <ul>
     65                                <g:each var="p" in="${personGroupInstance.persons}">
     66                                    <li><g:link controller="person" action="show" id="${p.id}">${p?.encodeAsHTML()}</g:link></li>
     67                                </g:each>
     68                                </ul>
     69                            </td>
    6470                           
    6571                        </tr>
Note: See TracChangeset for help on using the changeset viewer.