Re: struts tags !!

2006-05-24 Thread No Body
The Struts tag offers only a small part of what the JSTL tag offers. I would recommend using JSTL as a supplement to the Struts tags anyway. The expression language is "java like" and quite nice. What also might be of interest to you down the road is the struts-el tags, included in the *contr

Re: Getting a list of fields in a form

2006-05-24 Thread No Body
BeanUtils.describe(java.lang.Object bean), then loop over the keyset. On 5/24/06, pantichd <[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