Re: [appfuse-user] JSF semi-randomly returns incorrectly encoded output. Fixed by hitting refresh.

2008-04-30 Thread LonB
;. - Lon mraible wrote: > > On Wed, Apr 30, 2008 at 7:39 AM, LonB <[EMAIL PROTECTED]> wrote: >> >> Matt, thanks for the incredibly fast response! I added the two >> dispatcher >> params to the filter mapping for the encodingFilter, but no change.

Re: [appfuse-user] JSF semi-randomly returns incorrectly encoded output. Fixed by hitting refresh.

2008-04-30 Thread LonB
I mean you might change its s on the > to be REQUEST and FORWARD. > > Matt > > On Wed, Apr 30, 2008 at 7:19 AM, Matt Raible <[EMAIL PROTECTED]> > wrote: >> There's a CharacterEncodingFilter in web.xml that might helps. >> >> Matt >> >

[appfuse-user] JSF semi-randomly returns incorrectly encoded output. Fixed by hitting refresh.

2008-04-30 Thread LonB
In a JSF page, I have a form in a view, that submits via an action commandlink... something like: ...