[jboss-user] [JBoss Seam] - Context management for custom servlets

2007-10-14 Thread thatrichard
I'm using Seam-2.0.0.Beta1. According to the docs: anonymous wrote : 25.1.4.6. Context management for custom servlets | | ...Seam provides a servlet filter that can be applied to any other servlet that needs access to Seam components. | | This filter allows custom servlets to interact

[jboss-user] [JBoss Seam] - context management for custom servlets

2007-03-22 Thread codelion
Reference doc section 21.1.3 Seam servlet filters subsection Context management for custom servlets discusses web:context-filter url-pattern=/whatever/*/. It reads The context filter expects to find the conversation id of any conversation context in a request parameter named conversationId.