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't have a form? I haven't been able to find any good examples on the web.
Any ideas? Thank you!