On 11/2/05, Kevin Dangoor <[EMAIL PROTECTED]> wrote: > > http://www.turbogears.org/docs/gettingstarted.html#templatechoice > > return dict(tg_template="myproject.templates.mytemplate", ...) > > If you call another method that uses a different template, that > method's template will be rendered out.
Which is to say, "additionally, if you call another method..." Those are two different ways to get a different template rendered out from within validation_error. Kevin

