spring-projects / spring-webflow

Spring Web Flow
https://spring.io/projects/spring-webflow
Apache License 2.0
326 stars 231 forks source link

Minimized state does not work in portlets using SWF [SWF-975] #282

Open spring-operator opened 15 years ago

spring-operator commented 15 years ago

Grzegorz Borkowski opened SWF-975 and commented

Porlets developed using SWF are not able to be minimized. States "normal" and "maximized" work properly, but "minimized" doesn't: it renders as "normal" state. I've checked the booking-portlet-mvc sample portlet from Spring Web Flow distribution: it suffers the same problem. On the same hard, simple portlet written in Spring Portlet MVC without Web Flow, deployed on the same page, works properly. I've tested in on Pluto 1.1.6 and on WebSphere Portal 6.1. All SWF portlets, including Spring Web Flow sample, are broken.

I haven't tested the portlet with JSF, only MVC-based, as I was't able to deploy JSF version to Pluto, and our project uses MVC.


Affects: 2.0.5

spring-operator commented 15 years ago

Grzegorz Borkowski commented

HI, I'm not sure why you changed it to Improvement? Improvement means for me "it works, but may work better". Now it doesn't work, so IMHO it's definitively a bug. But that's not crucial. The point is: "Fix in 3.0" means that we'll have to probably wait very long, as I don't think SWF will be released soon. So if you have any clue what's the reason for this behavior and if there is any workaround, please let us know.