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
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112144#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...