[jboss-user] [JBoss Seam] - Re: Error during PDF generation - IllegalStateException: No
arvhatte
do-not-reply at jboss.com
Fri Feb 1 04:34:01 EST 2008
Hi terryb,
Though I'm not 100% sure, I think you should remove the following part from your web.xml and everything will work like a charm:
| <filter>
| <filter-name>Seam Servlet Filter</filter-name>
| <filter-class>org.jboss.seam.servlet.SeamServletFilter</filter-class>
| </filter>
| <filter-mapping>
| <filter-name>Seam Servlet Filter</filter-name>
| <url-pattern>*.pdf</url-pattern>
| </filter-mapping>
| <filter-mapping>
| <filter-name>Seam Servlet Filter</filter-name>
| <url-pattern>*.rtf</url-pattern>
| </filter-mapping>
|
Greetings,
Tim
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125417#4125417
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125417
More information about the jboss-user
mailing list