Jorge Godoy wrote:
> Jim Steil <[EMAIL PROTECTED]> writes:
>
>
>> 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.
>>
>
> It should work... Unless the name is 'item_number_text'... If you have
> Firefox take a look at the page properties on the forms tab and see how the
> text field is named.
>
> I always change the names on mine (usually to change validators) so I don't
> remember the stock name.
>
>
Here is the input tag that is being generated....
<input id="form_itemNumber_text" type="text" class="textfield"
name="itemNumber.text">
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---