I've tried a couple things to no avail:
${h.form_remote_tag(url='/ui/select_results', update="select_results",
id="inputform")}
id just gets ignored here it seems
and
${h.form_remote_tag(url='/ui/select_results', update="select_results",
html={"id":"inputform"})}
throws a SyntaxException.
Any ideas?
thx
m
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pylons-discuss" 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/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---