标签: java jsp
我想创建一个简单的JSP表单来接受学生的详细信息。将它存放在bean中。然后将此bean添加到session中。点击显示它应该显示我在会话中添加的多少bean ...
答案 0 :(得分:0)
Bean student;// intialized with required values session.setAttribute(student);
这应该将学生bean的值设置为会话