Announcement

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

    DataSource.get() returns null

    Hi,

    I'm just trying to evaluate SmartGWTEE ver.2.1 and I can't overpass DataSource.get() returning null.
    I'm using modified builtinds example and trying to use my own datasource instead of the one from this example (using Oracle database).
    I think I did all by the book but still getting this null as a return.
    Maybe someone could look at my sources and find out what I'm doing wrong.

    Thanks.

    Regards,
    tlas
    Attached Files

    #2
    Problem solved. It turned out that it wasn't DataSource.get() that was causing NullPointerException, I tried to use ListGrid.setDataSource(ds) before creating and setting this list.

    Sorry for the confusion.

    Regards,
    tlas

    Comment

    Working...
    X