I'm using a NVelocity View Engine, but the extension methods provided by the MVCToolkit don't work in the view template, presumably because there is no compiler support there.
Is there any way to force the extension methods to be available on the HtmlHelper?
I've sort of hacked around the problem by writing a bunch of wrapper methods in a custom helper, but this is obviously less than elegant...
Thanks!