Author: bleny Date: 2013-03-26 17:12:17 +0100 (Tue, 26 Mar 2013) New Revision: 42 Url: http://forge.codelutin.com/projects/franciaflex-magalie/repository/revisions... Log: add action errors in layout Modified: trunk/magalie-web/src/main/webapp/WEB-INF/decorators/layout.jsp Modified: trunk/magalie-web/src/main/webapp/WEB-INF/decorators/layout.jsp =================================================================== --- trunk/magalie-web/src/main/webapp/WEB-INF/decorators/layout.jsp 2013-03-26 16:11:45 UTC (rev 41) +++ trunk/magalie-web/src/main/webapp/WEB-INF/decorators/layout.jsp 2013-03-26 16:12:17 UTC (rev 42) @@ -40,6 +40,11 @@ </head> <body> <div id="container"> + + <s:actionerror theme="bootstrap"/> + <s:actionmessage theme="bootstrap"/> + <s:fielderror theme="bootstrap"/> + <decorator:body /> </div> </body>
participants (1)
-
bleny@users.forge.codelutin.com