hi... perhaps you need a link like this: to "get" the desired "record":
<struts-html:link action="showDetailsForMyRecordAction" paramId="recordId" paramName="currentInIterate" paramProperty="propertyOfBeanPerhapsId">details</html:link> (you are using the logic:iterate ?) regards, -----Original Message----- From: Peter Verhoye [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 14, 2004 11:48 PM To: [EMAIL PROTECTED] Subject: Autofill form page Hi all, I'm just starting with struts and stumbled upon a problem. I have a page called page1. This page shows a list of records in a table (the list is stored as a collection received from the Action). Now, per record in the table, there is a link on which you can click and should display then a new page were you have the details of that record. Now, I can show a blank new form page but the problem is I want to show the form with the data from the record already filled in (so checkboxes checked, combo-boxes selected on the correct entry etc...) Can someone point me in the correct direction? I have been unable to find a good solutions for this. Thank you very much for the help!! BB Peter --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

