RE: Populating complex java objects in forms - PROBLEM SOLVED, BUT IS THIS A BUG IN STRUTS?

2002-03-11 Thread Alex Paransky
Sent: Friday, March 08, 2002 2:41 AM To: 'Struts Users Mailing List' Subject: RE: Populating complex java objects in forms - PROBLEM SOLVED, BUT IS THIS A BUG IN STRUTS? I've found that my problem is that my Customer instance was not initialized in the Form class, but I wouldn

RE: Populating complex java objects in forms - PROBLEM SOLVED, BUT IS THIS A BUG IN STRUTS?

2002-03-08 Thread Charlesworth, Chico
I've found that my problem is that my Customer instance was not initialized in the Form class, but I wouldn't have thought this should be necessary in Struts. This then also means that any other complex java objects within customer would need to be instantiated (i.e. Address) and so on if Address