[Databind-developer] SQLBinder confusion
Status: Alpha
Brought to you by:
aeden
|
From: Lachlan O'D. <od...@ca...> - 2002-09-30 10:09:15
|
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
I'm just checking out DataBind to see how it works, I haven't actually
tried running it yet.
Line 488 of SQLBinder.java looks wrong to me:
complexObject = Class.forName(complexFieldClass);
Shouldn't this be actually creating an instance of complexFieldClass:
complexObject = Class.forName(complexFieldClass).newInstance();
?
====
Lachlan O'Dea <lo...@ve...> Computer Associates Pty Ltd
Webmaster Vet - Anti-Virus Software
http://www.vet.com.au/ Ich bin CA!
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (Darwin)
iD8DBQE9mCK9oBZahcUBONoRAqg4AJ9fuUbjb+xS0qu2jYinbEJYBwWRwwCgosf1
Vv9qpQpNRFmUMglfN4eMHnA=
=e5at
-----END PGP SIGNATURE-----
|