Hi John,
adding my 2 cents,
I think this is here to support people who overidded
Controller.SelectMethod, I've almost nothing against removing it
myself but I'm not sure it will suit everybody.
The only problem I have is that actionSelector is not read/write
accessible as protected from controllers, and it's provided from MR
service factory without having any place to switch implementation
according to different contexts.
Since I don't have a simple solution for those relying on overriding
Controller.SelectMethod, I'm not for rushing it's removal, but to work
out a easy migration path.
Providing a way to bypass/replace actionSelector instance
initialization might be a solution.
On Jul 8, 8:52 pm, John Simons <
johnsimons...@yahoo.com.au> wrote:
> I came across the following comment in MR src:
http://github.com/castleproject/Castle.MonoRail/blob/master/src/Castl...