Index: trunk/grails-app/views/person/list.gsp
===================================================================
--- trunk/grails-app/views/person/list.gsp	(revision 955)
+++ trunk/grails-app/views/person/list.gsp	(revision 956)
@@ -13,11 +13,10 @@
 
     <div class="body">
-        <g:if test="${flash.message}">
-        <div class="message">${flash.message}</div>
-        </g:if>
+        <g:render template="/shared/messages" />
+
         <filterpane:currentCriteria domainBean="Person"
                                 action="list"
                                 dateFormat="EEE, dd-MMM-yyyy"
-                                removeImgDir="images" 
+                                removeImgDir="images"
                                 removeImgFile="bullet_delete.png"
                                 title="Search"/>
@@ -121,11 +120,11 @@
 
         <filterpane:filterPane domainBean="Person"
-                                title="Search"
-                                action="list"
-                                class="overlayPane"
-                                excludeProperties="password, sessionTimeout"
-                                associatedProperties="authorities.authority, personGroups.name"
-                                    filterPropertyValues="${['personGroups.name':[values:PersonGroup.list()],
-                                                                                'authorities.authority':[values:Authority.list()]]}" />
+                               title="Search"
+                               action="list"
+                               class="overlayPane"
+                               excludeProperties="password, sessionTimeout"
+                               associatedProperties="authorities.authority, personGroups.name"
+                               filterPropertyValues="${['personGroups.name':[values: associatedPropertyValues.personGroupList],
+                                                        'authorities.authority':[values: associatedPropertyValues.authorityList]]}" />
 
 
