Index: trunk/grails-app/views/appCore/home.gsp
===================================================================
--- trunk/grails-app/views/appCore/home.gsp	(revision 106)
+++ trunk/grails-app/views/appCore/home.gsp	(revision 110)
@@ -12,4 +12,5 @@
         </div>
         <div class="body">
+            <h1></h1>
             <g:if test="${flash.message}">
                 <div class="message">${flash.message}</div>
Index: trunk/grails-app/views/appCore/manager.gsp
===================================================================
--- trunk/grails-app/views/appCore/manager.gsp	(revision 106)
+++ trunk/grails-app/views/appCore/manager.gsp	(revision 110)
@@ -13,5 +13,7 @@
         <div class="body">
             <h1>Welcome to Manager</h1>
-
+            <g:if test="${flash.message}">
+                <div class="message">${flash.message}</div>
+            </g:if>
         </div>
     </body>
