Topic: 关于struts,问一个比较菜的问题?

  Print this page

1.关于struts,问一个比较菜的问题? Copy to clipboard
Posted by: lizwjiang
Posted on: 2003-08-04 21:21

我在input.jsp中有两个输入字段,然后提交后在action中进行数据查询,然后调用(或者转到)inputOk.jsp中显示数据,问题是怎么让数据在inputOk.jsp中显示,通过什么方法,各位大侠通过什么途径或方法,请告知,谢谢!!

2.Re:关于struts,问一个比较菜的问题? [Re: lizwjiang] Copy to clipboard
Posted by: dxy1999
Posted on: 2003-08-04 22:17

<form-bean
  name="programID"
  type="ThePathOfFormBeanClass" />
<action
scope="request"    
name="programID"
path="/path/programID"
type="ThePathOfActionClass"
validate="false">
<forward name="success" path="/path/inputOk.jsp" />
</action>
1。在Struts-config.xml中定义上述内容。
2。在FormBean中定义input.jsp两个输入字段的getter与setter
3。在input.jsp中触发programID.do
4。在inputOk.jsp中通过<html:....>就可显示input.jsp两个输入字段的内容

3.Re:关于struts,问一个比较菜的问题? [Re: lizwjiang] Copy to clipboard
Posted by: lsp
Posted on: 2003-08-05 08:26

看一下jsp的tag lib吧
<c:param .......>

1。可以通过这个标签在input页中得到参数
2。在inputok中用request.getParameter得到参数
3。然后用requst.setAtribute(1,2)加载传过来的数据
4。在inputok.jsp中使用1这个bean

4.Re:关于struts,问一个比较菜的问题? [Re: lizwjiang] Copy to clipboard
Posted by: lizwjiang
Posted on: 2003-08-05 15:29

还是不太明白,如果我通过传近来的参数作为sql语句的查询条件,然后得到一个结果集(ResultSet),怎么从action类中取出,并并在inputOk.jsp中显示,能不能具体给出说明,或者代码.实在是想不通.

5.Re:关于struts,问一个比较菜的问题? [Re: lizwjiang] Copy to clipboard
Posted by: floater
Posted on: 2003-08-08 02:43

You populate your ResultSet to a java bean and in inputOK.jsp you reference that bean to get data in the jsp.

http://jakarta.apache.org/struts/faqs/newbie.html#formbeans
Struts in Action chapter 6-8

6.Re:关于struts,问一个比较菜的问题? [Re: lizwjiang] Copy to clipboard
Posted by: floater
Posted on: 2003-08-08 02:48

Also, Struts has an example coming with the package, there are several classes there too.

7.Re:关于struts,问一个比较菜的问题? [Re: lizwjiang] Copy to clipboard
Posted by: lizwjiang
Posted on: 2003-08-08 17:09

You populate your ResultSet to a java bean and in inputOK.jsp you reference that bean to get data in the jsp.
问题的关键是这个流程我也知道,但
1.怎么把ResultSet传递到java bean中,
2,因为是数据集,怎么取啊,
刚接触struts,看了struts in action也看的不太明白,能不能给些例子或者代码,因为项目很急,所以特别郁闷!!

8.Re:关于struts,问一个比较菜的问题? [Re: lizwjiang] Copy to clipboard
Posted by: jeez
Posted on: 2003-08-08 17:14

用session的attribute做传递好了,在login.jsp中调用session.setAttribute(), 然后调用session.getAttribute再取出来好了。

9.Re:关于struts,问一个比较菜的问题? [Re: lizwjiang] Copy to clipboard
Posted by: lizwjiang
Posted on: 2003-08-08 20:08

ResultSet数据集是在action类中得到或者是在一个SourceBean里得到,那么怎么传递到另外一个targetBean呢,也就是说,在这个targetBean中怎么写来接受这个数据集.具体怎么写呢?


   Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent
Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1
客服电话 18559299278    客服信箱 714923@qq.com    客服QQ 714923