将变量从 servlet 传递到 jsp [英] Pass variables from servlet to jsp

查看:40
本文介绍了将变量从 servlet 传递到 jsp的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何将变量从 servlet 传递到 jsp?setAttributegetAttribute 对我不起作用:-(

How can I pass variable from servlet to jsp? setAttribute and getAttribute didn't work for me :-(

推荐答案

您可以在将请求转发到 jsp 之前将所有值设置到响应对象中.或者您可以将您的值放入会话 bean 并在 jsp 中访问它.

You could set all the values into the response object before forwaring the request to the jsp. Or you can put your values into a session bean and access it in the jsp.

这篇关于将变量从 servlet 传递到 jsp的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆