RE: Struts and Displaying data from a database

2004-11-02 Thread dbm_mailinglist
ection in some scope. The action then forwards to the appropriate .jsp page. Does this help? robert > -Original Message- > From: dbm_mailinglist [mailto:[EMAIL PROTECTED] > Sent: Tuesday, November 02, 2004 2:25 PM > To: Struts Users Mailing List > Subject: RE: Struts

RE: Struts and Displaying data from a database

2004-11-02 Thread dbm_mailinglist
I guess that's where I get lost. What does the bean return so that it can display multiple rows in the JSTL/JSP? I guess the type of the 'getter' would be some type that allowed you to loop through the dataan array maybe? Do you know if there are any examples on the web? I'm trying to stick to

Struts and Displaying data from a database

2004-11-02 Thread dbm_mailinglist
Hello, I'm a complete newbie to Struts. I know how to use Struts to build forms and submit them, but how do I just display data from a database? I want a screen that just displays data from a sql command to a database and displays the results in a html table. Do I use ActionForm even though I don'