Hi Is there a nice way to iterate over form bean attributes?
The only way I can think of is to copy all the form bean attributes to a collection/array.... and then iterate over that data structure. This situation arises because I'm displaying confirmation page listing all the data from a previous form and I'm repeating lots of tables, with the only changes each time being the bean attribute. I was just wondering if there was a nicer way to do this than that what i've described. Thanks Peter -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

