Re: DispatchAction parameter getting dropped by IE

2005-12-01 Thread Nick Heudecker
I found this link (http://www.crazysquirrel.com/computing/general/form-encoding.jspx) and, after adding the accept-charset and the hidden field, it fixed it. On 12/1/05, Frank W. Zammetti <[EMAIL PROTECTED]> wrote: > I've seen sporadic problems along these lines over the past two years with > an

Re: DispatchAction parameter getting dropped by IE

2005-12-01 Thread Frank W. Zammetti
I've seen sporadic problems along these lines over the past two years with an app I have, and it's an IE-only app. I've never been able to track it down, but it's been fairly rare so I haven't gone nuts trying either :) Same kind of symptoms though... logs seem to indicate request parameters were

Re: DispatchAction parameter getting dropped by IE

2005-12-01 Thread Nick Heudecker
Now I'm thinking this has something to do with the charset not getting set in IE. Users are copying and pasting content from Word into textareas and getting this error. Is it possible Tomcat can't parse the incoming form data and nothing gets passed to the Action? On 12/1/05, Nick Heudecker <[EM