为什么在Spring 3.0.x中的tilesconfigurer不暴露bean?

时间:2010-12-08 12:32:24

标签: spring spring-mvc tiles

我想公开我的bean属性,以便可以在我的视图中访问它们。在我的项目中,我使用spring 3.0.5 + tiles,所以我使用了tileconfigurer。但是在这个Spring版本中,属性ExposeContextBeansAsAttributes不再存在。 InternalResourceViewResolver具有此属性。

1 个答案:

答案 0 :(得分:1)

您可以使用Skaffman的解决方案。我已经尝试过了,效果很好。

Accessing Spring beans from a Tiles view