would be nice if any one give me an example how to do it. Pls

in format like as:

1. Action class:

// set the list
...
ArrayList theList = getTheList(); // get list of beans
...
myForm.setTheList(theList);
...

// get (read from JSP / Form) the list
???
...

2. MyForm class

...
private ArrayList theList;
getTheList() ...
setThelist(ArrayList) ...
...

3. JSP
...
<logic:iterate ???
???
...
</logic:iterate>
...

Best Regards.
Michael.


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

Reply via email to