spring - getting value from one controller to another controller -
How can I get from another controller using a spring framework from a controller
@Resource
, @Autowired
,); code> @ inject (spring 3), or applicationcontact.xml). Like:
@ Controller Public Class Some Controllers {@Autowired Private NeedController Required Controller; ...}
Comments
Post a Comment