|
From: <jue...@we...> - 2004-11-09 17:36:27
|
I've just added a further minor new feature, following a JIRA = suggestion: UrlBasedViewResolver supports a special "redirect:" prefix now, = generating RedirectViews for the given rest of the view name. All = regular view names will be resolved as usual, i.e. as = InternalResourceViews or VelocityViews (typically prepending the = specified prefix and appending the specified suffix). The benefit is that redirects can be specified through a special view = name now, rather than through programmatically creating a ModelAndView = with a RedirectView instance. In particular, this means that you can = specify "redirect:myList.do" as "successView" for a = SimpleFormController, just overriding "doSubmitAction" and not worrying = about the success ModelAndView. Juergen -----Original Message----- From: spr...@li... [mailto:spr...@li...]On Behalf Of j=FCrgen h=F6ller [werk3AT] Sent: Tuesday, November 09, 2004 8:52 AM To: spr...@li... Subject: [Springframework-developer] Preparing for 1.1.2 Hi everybody, =20 Once again, I'm about to prepare for release 1.1.2 :-) I've added two minor new features yesterday, following suggestions in = JIRA: =20 * added support for multi-dimensional collections to BeanWrapperImpl = (e.g. "map[myKey][0]" or "map[myKey][0].name") * added "setText(plainText, htmlText)" method to MimeMessageHelper, for = alternative texts in the same mail =20 If anyone has the chance, please give those a try, in particular the = BeanWrapperImpl change. I plan to do the actual release tomorrow now, if we don't encounter any = remaining issues. =20 Juergen ------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_idU88&alloc_id=12065&op=3Dick _______________________________________________ Springframework-developer mailing list Spr...@li... https://lists.sourceforge.net/lists/listinfo/springframework-developer |