--- Steve Raeburn <[EMAIL PROTECTED]> wrote: > > I'm still happy to be in the view business, but I do think that > decoupling > the controller from the view would be A Good Thing.
The controller has no dependency on the view. The taglibs are dependent on what the controller stores in the various scopes. You could develop an app without using the html taglib at all (XML, Velocity, etc). FWIW, JSF has much richer view support than Struts does. It supports features that Struts users have wanted like binding form data to native data types on beans that don't implement any particular interface or extend a certain class. David > > Steve > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]