In cocoon we have this tag to show the error message <map:handle-errors> <map:transform src="../stylesheets/system/error2html.xsl"/> <map:serialize status-code="500"/> </map:handle-errors>
But I want to customize the error messages...and I want to display the message according to the the exception catch...in coocn there is only stylesheet ,it displaying exception as it is So How to cature the Exception object in stylesheet and show the message??? Thanks --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>