From: "Durham David R Jr Ctr 805 CSPTS/SCE" <[EMAIL PROTECTED]>
> The problem was actually later on when I
> attempted to access the DynaBean via JSTL, which doesn't work for
> obvious reasons.
LazyValidatorForm has a 'getMap' method, so you _can_ use it with JSTL. I
use LazyDynaBean, which has t
> So, does the logic:iterate tag work with DynaBeans? From the source
> code, it uses BeanUtils.getProperty(), which works with DynaBeans.
> Any ideas? Thanks.
Please disregard this post. The problem was actually later on when I
attempted to access the DynaBean via JSTL, which doesn't work fo
I'm trying to iterate over a String[] in a LazyValidatorForm using:
...
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
3 matches
Mail list logo