Hello,

I am currently learning Tapestry and have created a Home.java that queries a database.

Example:

ResultSet rs = stmt.executeQuery(SQL);

1. How do I return the rs results to my html page?
2. What do I code in my html page to show the rows?

Can you show me a short example?

I am learning Tapestry 4 and  3

Thanks

Frank



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

Reply via email to