Jorge Godoy wrote:
> Jim Steil <[EMAIL PROTECTED]> writes:
>
>
>> I tried that, but it still doesn't work. Does it work in your environment?
>>
>
> Post the code for your AutoCompleteWidget. If you named your fields different
> than the standard names the above hint will fail.
>
>
Here is the widget def:
itemNumber = AutoCompleteField(label='Item:',
search_controller="/application/searchItems",
search_param = 'search', result_name
= 'itemResult', attrs=dict(text=dict(size="100")))
Thanks for taking the time to look at it.
-Jim
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---