Re: GWT web application with multiple pages

2010-01-31 Thread 4F2E4A2E
thank you very much for your post. that was my first thought, but the problem is that i do need the ControlPage to control the ShowUpRoomPage after loading the ShowUpRoomPage... here my dumb solution: - 2 modules with uibinder - indexModule controls the dataModel and set it - showUpModule check

Re: GWT web application with multiple pages

2010-01-28 Thread darkflame
Do you really need multiple webpages though? Can't you have it all on the same webpage, but using a deck panel; http://examples.roughian.com/index.htm#Panels~DeckPanel Each page of the deckpanel can have your different screens on it, then you can flick between them fairly easily. On Jan 27, 5:59 

Re: GWT web application with multiple pages

2010-01-28 Thread 4F2E4A2E
you i need something like: - loginpage control page open a showupRoom (tab or new window for the fullscreen monitor or beamer) - crontrol page: set what have to be shown on the showupPage. - showupRoom: show whatever is have been set in the control page. And that should be possible for every

Re: GWT web application with multiple pages

2010-01-28 Thread erha
You can easily do this. You can do the following: 1. Create LogonPage.java class (here you create the Logon Page UI, you can extends one of the GWT Panel Widget) 2. Create ControlPage.java class (here you again create the UI but for Control Page, again extends one of the GWT Panel Widget) 3.

GWT web application with multiple pages

2010-01-27 Thread priya
Hi, I have just started with GWT. I need to have 4 screens taking with one another. example.. 1st screen: login screen. I need to validate user with backend table and depending on loggedon user I need to open 2nd screen in create mode with all fileds or 3rd screen with few fileds and readonly