在action中如何得到pageContext中的对象?一个map对象
------解决方案--------------------
upppp
------解决方案--------------------
你没有把你的问题说明白
------解决方案--------------------
pageContext得不到,pageContext中的内容只存在在该页上
你放到request中或session才可以
request.getAttribute( " ");
session.getAttribute( " ");