problem with history in hosted mode

2009-08-05 Thread Jeremiah Moses
Hey, I am having a strange problem with history i use the value change handler and had the problme wiht both 1.64 and now with 1.7. the problem is this error that comes in hosted mode and on internet explorer [INFO] Unable to initialize the history subsystem; did you include the history frame in

Re: problem with history in hosted mode

2009-08-06 Thread Jeremiah Moses
any updates on this would be much appreciated On Wed, Aug 5, 2009 at 2:32 PM, Jeremiah Moses wrote: > Hey, > > I am having a strange problem with history i use the value change handler > and had the problme wiht both 1.64 and now with 1.7. the problem is this > error that comes in hosted mode an

Re: problem with history in hosted mode

2009-08-06 Thread Salman Hemani
I have the following line in my html file and I don't see the problem in hosted mode. Copy the above into your body tag. Let us know if that worked On Aug 7, 12:30 am, Jeremiah Moses wrote: > any updates on this would be much appreciated > > On Wed, Aug 5, 2009 at 2:32 PM, Jeremiah Moses > w

Re: problem with history in hosted mode

2009-08-06 Thread Salman Hemani
I thought I'd post another problem in the same thread which works fine for Firefox but not in IE. Seems like a bug in GWT I start off with my initial token. Let's say "start". When page1 is loaded I add another token "page1". When I click on another page it initializes that page and adds another

Re: problem with history in hosted mode

2009-08-07 Thread Jeremiah Moses
Hey, Thanks for the response, i already have the tag in my body tag on the page but i still get the error messeage. so i am not sure were exactly the problem is. i use maven 2.2.0 and gwt 1.7 thanks jeremiah On Fri, Aug 7, 2009 at 11:37 AM, Salman Hemani wrote: > > I thought I'd post another

Re: problem with history in hosted mode

2009-08-07 Thread Jeremiah Moses
Hi, I seems to have fixed it for now. my gwt script tag was generated by maven and was placed in the head tag and my history tag in body tag.I was just fiddling around with it and moved my gwt script to the body tag below the iframe and it seems to be working.which seems weird to me as all the exa

Re: problem with history in hosted mode

2009-08-07 Thread Salman Hemani
Sorry I don't use Maven so wouldn't know. GWT script tag should be in the body tag. I put my GWT script tag above the history tag although it should not matter. Do you think you could check if you are having the same problem that I described above? Is it just an IE issue? I will check the GWT iss