Announcement

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

    List grid filter with dropdown

    Hi,
    I have a list grid and a detail form. I am using the framework header filter. On load, the drop down for the filter works fine. However, when I call the save of my form, the list dropdown filter seem to disappear for some reason.

    I am using Pro 2.5. 5/31. I believe this use to work. I am not sure when it stopped working I now get this error dump.


    [ERROR]

    17:58:22.394 [ERROR] [apt] 17:58:22.284:RDQ6:WARN:Log:Error:
    ''undefined' is null or not an object'
    in http://127.0.0.1:8888/apt.html?gwt.codesvr=127.0.0.1:9997
    at line 2074
    PickList.$500(_1=>undef, _2=>Obj, _3=>0, _4=>0, _5=>[PickListMenu ID:isc_PickListMenu_5])
    ListGrid.$315(_1=>undef, _2=>Obj, _3=>Obj{name:tblname}, _4=>0, _5=>0)
    Class.invokeSuper(_1=>null, _2=>"$315", _3=>undef, _4=>undef, _5=>undef, _6=>undef, _7=>undef, _8=>undef, _9=>undef, _10=>undef)
    Class.Super(_1=>"$315", _2=>Obj{length:5}, _3=>undef)
    PickListMenu.$315(_1=>undef, _2=>Obj, _3=>Obj{name:tblname}, _4=>0, _5=>0)
    ListGrid.getCellValue(_1=>Obj, _2=>0, _3=>0, _4=>[GridBody ID:isc_PickListMenu_5_body])
    [o]GridBody.getCellValue(record=>Obj, rowNum=>0, colNum=>0, gridBody=>[GridBody ID:isc_PickListMenu_5_body])
    GridRenderer.$22k(_1=>Obj, _2=>0, _3=>0)
    GridRenderer.getTableHTML(_1=>undef, _2=>undef, _3=>undef, _4=>undef, _5=>undef, _6=>undef)
    GridRenderer.getInnerHTML(undef)
    ** recursed on Class.invokeSuper

    com.smartgwt.client.core.JsObject$SGWT_WARN: 17:58:22.284:RDQ6:WARN:Log:Error:
    ''undefined' is null or not an object'
    in http://127.0.0.1:8888/apt.html?gwt.codesvr=127.0.0.1:9997
    at line 2074
    PickList.$500(_1=>undef, _2=>Obj, _3=>0, _4=>0, _5=>[PickListMenu ID:isc_PickListMenu_5])
    ListGrid.$315(_1=>undef, _2=>Obj, _3=>Obj{name:tblname}, _4=>0, _5=>0)
    Class.invokeSuper(_1=>null, _2=>"$315", _3=>undef, _4=>undef, _5=>undef, _6=>undef, _7=>undef, _8=>undef, _9=>undef, _10=>undef)
    Class.Super(_1=>"$315", _2=>Obj{length:5}, _3=>undef)
    PickListMenu.$315(_1=>undef, _2=>Obj, _3=>Obj{name:tblname}, _4=>0, _5=>0)
    ListGrid.getCellValue(_1=>Obj, _2=>0, _3=>0, _4=>[GridBody ID:isc_PickListMenu_5_body])
    [o]GridBody.getCellValue(record=>Obj, rowNum=>0, colNum=>0, gridBody=>[GridBody ID:isc_PickListMenu_5_body])
    GridRenderer.$22k(_1=>Obj, _2=>0, _3=>0)
    GridRenderer.getTableHTML(_1=>undef, _2=>undef, _3=>undef, _4=>undef, _5=>undef, _6=>undef)
    GridRenderer.getInnerHTML(undef)
    ** recursed on Class.invokeSuper
    at sun.reflect.GeneratedConstructorAccessor60.newInstance(Unknown Source)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    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:167)
    at com.google.gwt.dev.shell.BrowserChannelServer.reactToMessages(BrowserChannelServer.java:281)
    at com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:531)
    at com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:352)
    at java.lang.Thread.run(Thread.java:662)




    [ERROR]

    #2
    I need to add one more thing. This only happen if you do a filter first, then select a record to do editing on. Once the record is save, the grid is refresh, however, it seem that the dropdown data from the header fiter went blank with no data showing.

    Comment


      #3
      You may have hit an overnight regression, so please try this out with a more recent nightly. If it persists, we'll need to see a test case so we can reproduce it.

      Comment


        #4
        I just got the latest from last night 0613. Looks like the issue is still there.

        Comment


          #5
          OK, then as previously indicated, we'll need a test case that allows this problem to be reproduced.

          Comment

          Working...
          X