On 6/13/06, Craig Neuwirt <[EMAIL PROTECTED]> wrote:
On 6/13/06, Ayende Rahien < [EMAIL PROTECTED]> wrote:In general, creating objects doesn't have much overhead in .Net
But accessing them all over the place might.
You may want to create a base page to do it for you.The WebFormsViewEngine does not inject the helpers like it does thePropretyBag. As a result, you have to become IControllerAware andaccess the Helpers dictionary from the Controller. You need to know thename and type and cast accordingly which is not very type safe. Creatingand invoking the helpers directly seems more natural in Page class.
_______________________________________________
CastleProject-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/castleproject-users
_______________________________________________ CastleProject-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/castleproject-users
