Okay, posted too soon, this works:

<%
s = h.form_remote_tag(html={"id":"inputform"}, url='/ui/select_results',
update="select_results")
%>
${s}

Seems mako doesn't like the {} for the dict inside a ${...}

m

On Thu, Jan 10, 2008 at 12:22:21PM -0800, Matt wrote:
> 
> 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
> 
> > 

-- 
Matt Billenstein
[EMAIL PROTECTED]
http://www.vazor.com/

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to