Jack, You have said that LookupDispatchAction is outdated and inefficient. I have at a minimum 6 different actions that need to be performed per page, not including load. What else would you recommend as a solution?
I'm not sure what the perceived inefficiencies are. We use a variation of this extensively at my day job, and I find the dispatch model a very nice way to organize code. We prefer to cluster related behavior (although at a level higher than per-page) rather than have an explosion of classes to understand.
So, for us, from a code-grokking perspective, it gains efficiency.
Joe
--
Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "Narrow minds are weapons made for mass destruction" -The Ex
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]