PDA

View Full Version : Up to date docs talking about ref="beanname" ?



wangjammer5
Jul 14th, 2005, 04:59 AM
Hi,

Maybe I'm missing something, but the 1.2.2 docs don't mention the ref="" attribute of <property> and this makes me wonder (a) if people in other posts are talking about something from the CVS or if the existing 1.2 docs out of date.

Can anyone point me at up to date docs that fully specify the bean container xml format? I know... the DTDs there... but it's not very friendly really.

Rick Douglas Evans
Jul 14th, 2005, 06:14 AM
Hiya

The latest docs (http://static.springframework.org/spring/docs/1.2.x/reference/beans.html#d0e982) outline the streamlined syntax...

Ciao
Rick

wangjammer5
Jul 14th, 2005, 10:07 AM
Of course, I've been staring at the Acegi docs too long and believing they are spring docs lol.

It's the acegi docs that still use the old scheme of <property ...><ref local="xxxx"/>

Thanks