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

2008-07-17 Thread Piotr Dzeviarylin
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 th

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

2008-07-16 Thread Jishnu Viswanath
Re[5]: autocompleter bug in forefox3 but not in ie6 I Think I find the bug. See here: We don't have param here, only . And FF I think use getElementBuId() func, which return null if missed id param. IE in such cases use param instead of . But I still don't know how to fix problem. Don

Re: autocompleter bug in forefox3 but not in ie6

2008-07-16 Thread Jeromy Evans
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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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

2008-07-16 Thread Piotr Dzeviarylin
I Think I find the bug. See here: We don't have param here, only . And FF I think use getElementBuId() func, which return null if missed id param. IE in such cases use param instead of . But I still don't know how to fix problem. Don't anyone face this challenge? ---

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

2008-07-16 Thread Piotr Dzeviarylin
I've already check the generated code in firebug. Yes, hidden fields are in place. Here is html code: apple banana grape pear And this is code form firebug: As you can see everything seems good. > Opera does not work with dojo, by the way try in safari can u s

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

2008-07-16 Thread Jishnu Viswanath
bject: Re[2]: autocompleter bug in forefox3 but not in ie6 Yes, dojo in firefox3 works with bugs. Only loading dojo libs requires manually change some firefox defalt parameters and this a big problem for deploying web project with dojo running on ff3. I have firebug installed but it doesn't show

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

2008-07-16 Thread Piotr Dzeviarylin
PROTECTED] > Sent: Wednesday, July 16, 2008 5:19 PM > To: Struts Users Mailing List > Subject: autocompleter bug in forefox3 but not in ie6 > In the html form I have this tag: > name="name" keyName="nameKey" /> > It works fine but doesn't

RE: autocompleter bug in forefox3 but not in ie6

2008-07-16 Thread Jishnu Viswanath
iling List Subject: autocompleter bug in forefox3 but not in ie6 In the html form I have this tag: It works fine but doesn't pass values to action and properties. I test it in ie6 and everything is alright. Does anybody kn

autocompleter bug in forefox3 but not in ie6

2008-07-16 Thread Piotr Dzeviarylin
In the html form I have this tag: It works fine but doesn't pass values to action and properties. I test it in ie6 and everything is alright. Does anybody knows the problem? - To unsubscribe, e-mail: [EMAIL PROTECTED] For add