gopal krishnan wrote:Thanks the ref has worked..
Just think of it like this. In the xml config. value sets it to the exact String value. And ref is to reference another bean which is to be used to set.
So value=String value literal
ref=another bean is sent, with that String name.
Mark