javax.servlet.ServletException: Cannot expose request attribute
javax.servlet.ServletException: Cannot expose request attribute 'testing'
because of an existing model object of the same name
这种问题会是什么原因引起?
[解决办法]
把代码贴出来,你是不是从request中获取这个字段啊?
发布时间: 2012-04-22 18:34:46 作者: rapoo
javax.servlet.ServletException: Cannot expose request attribute
javax.servlet.ServletException: Cannot expose request attribute 'testing'
because of an existing model object of the same name
这种问题会是什么原因引起?
[解决办法]
把代码贴出来,你是不是从request中获取这个字段啊?