2 Replies Latest reply on Dec 27, 2007 2:09 PM by sonstone

    binding inputText to Map<MyClass, Integer>

    sonstone

      I have successfully bound a checkbox to Map<MyClass, Boolean> but when I try to bind a text field to Map<MyClass, Integer> the map injected into my seam component contains a String value instead of an Integer. Is there a workaround for this or should I just convert the Integer to a String myself?

      Daniel