You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by mm...@apache.org on 2007/08/02 10:14:17 UTC

svn commit: r562038 - /myfaces/core/trunk/api/src/main/resources/META-INF/rsc/facelet-dev-error.xml

Author: mmarinschek
Date: Thu Aug  2 01:14:16 2007
New Revision: 562038

URL: http://svn.apache.org/viewvc?view=rev&rev=562038
Log:
https://issues.apache.org/jira/browse/MYFACES-1688: some slight changes to the error page

Modified:
    myfaces/core/trunk/api/src/main/resources/META-INF/rsc/facelet-dev-error.xml

Modified: myfaces/core/trunk/api/src/main/resources/META-INF/rsc/facelet-dev-error.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/resources/META-INF/rsc/facelet-dev-error.xml?view=diff&rev=562038&r1=562037&r2=562038
==============================================================================
--- myfaces/core/trunk/api/src/main/resources/META-INF/rsc/facelet-dev-error.xml (original)
+++ myfaces/core/trunk/api/src/main/resources/META-INF/rsc/facelet-dev-error.xml Thu Aug  2 01:14:16 2007
@@ -51,6 +51,7 @@
 <div id="tree" class="grayBox"><code>@@tree@@</code></div>
 <h2><a href="#" onclick="toggle('vars'); return false;"><span id="varsOff">+</span><span id="varsOn" style="display: none;">-</span> Scoped Variables</a></h2>
 <div id="vars">@@vars@@</div>
-<div class="grayBox" style="text-align: right; color: #666;">@@now@@ - Generated by Facelets</div>
+<div class="grayBox" style="text-align: right; color: #666;">@@now@@ - Generated by MyFaces - for information on disabling or modifying this error-page, see <a
+href="http://wiki.apache.org/myfaces/Handling_Server_Errors">Server error handling</a></div>
 </body>
 </html>