Announcement

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

    Strange problem with production versio

    Hi everybody,

    I'm facing a problem with the production code of my project. It concerns the comboboxitem using an option datasource. When I test it in develloper modus (eclipse IDE), all work properly, the elements are retrieved correctly from the server. But after a complete compilation to generate the production version, the same combobox doesn't work anymore.

    I spent hours checking the compilation scripts, how jars are copied and so on, and I couldn't find something suspicious.

    I would like to know, if someone does have experience with such a problem.

    Thanks for any help.

    #2
    Hi all,

    like i said in my post which started this thread. The problem still persist.
    The problem concerns the ComboBoxItem used with an option datasource. In my dvpmt environment (on Eclipse, Developer mode which means instant compilation and so on) the ComboBoxItem works properly. But after a proper gwt compilation to javascript production code, the ComboBoxItem doesn't send any request to the server, when the user expands it.

    I suppose, there is a difference between the way develloper mode and normal compilation works, since the code is the same.

    The classes involved can be seen in the attachments.

    Does anybody already have a similar problem?

    Thanks
    Rod
    Attached Files
    Last edited by rlagoue; 4 Jul 2010, 02:02.

    Comment


      #3
      I solved the problem.

      It was in reality a dataUrl issue. The path was not ok.

      Comment

      Working...
      X