struts标签在jsp页面中获取参数
2个回答
2017-09-05
展开全部
建议不要在这里问比较专业的问题 很多答案都是错误的
展开全部
EditUserInfo.jsp
<%
String user_name=request.getParameter("user_name");
ActionContext.getContext().getValueStack().set("user_name",user_name);
%>
<html
<s:property value="user_name"/>
</html>
求采纳
<%
String user_name=request.getParameter("user_name");
ActionContext.getContext().getValueStack().set("user_name",user_name);
%>
<html
<s:property value="user_name"/>
</html>
求采纳
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询