If the view is name Notfound and then i try and access the NotFound
controller then i get no master page rendering.
If the view is named Notfound1 and then i try and access the NotFound
controller then i get a master page rendering.
On Jul 8, 9:36 am, Adam Schroder <
adamschro...@gmail.com> wrote:
> Ok..i have figured some stuff out. I was getting some bad caching which was
> causing some issues however, in a certain situation in CreateController i
> return an instance of ErrorController with an action of Notfound, however
> the notfound view renders without the master page, somehow bypassing it. I
> tried this with a webforms view and master page and it works as expected.
>
> Not sure why the Application.spark doesn't get run.
> Any ideas?
>
> On Wed, Jul 8, 2009 at 1:49 AM, Louis DeJardin <
louis.dejar...@gmail.com>wrote:
>
>
>
> > Can't see how that would be. Maybe there's an error boing thrown? Can
> > you set a breakpoint in the actions of that controller to see if
> > they're reached?
>