Hi,

I have to do a "place redirect" in my app. Actually I am calling goto
inside of my activity mapper, it is working. I just wanted to get
feedback to see if I am doing it right.

When I have to do a "place redirect", I am

   - returning null in the activity mapper
   - "finally" scheduling a goto to the new place

By finally scheduling the new goto I was hoping to escape the original
activity/ place lifecycle (which is returning null) and starting a new
one.

Not shure if I should trigger a finally scheduled command or a
deferred one. The latter does not feel right, but I am not sure.

Any comments welcome.

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