Its much easier if you just write a normal servlet and add the web context filter to your
url pattern (so you can access seam components). Its in the documentation, but is
essentially adding:
<web:context-filter url-pattern="/media/*" />
to components.xml
hope that helps,
Dustin
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4035395#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...