Details
Description
When using struts to develop portlets using the struts bridge, switching between VIEW and EDIT modes (for that matter possibly any modes) does not work. Portlet seems to remember only the last action on that portlet, irrespective of the mode. Thus, when you click on the portlet title bar to switch between (typically VIEW and EDIT modes), the portlet takes to the incorrect JSP page, the JSP page for the last render action. It should instead remember the last render action for each of the modes, so that the state is maintained properly.
I have used code for 1.0 and made fixes to StrutsPortal and that seems to fix the problem. If you like, I can provide that fix.