Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Problem with migration from SGWT2.0 to SGWT2.1

    Hi,
    I have problem with migration from SGWT2.0 to SGWT2.1. With version 2.0 my application works fine, but when I use version 2.1 then I have problem with IE 7 and 8. FF works fine but in IE occured error as you can see below. Do you have any idea whot is worng?

    Code:
     
    00:03:45,540 [ERROR] 09:12:31.888:XRP4[E]:WARN:Log:Error: 'Expected ';'' in http://localhost:8080/vmweb?gwt.codesvr=10.150.10.15:9997 at line 1 Element.insertAdjacentHTML(_1=>[DIVElement]{ID:isc_M}, _2=>"beforeEnd", _3=>"<div id=isc_N eventProxy=501046 class='n..."[327], _4=>true) Canvas.$q1(_1=>[DIVElement]{ID:isc_M}, _2=>"beforeEnd", _3=>"<div id=isc_N eventProxy=501046 class='n..."[327], _4=>true) Canvas.$p8(_1=>true) Canvas.draw(_1=>undef, undef, undef, undef, undef, undef, undef, undef) Class.invokeSuper(_1=>[Class ImgSectionHeader], _2=>"draw", _3=>undef, _4=>undef, _5=>undef, _6=>undef, _7=>undef, _8=>undef, _9=>undef, _10=>undef) ImgSectionHeader.draw(_1=>undef, _2=>undef, _3=>undef, _4=>undef) Layout.layoutChildren(_1=>"initial draw", _2=>undef, _3=>undef) Layout.drawChildren() ** recursed on Canvas.draw
    com.smartgwt.client.core.JsObject$SGWT_WARN: 09:12:31.888:XRP4[E]:WARN:Log:Error:
    	'Expected ';''
    	in http://localhost:8080/vmweb?gwt.codesvr=10.150.10.15:9997
    	at line 1
         Element.insertAdjacentHTML(_1=>[DIVElement]{ID:isc_M}, _2=>"beforeEnd", _3=>"<div id=isc_N eventProxy=501046 class='n..."[327], _4=>true)
        Canvas.$q1(_1=>[DIVElement]{ID:isc_M}, _2=>"beforeEnd", _3=>"<div id=isc_N eventProxy=501046 class='n..."[327], _4=>true)
        Canvas.$p8(_1=>true)
        Canvas.draw(_1=>undef, undef, undef, undef, undef, undef, undef, undef)
        Class.invokeSuper(_1=>[Class ImgSectionHeader], _2=>"draw", _3=>undef, _4=>undef, _5=>undef, _6=>undef, _7=>undef, _8=>undef, _9=>undef, _10=>undef)
        ImgSectionHeader.draw(_1=>undef, _2=>undef, _3=>undef, _4=>undef)
        Layout.layoutChildren(_1=>"initial draw", _2=>undef, _3=>undef)
        Layout.drawChildren()
        ** recursed on Canvas.draw
     	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) 	
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) 	
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) 	
    at java.lang.reflect.Constructor.newInstance(Constructor.java:494) 	
    at com.google.gwt.dev.shell.MethodAdaptor.invoke(MethodAdaptor.java:105) 	
    at com.google.gwt.dev.shell.MethodDispatch.invoke(MethodDispatch.java:71) 	
    at com.google.gwt.dev.shell.OophmSessionHandler.invoke(OophmSessionHandler.java:157) 	
    at com.google.gwt.dev.shell.BrowserChannel.reactToMessages(BrowserChannel.java:1668) 	
    at com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:401) 	
    at com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:222) 	
    at java.lang.Thread.run(Thread.java:595)

    #2
    I am sorry for this thread. I found where is problem. I am using SectionStack and each Section has my ID. In SGWT 2.0 this ID is not used and generated global "isc_...". But in SGWT2.1 is this ID used and it cause my problem, because one section has ID="501046". And it is not correct and failed in IE.

    Comment

    Working...
    X