On Dec 24, 2010, at 11:30 AM, Arun K.Rajeevan wrote:
> Voila, I found the culprit.
> In linux box, I changed vars={'indx':search_form.vars.indx} to 
> vars={'i':search_form.vars.indx}
> 
> Note: key 'indx' is renamed to 'i' (indx is the name of hidden field)
> 
> I still don't know, why this occurred. 
> it's just a key name (string). still!!!

That's good. I'm still thinking that the underlying problem has something to do 
with indx showing up twice in the form submission.

Reply via email to