Hi
I have in my richclient-application-context.xml
Code:
<property name="applicationPageFactory" >
<bean class="org.springframework.richclient.application.mdi.DesktopApplicationPageFactory" scope="prototype"/>
    </property>
I would like to be able to open the same View multiple times
Example
Code:
<bean id="reportView" class="org.springframework.richclient.application.docking.vldocking.VLDockingViewDescriptor">
    	<property name="viewClass" value="com.ReportView" />
    </bean>
Thanks for your help