[jboss-user] [JBoss Seam] - Re: Servlet Emulation and Request content problem

dustismo do-not-reply at jboss.com
Fri Apr 6 12:54:00 EDT 2007


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#4035395

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4035395



More information about the jboss-user mailing list