Error page support for I18n.

This commit is contained in:
Paulo Gustavo Veiga
2012-06-30 19:01:05 -03:00
parent 8e103f44c8
commit 538e0196e2
5 changed files with 42 additions and 45 deletions

View File

@@ -94,7 +94,7 @@
</definition>
<definition name="browserNotSupported" extends="pageTemplate">
<put-attribute name="title" value="UNSUPPORTED_BROWSER"/>
<put-attribute name="title" value="BROWSER_NOT_SUPPORTED_TITLE"/>
<put-attribute name="body" value="/jsp/browserNotSupported.jsp"/>
</definition>