Does each wicket object attempt to set the character encoding for that objects output?

I've been trying to track down what is causing GlassFish to generate a number of the following warnings...

PWC4011: Unable to set request character encoding to UTF-8 from context /FilterRequest, because request parameters have already been read, or ServletRequest.getReader() has already been called

I noticed that a particular group of warnings number the same as the number of Wicket objects (panels, pages, etc.) rendered for a particular view.

It seems as though Wicket is attempting to set the encoding multiple times during an application run. Is that the case?

-David Nedrow

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to