Re: AutoCompleter doesn't keeps value.

2007-06-25 Thread Musachy Barroso
Oh, ok, I thought that was the generated html :) musachy On 6/25/07, Felipe Rodrigues <[EMAIL PROTECTED]> wrote: Yes. But I'm using dataURL, because I could not deal if autoLayout of ajax componentes, so I'm using the dojo code direct, as you can see in this code: dataURL <=> href and ini

Re: AutoCompleter doesn't keeps value.

2007-06-25 Thread Felipe Rodrigues
Yes. But I'm using dataURL, because I could not deal if autoLayout of ajax componentes, so I'm using the dojo code direct, as you can see in this code: dataURL <=> href and initialValue <=> nameValue Regards, Felipe Musachy Barroso wrote: > > Are you using the href attribute to load the

Re: AutoCompleter doesn't keeps value.

2007-06-25 Thread Felipe Rodrigues
Found it... Looking at Dojo attributes I found initialValue attribute. My bad guys, Thanks anyway. Felipe Felipe Rodrigues wrote: > > Doesn't work even if I set value with "value" or "key" attribute. > So weird. > > Any other suggestion? > > > []'s > > Felipe > > > Felipe Rodrigues wr

Re: AutoCompleter doesn't keeps value.

2007-06-25 Thread Musachy Barroso
Are you using the href attribute to load the values using AJAX? musachy On 6/25/07, Felipe Rodrigues <[EMAIL PROTECTED]> wrote: Doesn't work even if I set value with "value" or "key" attribute. So weird. Any other suggestion? []'s Felipe Felipe Rodrigues wrote: > > No, > > Using keyName

Re: AutoCompleter doesn't keeps value.

2007-06-25 Thread Felipe Rodrigues
Doesn't work even if I set value with "value" or "key" attribute. So weird. Any other suggestion? []'s Felipe Felipe Rodrigues wrote: > > No, > > Using keyName. I'll confirm, but I think I've already tried use value. > > > > > Musachy Barroso wrote: >> >> Are you setting the value wit

Re: AutoCompleter doesn't keeps value.

2007-06-25 Thread Felipe Rodrigues
No, Using keyName. I'll confirm, but I think I've already tried use value. Musachy Barroso wrote: > > Are you setting the value with the "value" attribute? > > musachy > > On 6/25/07, Felipe Rodrigues <[EMAIL PROTECTED]> wrote: >> >> >> Hi Guys, >> >> This time I'm trying to make a autocom

Re: AutoCompleter doesn't keeps value.

2007-06-25 Thread Musachy Barroso
Are you setting the value with the "value" attribute? musachy On 6/25/07, Felipe Rodrigues <[EMAIL PROTECTED]> wrote: Hi Guys, This time I'm trying to make a autocompleter component keep its value when its property comes populated from action. If I type some value and choose that, this va