|
From: Rainer S. <Rai...@ab...> - 2004-12-10 08:57:34
|
Nick Lothian wrote: > Portlet support (in the sandbox) has been fairly stable for the past couple > of months. I've been finding it works well and I think a few other people > have used it successfully, too. Is it stable or is just no-one working at it? Anyway, I'm using it and made quite a few changes mainly regarding forms. Also I added a PortletControllerMapping to map by request parameters. One general problem: In the current CVS version form handling takes place totally in the render phase, request parameters being forwarded by the action phase. This approach does not work in all cases. E.g. if you want to redirect to another URL the response.sendRedirect(URL) call has to be made on the ActionResponse. The code is working for me, but not production ready and certainly needs some clenup. Cheers, Rainer |