On Wed, Nov 5, 2008 at 7:59 AM, Apesa, Vincent Mr. CTR NG NGB ARNG <[EMAIL PROTECTED]> wrote: > Classification: UNCLASSIFIED > Caveats: NONE > > All, > I'm having a problem with ibatis V3 when attempting to map to the > class System.Web.UI.WebControls.ListItem. It seems that ibatis cannot resolve > ListItem (we stick data in the ListItem class for simple lookups instead of > creating a new class) > > I've tried aliasing the class explicitly, but this fails. See exception > below.
Your mapping xml file would help out a lot. Plus, mapping to UI objects directly is bound to cause problems later on, unless this is just a spike only.

