I am using XmlViewResolver and want to set a property on one of the beans in views.xml that is a reference to a bean in the WebapplicationContext.
This does not seem to work. Is XMLViewResolver not context-aware?
Can anyone suggest an alternate solution if there is no way to make the context available to beans in views.xml?
Thanks,
-evan


Reply With Quote