Hello all,

I am very familiar with Servlets, JSPs and custom Tags however Struts is a new beast to me. Hence I am studying to learn it.

What I would like to know is if anyone could point me to websites that would have recipes on how to code Struts such as phpbuilder.com for php.

What I would like to learn right now is how to get information from a Select statement from a database and display it on a HTML table. That is, first I have a search form and them a search result with records from a MySQL database. I know how to do it with Servlets and JSPs but I would like to see a piece of code using the Struts framework.

What I also need is a navigation method. So that I can display 50 records at a time. What I usually do is to have a limit on my select statement with a begining index and a maxium amout of records so when I click on an arrow I call a get method, pass the index and retrieve the next page of data.

Any good website or sample code you could recomend to me?

Thank you in advance!

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to