struts如何将jsp页面中通过form表单提交到action中的值设置到session中。
就是我想将本页面form中提交的值先放在session中,以后再查询。但是action不知道获取这几个值的代码不会写,java基础太差了publicStringexecu...
就是我想将本页面form中提交的值先放在session中,以后再查询。但是action不知道获取这几个值的代码不会写,java基础太差了
public String execute() throws Exception {
//Map params = context.getParameters();
//String startplace1 = (String) params.get("startplace1");
//String endplace1 = (String) params.get("endplace1");
//String starttime1 = (String) params.get("starttime1");
return SUCCESS;
我想这样写,但是格式不对。。。
我想把页面中提交的这几个值都放到一个叫Flight的session之中,该如何写?
把页面form提交的startplace1,endplace1,starttime1存到叫Flight的session中。
<s:form action="searchFlight">
<s:textfield label="航班起点" name="startplace1" ></s:textfield>
<s:textfield label="航班终点" name="endplace1" ></s:textfield>
<s:textfield label="起飞日期" name="starttime1" >
<s:submit value="提交"></s:submit>
</s:form>
页面中这么写的,求大神! 展开
public String execute() throws Exception {
//Map params = context.getParameters();
//String startplace1 = (String) params.get("startplace1");
//String endplace1 = (String) params.get("endplace1");
//String starttime1 = (String) params.get("starttime1");
return SUCCESS;
我想这样写,但是格式不对。。。
我想把页面中提交的这几个值都放到一个叫Flight的session之中,该如何写?
把页面form提交的startplace1,endplace1,starttime1存到叫Flight的session中。
<s:form action="searchFlight">
<s:textfield label="航班起点" name="startplace1" ></s:textfield>
<s:textfield label="航班终点" name="endplace1" ></s:textfield>
<s:textfield label="起飞日期" name="starttime1" >
<s:submit value="提交"></s:submit>
</s:form>
页面中这么写的,求大神! 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询