You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Durham David R Jr Ctr 805 CSPTS/SCE <Da...@scott.af.mil> on 2005/05/18 22:20:58 UTC

logic:iterate and LazyValidatorForm

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: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org