Error calling renderLayout()

I'm trying to call renderLayout() explicitly from within my event
hander and I'm getting the following error:

Variable RENDERLAYOUT is undefined.

It appears the renderLayout() facade is missing from
FrameworkSupertype.cfc so the only way to call this method is by
calling it directly on the renderer plugin.

controller.getPlugin("Renderer").renderView()

thanks,

.brett

thanks, noted
Luis F. Majano
President
Ortus Solutions, Corp

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

Thanks for the quick commit, Luis!