Scuse me, I *wanted* to use BeanUtils. It doesn't do this though. I've tried two ways of doing this.
1) Getting the keySet from form.getMap() and using an iterator from it to get the corresponding value from the form.getMap() 2) Using the getDynaClass.getDynaProperties() method of my dynaform, and adding each of the DynaProperty.getName()'s into a Vector or List, so I can use the same code from 1) that gets an iterator. The order I get them out seems consistent. Just wrong. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

