[jboss-user] [JBoss Seam] - Re: Exception handling with @HttpError not working

2007-05-16 Thread susnet
No, forget what i wrote in my last post. The problem was that i'm using Tuckey URLRewrite. Then the Seam filter must come BEFORE the URLRewriteFilter in web.xml. Like this: | | Seam Filter | org.jboss.seam.web.SeamFilter | | | Seam Filter | /* | |

[jboss-user] [JBoss Seam] - Re: Exception handling with @HttpError not working

2007-05-16 Thread susnet
The problem was solved by adding | | javax.faces.STATE_SAVING_METHOD | client | to web.xml. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046305#4046305 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting

[jboss-user] [JBoss Seam] - Re: Exception handling with @HttpError not working

2007-05-15 Thread susnet
If I put | | | | Unexpected Failure. | | | in pages.xml, it does not work either. The exception just falls through and an ugly error message will be shown (if i'm not adding an errorpage for 500 in web.xml). I have http://www.jboss.com/index.ht

[jboss-user] [JBoss Seam] - Re: Exception handling with @HttpError not working

2007-05-15 Thread susnet
In web.xml I also have: | | Seam Filter | org.jboss.seam.web.SeamFilter | | | | Seam Filter | /* | | When I deploy my app i can read in the log: INFO [Lifecycle] starting up: org.jboss.seam.servlet.exceptionFilter View the original post : ht