Will it still work if you refresh the browser (F5 key) or just jump up the places by Back button? I think redirectAfterLogin may be null in those cases as they are not set via previous activity class.
On Sep 15, 12:07 pm, Alex Dobjanschi <[email protected]> wrote: > Your login place should have a 'redirectAfterLogin' String member, like > this: > > class LoginPlace extends Place { > String redirectAfterLogin; > > } > > Optionally, you could go for, this is closely bound to GWT specific > implementation: > > class LoginPlace extends Place { > Place redirectAfterLogin; > > > > > > > > } -- 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.
