You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Piotr Dzeviarylin <pe...@brestrw.by> on 2008/07/16 15:55:24 UTC

Re[5]: autocompleter bug in forefox3 but not in ie6

I Think I find the bug.
See here:

<input dojoattachpoint="comboBoxValue" value="" name="name" tabindex="-1" style="display: none;"/>
<input dojoattachpoint="comboBoxSelectionValue" value="" name="nameKey" tabindex="-1" style="display: none;"/>

We don't have <id> param here, only <name>. And FF I think use
getElementBuId() func, which return null if missed id param. IE in such
cases use <name> param instead of <id>.
But I still don't know how to fix problem.
Don't anyone face this challenge?

 



---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re[7]: autocompleter bug in forefox3 but not in ie6

Posted by Piotr Dzeviarylin <pe...@brestrw.by>.
I've checked the request and those values from hidden input fields
(name, nameKey) are not there.

> I noticed that.... but I don't think id is a mandatory field... id is
> give for users to do manipulation on the widget, other wise it would be
> mandatory field.

> Any way did you check what is the value sending to server? I mean the
> HTTP header? 

> Regards,

> Jishnu Viswanath



> <input dojoattachpoint="comboBoxValue" value="" name="name"
> tabindex="-1" style="display: none;"/>
> <input dojoattachpoint="comboBoxSelectionValue" value="" name="nameKey"
> tabindex="-1" style="display: none;"/>

> We don't have <id> param here, only <name>. And FF I think use
> getElementBuId() func, which return null if missed id param. IE in such
> cases use <name> param instead of <id>.
> But I still don't know how to fix problem.
> Don't anyone face this challenge?




---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: autocompleter bug in forefox3 but not in ie6

Posted by Jeromy Evans <je...@blueskyminds.com.au>.
Piotr Dzeviarylin wrote:
> I Think I find the bug.
> See here:
>   

For the sake of completeness, does your form work in Firefox 2.x?



---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


RE: Re[5]: autocompleter bug in forefox3 but not in ie6

Posted by Jishnu Viswanath <ji...@tavant.com>.
I noticed that.... but I don't think id is a mandatory field... id is
give for users to do manipulation on the widget, other wise it would be
mandatory field.

Any way did you check what is the value sending to server? I mean the
HTTP header? 

Regards,

Jishnu Viswanath

Software Engineer

*(+9180)41190300 - 222(Ext) ll * ( + 91 ) 9731209330ll

Tavant Technologies Inc.,

www.tavant.com

PEOPLE :: PASSION :: EXCELLENCE


-----Original Message-----
From: Piotr Dzeviarylin [mailto:peter@brestrw.by] 
Sent: Wednesday, July 16, 2008 7:25 PM
To: Struts Users Mailing List
Subject: Re[5]: autocompleter bug in forefox3 but not in ie6

I Think I find the bug.
See here:

<input dojoattachpoint="comboBoxValue" value="" name="name"
tabindex="-1" style="display: none;"/>
<input dojoattachpoint="comboBoxSelectionValue" value="" name="nameKey"
tabindex="-1" style="display: none;"/>

We don't have <id> param here, only <name>. And FF I think use
getElementBuId() func, which return null if missed id param. IE in such
cases use <name> param instead of <id>.
But I still don't know how to fix problem.
Don't anyone face this challenge?

 



---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org

Any comments or statements made in this email are not necessarily those of Tavant Technologies.
The information transmitted is intended only for the person or entity to which it is addressed and may 
contain confidential and/or privileged material. If you have received this in error, please contact the 
sender and delete the material from any computer. All e-mails sent from or to Tavant Technologies 
may be subject to our monitoring procedures.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org