why do you use that OgnlList instead of just ArrayList?
Ognl doesn't (currently) instantiate new objects when users submit info. OgnlList fills in this blank by instantiating objects of the specified instance.
So, without OgnlList, that[0] would always resolve to null. With, it'll resolve to an instance of AnimalHolder.
M
------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. SourceForge.net hosts over 70,000 Open Source Projects. See the people who have HELPED US provide better services: Click here: http://sourceforge.net/supporters.php _______________________________________________ Opensymphony-webwork mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork