Remove a wid from cache

Hi,

I have a widget that is rendered from a module handler. The widget is always cached. How can I prevent contentbox from caching widget?

I have tried with:

`
runEvent(event=‘cbMortgageCalculator:main.mortgageRender’, cache=false)

`

and in event handler:

`

return renderView( view=“calculator/index”, module=“cbMortgageCalculator”, cache=false );

`

without success.

It might be the page it is rendered on

Luis Majano
CEO
Ortus Solutions, Corp
www.ortussolutions.com
P/F: 1-888-557-8057

Thanks Luis,

disable page caching solve the problem.