On 6/23/05, Ciaran Hanley <[EMAIL PROTECTED]> wrote: > Can somebody help me or propose a solution to the following please. > > I wish to create a form dynamically. Depending on the business logic there > could be 0 to N rows in the form. ... > I also need to iterate over a bean containing information which corresponds > to the form as the form boxes are being displayed. ... > I am also unsure as to how to access these values when I get to the > form/action classes.
Adding to other replies: would you care to take a look at CRUDAction. It does not display the list by itself, but sample code contains the helper action which displays the list and all needed buttons for CRUD operations: http://struts.sourceforge.net/strutsdialogs/crudaction.html The item list is displayed using array list of items. You can download it here: http://sourceforge.net/project/showfiles.php?group_id=49385&release_id=336852 Michael. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]