I'm trying to iterate over a String[] in a LazyValidatorForm using:
<logic:iterate name="myForm" property="first">
...
But I get the following error:
Unable to find a value for "first" in object of class
"org.apache.struts.validator.LazyValidatorForm" using operator "."
So, does the logic:iterate tag work with DynaBeans? From the source
code, it uses BeanUtils.getProperty(), which works with DynaBeans. Any
ideas? Thanks.
- Dave
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]