You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Todd Pierce <To...@hubbub.com.au> on 2002/12/03 02:21:36 UTC

RE: intermitten missing field value when submit to a Struts actio n????

If you have something working consistently in one browser and consistently
not in another, it's likely to be an HTML problem. Are you submitting with a
GET or a POST method? If you're using GET, there's a known bug (fixed in IE
6) where parameter names can resolve to escape characters, e.g.
/someul.do?param=123&quote=456 will become /someul.do?param=123"e=456. Might
be something to do with that?



-----Original Message-----
From: Tuan H. Le [mailto:tuan.le@phsadc.com]
Sent: Tuesday, 3 December 2002 10:28 AM
To: Struts Users Mailing List
Subject: RE: intermitten missing field value when submit to a Struts
action????


Edgar,

Thanks for your replied. I also tried to set the action in a Struts form
bean and I got the same result. It worked fine with IE 6.0.

Thanks,
Tuan

-----Original Message-----
From: edgar [mailto:edgar@blue-moose.net]
Sent: Monday, December 02, 2002 3:25 PM
To: 'Struts Users Mailing List'
Subject: RE: intermitten missing field value when submit to a Struts
action????


This doesn't sound like a browser issue.  I would look elsewhere.

Edgar

-----Original Message-----
From: Tuan H. Le [mailto:tuan.le@phsadc.com] 
Sent: Monday, December 02, 2002 6:05 PM
To: 'Struts Users Mailing List (E-mail)'
Subject: intermitten missing field value when submit to a Struts
action????


Hi,

Has any one experienced a problem that I'm having with hidden input text
field? 

I have two different IE browser versions (5.5 and 6.0). For the IE 6.0,
it works fine when I get a hidden field value via

(String)request.getParameter( "action" );

But, for IE 5.5 version with the same code, some times it returns a null
value from the hidden field action.

Thanks,
Tuan







--
To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
For additional commands, e-mail:
<ma...@jakarta.apache.org>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>