Now my hibernate and xdoclet are both upgraded to last versions.
I deleted the EventPartner value Object , you are right there no need to this file.
but steel after executing code there is just this insertion sql , and there is no sql code for insertion to tevent_partner table:
insert into tevent (title, eventType, date, isAllday, time, duration, location, notes, haverepeat, repeatType, repeatPart1, repeatPart2, repeatPart3, until, haveEndDate, haveReminder, remindFirst, remindSecond, byWhat, street, city_fk, phone, eventId) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
and when i wanted to print information on invitation Set there was nothing on it ?
can you help me about transfering data from jsp form to Set ?
|