http://forum.java.sun.com/thread.jspa?threadID=761394&messageID=4346325
Regards
Type: Posts; User: gthiabaud; Keyword(s):
http://forum.java.sun.com/thread.jspa?threadID=761394&messageID=4346325
Regards
Hi, thanks for the answer in
http://static.springframework.org/sp...nts-resolution
all the sample are done with static :mad: data include in the .xml file.
In my case I need to put parameter...
Hello,
I am trying to instanciate Bean with dynamic object in parameter.
I try something like that :
UsernamePasswordAuthenticationToken user = (UsernamePasswordAuthenticationToken)...
Hello,
I param a user-servlet.xml like this and it is working :cool: .
<bean id="userImpl" class="com.xxx.xxx.UserProxyImpl" scope="singleton" dependency-check="objects">
</bean>
<bean...