"Inger, Matthew" <[EMAIL PROTECTED]> wrote: > Yes, the tool approach is very nice, and i would favor that. > But explicitly adding to > the context in my opinion is a breach of MVC, as the coloring > is entirely a rendering issue. It has nothing to do with the > interaction of the data and the view, which is what the controller > is responsible for.
By that logic, using velocity is a breach of MVC. Just because the presentation layer is supported by code doesn't breach separation of presentation and control. The tools are part of the presentation layer. Tool usage can be completely under the control of the renderer. You can use a tool or choose not to use a tool. You can specify an alterate tool to use by changing the toolbox.xml configuration file -- it's not necessary or desirable to load your tools from your control layer. -Mike --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
