[jdom-interest] BeanMapper
Hannah Choi
hchoi at biostat.ufl.edu
Tue Dec 5 13:02:47 PST 2000
Hi,
Can you help me with BeanMapper? I am very new to it.
I have a bean with date fields. The problem is that these date fields are
not mapped well.
For example, DummyBean have 3 fields: id int, begindt date, enddt date.
It creates id field, but not date fields. date fields are set to null after
mapping from JDOM->Java object DummyBean.
Do I have to add mappings for date type field?
dummy = (DummyBean)mapper1.toBean(doc);
Please help.
Thank you for your time.
Hannah
More information about the jdom-interest
mailing list