On Aug 16, 2007, at 11:14 AM, Jose Galvez wrote:

> The point is that you are calling the iframe source incorrectly.   
> If your test1.html is a static file then it needs to be in your  
> public folder, if its a template then you need to tie it to a  
> controller and call the appropriate controller
>

Right. TemplateController and a catch-all route directing to it are  
provided to simply pass thru requests to templates, if you need that  
kind of functionality.

By default the TemplateController is disabled, it just returns a 404.  
Edit it and change the abort(404) to something similar to the example  
provided in its docstring to enable it.

--
Philip Jenvey



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to pylons-discuss@googlegroups.com
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