Index: /trunk/grails-app/views/sectionDetailed/create.gsp
===================================================================
--- /trunk/grails-app/views/sectionDetailed/create.gsp	(revision 354)
+++ /trunk/grails-app/views/sectionDetailed/create.gsp	(revision 355)
@@ -13,7 +13,5 @@
         <div class="body">
             <h1>Create Section</h1>
-            <g:if test="${flash.message}">
-            <div class="message">${flash.message}</div>
-            </g:if>
+            <g:render template="/shared/messages" />
             <g:hasErrors bean="${sectionInstance}">
             <div class="errors">
Index: /trunk/grails-app/views/sectionDetailed/edit.gsp
===================================================================
--- /trunk/grails-app/views/sectionDetailed/edit.gsp	(revision 354)
+++ /trunk/grails-app/views/sectionDetailed/edit.gsp	(revision 355)
@@ -14,7 +14,5 @@
         <div class="body">
             <h1>Edit Section</h1>
-            <g:if test="${flash.message}">
-            <div class="message">${flash.message}</div>
-            </g:if>
+            <g:render template="/shared/messages" />
             <g:hasErrors bean="${sectionInstance}">
             <div class="errors">
Index: /trunk/grails-app/views/sectionDetailed/list.gsp
===================================================================
--- /trunk/grails-app/views/sectionDetailed/list.gsp	(revision 354)
+++ /trunk/grails-app/views/sectionDetailed/list.gsp	(revision 355)
@@ -13,7 +13,5 @@
         <div class="body">
             <h1>Section List</h1>
-            <g:if test="${flash.message}">
-            <div class="message">${flash.message}</div>
-            </g:if>
+            <g:render template="/shared/messages" />
             <div class="list">
                 <table>
Index: /trunk/grails-app/views/sectionDetailed/show.gsp
===================================================================
--- /trunk/grails-app/views/sectionDetailed/show.gsp	(revision 354)
+++ /trunk/grails-app/views/sectionDetailed/show.gsp	(revision 355)
@@ -14,7 +14,5 @@
         <div class="body">
             <h1>Show Section</h1>
-            <g:if test="${flash.message}">
-            <div class="message">${flash.message}</div>
-            </g:if>
+            <g:render template="/shared/messages" />
             <div class="dialog">
                 <table>
