I think that you can configure it to use properties. Fields has a "perf advantage" over properties - although in practice the JIT make it moot.
> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Kevin Williams > Sent: Saturday, October 07, 2006 3:35 PM > To: [email protected] > Subject: Re: [Castle-users] DataBind and object graphs > > I think I know what's wrong. These classes are proxy classes for a web > service call. When VS.NET generates proxy classes for web services, the > classes use public fields instead of properties (why? I don't know). The > data binder only handles properties. > > > hammett wrote: > > It should be working even with the old version. Arrays are supported. > > You could debug it to see what is going on too. Although the most > > recent version is simpler. > > > > > > On 10/5/06, Kevin Williams <[EMAIL PROTECTED]> wrote: > >> The DLLs are from trunk, sometime on or before May 19th. I can't be > >> sure, thus my desire for revision numbers in the assembly version info. > > > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's > Techsay panel and you'll get the chance to share your opinions on IT & > business topics through brief surveys -- and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > CastleProject-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/castleproject-users ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ CastleProject-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/castleproject-users
