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[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[2]: autocompleter bug in forefox3 but not in ie6

2008-07-16 Thread Piotr Dzeviarylin
? > 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:[EMAIL

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