Interceptors not running if there is no handler

I spent the last 2 days tracking down this bug, but it appears that if you create a view without creating a handler for it. The interceptor prevent() is not run, now this might sound like it is not a bug. But I have to ask if this interceptor is used to setup certain information prior to the view being displayed, should it still run as if there is an event being run?

Hmm, I don’t think so as there is no event that actually executes but a view is dispatched.

Luis F. Majano
President
Ortus Solutions, Corp
www.ortussolutions.com

ColdBox Platform: http://www.coldbox.org
Linked In: http://www.linkedin.com/pub/3/731/483
Blog: http://www.luismajano.com
IECFUG Manager: http://www.iecfug.com

Social: twitter.com/lmajano facebook.com/lmajano

Yeah I thought about it some more, and I am thinking that I should be maybe using the preProcess event rather than the preEvent for this task.