PDA

View Full Version : Documentation: Movie Finder


rivaaj
04-12-2005, 08:58 AM
Hi

I'm just finding my way through the online documentation and have a problem with the following excerpt from Chapter 11. Has the "class" attribute of the "object" element been changed to "type"? Using "type" does gets things working.

<objects>
<object name="MyMovieLister"
class="Spring.Examples.MovieFinder.MovieLister, Spring.Examples.MovieFinder">
</object>
</object>

Thanks
Rivaaj

Rick Evans
04-12-2005, 09:59 AM
Hi Rivaaj

Yes, the class attribute has been replaced by the type attribute.

This was done to be more inline with the .NET way.

Thanks for spotting the error in the documentation. We'll get that cleaned up straightaway.

Ciao
Rick

Mark Pollack
04-13-2005, 08:44 PM
Hi Rivaaj,

Damn, those nasty little class critters keep poping up. Thanks for pointing it out. I've updated the docs on the web.

Cheers,
Mark