RE: Conversation Component Servlet Filter Issue

2006-10-20 Thread Neuman, Ben J., AM IRM
Tom, Could you list the various versions you are using (MyFaces 1.1.x, Tomahawk? Sandbox? etc...)? Ben -Original Message- From: Tom Innes [mailto:[EMAIL PROTECTED] Sent: Friday, October 20, 2006 6:32 AM To: MyFaces Discussion Subject: RE: Conversation Component Servlet Filter Issue

RE: Conversation Component Servlet Filter Issue

2006-10-20 Thread Tom Innes
- From: Neuman, Ben J., AM IRM [mailto:[EMAIL PROTECTED] Sent: October 20, 2006 9:48 AM To: MyFaces Discussion Subject: RE: Conversation Component Servlet Filter Issue Tom, Could you list the various versions you are using (MyFaces 1.1.x, Tomahawk? Sandbox? etc...)? Ben -Original Message

RE: Conversation Component Servlet Filter Issue

2006-10-20 Thread Neuman, Ben J., AM IRM
/servlet-mapping .. /web-app -Original Message- From: Tom Innes [mailto:[EMAIL PROTECTED] Sent: Friday, October 20, 2006 6:33 AM To: MyFaces Discussion Subject: RE: Conversation Component Servlet Filter Issue Yeh, that was just left over crud from some of my other testing

RE: Conversation Component Servlet Filter Issue

2006-10-19 Thread Neuman, Ben J., AM IRM
Trydefining the requestParameterProvider before the conversationFilter. Ben -Original Message-From: Tom Innes [mailto:[EMAIL PROTECTED]Sent: Thursday, October 19, 2006 3:04 PMTo: 'MyFaces Discussion'Subject: Conversation Component Servlet Filter Issue I am

RE: Conversation Component Servlet Filter Issue

2006-10-19 Thread Neuman, Ben J., AM IRM
Also, you'll need this one as well in your taglib.xml tag tag-nameendConversation/tag-name component component-typeorg.apache.myfaces.EndConversation/component-type /component /tag -Original Message-From: Tom Innes [mailto:[EMAIL PROTECTED]Sent: Thursday, October 19, 2006

RE: Conversation Component Servlet Filter Issue

2006-10-19 Thread Tom Innes
PROTECTED] Sent: Thursday, October 19, 2006 3:46 PM To: MyFaces Discussion Subject: RE: Conversation Component Servlet Filter Issue Trydefining the requestParameterProvider before the conversationFilter. Ben -Original Message- From: Tom Innes [mailto:[EMAIL PROTECTED] Sent

Re: Conversation Component Servlet Filter Issue

2006-10-19 Thread Mario Ivankovits
Hi Tom! Unhappily I do not use facelet, so I don't konw if there is something special we have to take care of. If I manage to get a free hour or two I'll try to setup a environment here and give it a try, though, if you have a simple - nearly empty - webapp I would be glad when you send it over

Re: Conversation Component Servlet Filter Issue

2006-10-19 Thread Mario Ivankovits
Oh, and you don't need to map the ConversationFilter and RequestParameterProvider to the /faces/* if this space is for the ExtensionsFilter only, I assume you access your views using the *.jsf extension, no? Ciao, Mario