Layouts question

Hi folks,

I'm experiencing something weird with my app with regards to layouts. It may be because I haven't had enough coffee yet :slight_smile: but wanted to run it by the list as I think it's something small that I'm missing...

I have a newly created app which has a default layout. When I load app in the browser and the default handler executes the layout is rendered correctly.

I then created a second handler and tried browsing to it like so: http://127.0.0.1/myapp/index.cfm?event=handler2.myview

This runs fine however no layout is rendered. It seems like my layout will only render for the default handler/event for the app and all other events render with no layout. Am I missing a setting somewhere?

Thanks.

Nolan

Do you have any views specified within your config file?