Re: RequestParamServltFilter Bug

2006-09-01 Thread Mario Ivankovits
Hi Ben!
 First, my apologies for the premature WIKI entry concerning the Conversation
 Tag. I'll be more discerning about my entries in the future.
   
Oh - that was no problem. I just didnt know how to reach you so I
thought I try through the wiki page itself.
:-)

I use the conversationTag with the old DefaultAddResource and didnt
have your problem - and I use the inputCalendar, etc stuff.
Could you please post (or send me) your web.xml.
It must have something to do with the filter mapping.

As a hint - In our application we have a mapping like (in this order):
FacesExtensions, RequestParameterFilter, ConversationFilter - all mapped
to /path/*
Our Faces Servlet is mapped to *.faces
So a typical url looks like /path/MyFacesPage.faces

Thanks!
Ciao,
Mario



RE: RequestParamServltFilter Bug

2006-09-01 Thread Neuman, Ben J., AM IRM
-nameextensionsFilter/filter-name
url-pattern/faces/myFacesExtensionResource/*/url-pattern
/filter-mapping
filter-mapping
filter-nameextensionsFilter/filter-name
url-pattern*.xhtml/url-pattern
/filter-mapping
listener
descriptionNeeded to load the Spring Application
Context/description
 
listener-classorg.springframework.web.context.ContextLoaderListener/liste
ner-class
/listener

servlet
servlet-nameFaces Servlet/servlet-name
servlet-classjavax.faces.webapp.FacesServlet/servlet-class
load-on-startup1/load-on-startup
/servlet
servlet-mapping
servlet-nameFaces Servlet/servlet-name
url-pattern*.xhtml/url-pattern
/servlet-mapping

/web-app

-Original Message-
From: Mario Ivankovits [mailto:[EMAIL PROTECTED]
Sent: Friday, September 01, 2006 11:11 AM
To: MyFaces Development
Subject: Re: RequestParamServltFilter Bug


Hi Ben!
 First, my apologies for the premature WIKI entry concerning the
Conversation
 Tag. I'll be more discerning about my entries in the future.
   
Oh - that was no problem. I just didnt know how to reach you so I
thought I try through the wiki page itself.
:-)

I use the conversationTag with the old DefaultAddResource and didnt
have your problem - and I use the inputCalendar, etc stuff.
Could you please post (or send me) your web.xml.
It must have something to do with the filter mapping.

As a hint - In our application we have a mapping like (in this order):
FacesExtensions, RequestParameterFilter, ConversationFilter - all mapped
to /path/*
Our Faces Servlet is mapped to *.faces
So a typical url looks like /path/MyFacesPage.faces

Thanks!
Ciao,
Mario