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


Reply With Quote