Updating Data of a View brings it to Front

21 views
Skip to first unread message

Martin Geber

unread,
Mar 17, 2013, 12:19:37 PM3/17/13
to gwt-pl...@googlegroups.com
Hello,

hope this is the correct place to ask this. I have a list view, lets call it #!objects, which links to various objects, e. g. #!object;id=1 and #!object;id=2.
In #!object;id=1 I start a process which updates the data of the view.

If I then go back to #!objects or visit #!object;id=2, and a change in #!object;id=1 happens, I will be taken directly to this History/ NameToken.

Do you have any idea, what I might do wrong? It isn't a simple update of the contents of the same presenter, but the URL is changed...

Thanks in advance.

Cheers from Germany
martin

Christian Goudreau

unread,
Mar 18, 2013, 7:49:00 PM3/18/13
to gwt-pl...@googlegroups.com
object 1 and 2 are the same page, but with different parameters. The url will change has each one are being registered in your browser history (1 != 2)

Other than that, I must admit that I don't understand your problem...


martin

--
You received this message because you are subscribed to the Google Groups "GWTP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gwt-platform...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 



--
Christian Goudreau

Thalos Headsson

unread,
Mar 19, 2013, 9:32:23 AM3/19/13
to gwt-pl...@googlegroups.com
Have you checked that your callback code (for updating an object) doesn't reveal a place?
Maybe set a breakpoint in your onReset() and/or prepareFromRequest will help you figure out where this strange place reveal is comming from?
Reply all
Reply to author
Forward
0 new messages