Description
When including multiple instances of a struts portlet on a page, form data for the portlet instances gets clobbered because there is a single form bean that is shared by all instances. Each portlet instance should be able to maintain its state independently of other instances.