On 6/13/06, Craig Neuwirt <[EMAIL PROTECTED]> wrote: > The WebFormsViewEngine does not inject the helpers like it does the > PropretyBag. As a result, you have to become IControllerAware and > access the Helpers dictionary from the Controller. You need to know the > name and type and cast accordingly which is not very type safe. Creating > and invoking the helpers directly seems more natural in Page class.
It is. But a way to access helper is not enforced right? There is a small protocol, though, some helpers need a reference to the controller. As long as you respect that, you'd be in good shape. -- Cheers, hammett http://hammett.castleproject.org/ _______________________________________________ CastleProject-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/castleproject-users
