Brendan cheng
2011-12-26 10:29:26 UTC
Hi,
I was trying to use this
@XmlElements({ @XmlElement(name = "sysFields", type = java.util.HashMap.class) })
Map<String,Object> sysFields;
to transfer sys fields from server to client side and instantiate the object bit failed.
Is there a way of doing this?
Cheers,
Brendan
I was trying to use this
@XmlElements({ @XmlElement(name = "sysFields", type = java.util.HashMap.class) })
Map<String,Object> sysFields;
to transfer sys fields from server to client side and instantiate the object bit failed.
Is there a way of doing this?
Cheers,
Brendan