Hi, I've been trying out GWT for a couple of weeks now and stumbled upon a beginner's question relating multiple pages.
For example, let's suppose an application with users where you have an application page, a login page and a register page. Using GWT for the application page speaks for itself, but what about the other pages? I've read the other topics about this problem in the group. It seems the proper GWT solution is to clear window and load another GUI there. This would actually wrap all the pages within the application. I can see how this solution would work, but then you lack a lot of usefull HTML pages that lay out the login and register forms. This way, making the lay-out of the page cannot be seperated from coding the application, at least not in HTML vs GWT/Java. Is there another way of working for this? One that does permit to seperate page lay-out and coding? Greets, Maarten Decat --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
