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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...