Hi everyone,

I'm starting a GWT project, I'm using both MVP and Activities/Places.
I have a certain amount of views
per page (lets say 5). I gave this views the name of their position in
the page, lets say TopView, MiddleView, etc.

When a button is clicked I would like to change the content of
MiddleView to change some customized widgets
to another.
My first question would be: How can I tell GWT to refresh that view?
Second question: Is this the way to go or should i make the button
change the Place , which would make an Activity pick another View?

The thing is, I would rather have a small amount of views and recycle
them by changing their contents, if possible. If this is not the way
to go and its better to have an unlimited amout of Views then I can do
that too. But I wanted to ask you first.

Thank you!

-- 
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.

Reply via email to