voltron wrote:

> Although the page renders, I get this once in a while when checking
> the console:

[snip]

> NotImplementedError: Action HTTP_NOT_FOUND.html.var is not implemented

You should provide your extra code, like parts of your template and 
controller where the action happens.

I feel that the "NotImplementedError" is an error raised when you have 
have a URL to a correct controller, but an incorrect action name. This 
code generates a link, which could result in such error when clicking on it:

h.url_for(controller="mycontroller", action="HTTP_NOT_FOUND.html.var")

Make sure the action you set here is an existing method in your controller.

Regards,
-- 
Alexandre CONRAD


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