I need to have multiple pages in my application, each Page is differnet context and consists of set of views. Each page has multiple views. Up untill now i have been using views as alternative to having multiple pages and I had all my views as static components added to a view. But now as spring-richclient is moving towards allowing multiple views per page. I need to define multiple pages and I don't know how to do that. Also I would like to have a ShowPage command similar to showView command to switch between different pages. Also even though I have multiple pages I only need to show a page per window.
Any ideas!
Amad


Reply With Quote