RE: problem with Input text fields and Filter

2010-12-08 Thread AMIR-TAHMASSEB Marc Kamran
gmail.com] On Behalf Of Jakob Korherr >Sent: 01 December 2010 17:11 >To: MyFaces Discussion >Subject: Re: problem with Input text fields and Filter > >Hi Marc, > >I guess the problem may come from the fact that you're using > >request.getRequestDispatcher(uri).for

Re: problem with Input text fields and Filter

2010-12-01 Thread Jakob Korherr
Hi Marc, I guess the problem may come from the fact that you're using request.getRequestDispatcher(uri).forward(request, response); in the Filter instead of filterChain.doFilter(...); And this is somehow causing your values not to be submitted which means process-validations will fail and thus

problem with Input text fields and Filter

2010-11-30 Thread AMIR-TAHMASSEB Marc Kamran
Dear all, Since I added a custom filter to deal with the local language, I have some problems with some of my forms :-( I user myfaces 1.1.8 + Tomcat 1.1.10 + jsf-faceletes 1.1.14 on a Tomcat 6 server with JDK 1.5 and j2ee-1.4 Here is my problem : I have a contact form and when I submit my