Re: Getting a list of fields in a form along with their values

2006-05-24 Thread Ed Griebel
Take a look at jakarta BeanUtils.describe() -ed On 5/24/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hello, The DynaActionForm class has a method called getMap which "Returns the Map containing the property values" We've found this quite useful for some of the things we need to do. I am l

Re: Getting a list of fields in a form along with their values

2006-05-24 Thread pantichd
cc Subject Getting a list of fields in a form along with their values(Document

Getting a list of fields in a form along with their values

2006-05-24 Thread pantichd
Hello, The DynaActionForm class has a method called getMap which "Returns the Map containing the property values" We've found this quite useful for some of the things we need to do. I am looking for a similar method in the ActionForm & ValidatorForm but I can't find anything. Can someone tell me