Hi everyone, I have some trouble managing Activity and Places with several views.
The application is similar to an email client, it has 3 views: - View A: The list of all the folders - View B: The list of all the message within a folder - View C: The message content If the user loads the application, with no URL token, the views should be defined like this: - The View A should contain the list of all folders - The Views B and C should be empty If the user loads a message, let say through the URL with the "message-1234" token, all the views should be updated: - The View A should highlight the folder that contains this message - The View B should highlight the message within this folder - The View C should display the content of the message Do you have any ideas on how to do that? Thanks a lot! Antoine. -- 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.
