Max Ischenko wrote:
>
> I am afraid I can't give a helpful answer but I'll tune in anyway. ;)
Thanks for taking the time to chime in.
>
> Hmm. The str class doesn't have 'is_file_component' either, does it?
No, but the Myghty code has:
if type(component) == types.StringType:
component = self.fetch_lead_component(component)
elif component.is_file_component():
...
>
> If you want to turn it off I believe you need to dig into Paste, not Pylons
> because it happens there IIRC.
>
The current workaround is to call str() on the param before every call to
render() - it looks like I'll have to dig deeper.
Robert
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---