Re: Saving form data

2003-02-18 Thread Vic Cekvenich
http://www.postgresql.org/docs/view.php?version=7.3&idoc=0&file=sql-select.html one way is to pass the offset above to the RowSet via getParameter. This works with large resultsets. .V Joey Ebright wrote: Is there any piece of functionality in Struts that I can take advantage of in order to save

RE: Saving form data

2003-02-17 Thread Andrew Hill
Nope, your best option is still to submit the information when they click those links and keep it in a session scoped action form. -Original Message- From: Joey Ebright [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 18 February 2003 14:18 To: [EMAIL PROTECTED] Subject: Saving form data Is the