|
From: Rainer S. <Rai...@ab...> - 2004-12-14 13:48:15
|
Nick Lothian wrote: > Does org.springframework.web.portlet.mvc.SimpleFormController replace > org.springframework.web.portlet.SimplePortletFormController? Yes. Sorry, I forgot to delete SimplePortletFormController and mention the name change. When I introduced the other classes I got pretty confused by all these PortletSomething names, so I decided to keep the names as used in the org.springframework.web.servlet tree. This way the correspondence between classes is obvious and the names are simpler. >>In addition the next version of the portlet specification might relax >>the communication constraints between action and render >>phases (e.g. by >>allowing to set RenderReuqest attributes). The proposed changes will >>make it easier for implementing controllers to implement >>those extensions. >> >> > > > I'd like to think that might be the case but some people on the JSR > committee seemed pretty opposed to this when it came up on the pluto-dev > list. I know :-(. But I still haven't heard any good reason why not to allow RenderRequest attributes, so maybe they'll make up their minds. Rainer |