Announcement

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

    Uncaught TypeError: Cannot call method 'find' of undefined ..../ISC_Grid.js

    Hi,

    The following error is thrown in my browser when I run my compiled SmartGWT application:

    Uncaught TypeError: Cannot call method 'find' of undefined http://.../sc/modules/ISC_Grids.js (line 1734)

    The application runs fine in hosted mode.

    The problem occurs in IE, Firefox and Chrome.
    I use GWT 1.5.3 and smartgwt-1.0b2

    Any suggestions? Thanks

    #2
    Try debugging the JS in compiled mode and get a stacktrace to post back. I use FireBug with FireFox for this. Thanks.

    Comment

    Working...
    X