Hi all,

When doing something like this in a custom helper, where in the life
cycle is the ControllerContext populated?

FormHelper fh = (FormHelper)ControllerContext.Helpers["FormHelper"];

After looking at the DefaultHelperFactory I wondered if this ctor
would give me access straight away, but it doesn't get substantiated
with this ctor from the HelperAttribute.

public DynamicFormBuilderHelper (IEngineContext engineContext) : base
(engineContext)

What is the proper way to access built in helpers (that require
context) in custom helpers?

Cheers P

-- 
You received this message because you are subscribed to the Google Groups 
"Castle Project Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/castle-project-users?hl=en.

Reply via email to