On Jan 10, 2008 12:27 PM, Matt Billenstein <[EMAIL PROTECTED]> wrote:
>
> 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 ${...}That's a Mako bug. http://www.makotemplates.org/trac/ticket/20 -- Mike Orr <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
