Re: Issues with Embedded History Changes

2010-02-01 Thread Michael Mullen
. I'm using Chrome 4.0.302.3 dev, as well as Firefox 3.6 for testing. By chance is there something that I'm missing? On Jan 30, 2:31 am, Michael Mullen darkmage.m...@gmail.com wrote: I was unable to find a solution in the discussion group, and I've been unable to find a solution on my own.  I

Re: Issues with Embedded History Changes

2010-02-01 Thread Michael Mullen
= History.getToken(); if(initToken.length() 0) { onHistoryChanged(initToken); } else { onHistoryChanged(Home); } History.addValueChangeHandler(this); } It appears that I cannot just add an object to the root panel outside of another panel. On Feb 1, 7:37 pm, Michael Mullen

Issues with Embedded History Changes

2010-01-31 Thread Michael Mullen
I was unable to find a solution in the discussion group, and I've been unable to find a solution on my own. I probably missed something and apologize ahead of time for draining someone's time. Here is some code in question: ... public class entry implements EntryPoint, HistoryListener {