[jboss-user] [JBoss Seam] - Re: exceptions.xml : display exception's information

2007-03-01 Thread synthez84
Here are my log : [Exceptions] reading exceptions.xml [MetaMethodBinding] Error processing action expression #{actionBean.doException}: javax.faces.el.EvaluationException: Exception while invoking expression #{actionBean.doException} And still no message in html page... View the original

[jboss-user] [JBoss Seam] - Re: exceptions.xml : display exception's information

2007-03-01 Thread synthez84
I changed my generic_error_page.xhtml to : h:messages styleClass=message/ With that I can see Test, which was define in exceptions.xml But I would like to print the exception message and the stack.. What should I do? I also tried h:inputTextarea rows=20 cols=100 readonly=true |