cannot expose session attribute '_from_source' because of an existing model object of the same name

来源:互联网 发布:linux查看登录失败日志 编辑:程序博客网 时间:2024/06/07 23:03

启动不报异常,访问报此异常:

cannot expose session attribute '_from_source' because of an existing model object of the same name 


<property name="viewResolvers">
<list>
<bean id="velocityViewResolver" class="cn.bidlink.portal.common.velocity.BidVelocityViewResolver">
<property name="exposeSessionAttributes" value="true" />    <!-- 加上这句话就ok   --->
</bean>
</list>
</property>