3 Replies Latest reply on Mar 10, 2011 10:27 PM by snoa

    GWT SEAM Reamoting, GWT and java enum

    olikaf

      Hi,
      I'm trying to retrieve an object in a GWT client through seam remoting.
      And I can't make it works when I have enum attributes.
      On the client side, GWT is waiting for an int, and uses the ordinal() method of java enum.
      But it seems that it's not the way seam sends the enum value...
      So if anybody has an idea... :-)
      regards.
      O.