Announcement

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

    TabCloseClickEvent.getTab() always throws ClassCastException

    Hi All!

    I added CloseClickHandler listener to TabSet. Event is successfully recieved in onCloseClick method, but when I invoke TabCloseClickEvent.getTab() I always get ClassCastException:

    Code:
    java.lang.ClassCastException: com.google.gwt.core.client.JavaScriptObject$ cannot be cast to com.smartgwt.client.widgets.tab.Tab
    Could anybody please to propose solution?

    Code:
    Browser: Hosted Mode
    SmartClient Version: 7.0beta2 (built 2008-11-15)

    regards, Denis

    #2
    This will be fixed in the next build.

    Thanks.

    Comment


      #3
      Please try build 12-01-2008.

      Sanjiv

      Comment

      Working...
      X