Do you get any results if you just print the results of queryForList()? I just tried something like your example and it worked perfectly well, however, I did find that when you specify an incorrect property, iBATIS does _not_ complain and just returns null, that sounds like a bug.
Niels -----Original Message----- From: jaybytez [mailto:[EMAIL PROTECTED] Sent: woensdag 21 juni 2006 20:55 To: [email protected] Subject: RE: Return result as Map It did not work and I received no exceptions. It just returned no results. Therefore, I switched my code and created a simple TO that had only the two fields in it. And then had to create a search mechanism on the TO since it does not have the Map lookup capabilities to find the value of a key. Thanks, -jay -- View this message in context: http://www.nabble.com/Return-result-as-Map-t1824496.html#a4980225 Sent from the iBATIS - User - Java forum at Nabble.com.
