[jboss-user] [JBoss Seam] - Re: Seam PDF errors
momochone11
do-not-reply at jboss.com
Thu Aug 23 15:58:33 EDT 2007
I don't know if I am right... I kept getting IllegalStateException, when I check the itext example's web.xml, it doesn't have these two configurations that are in the documentation.
| <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>
I tried removing those two configs and I don't get the exception anymore.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077517#4077517
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4077517
More information about the jboss-user
mailing list