Re: logic:iterate and LazyValidatorForm

2005-05-18 Thread Wendy Smoak
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

RE: logic:iterate and LazyValidatorForm

2005-05-18 Thread Durham David R Jr Ctr 805 CSPTS/SCE
> 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

logic:iterate and LazyValidatorForm

2005-05-18 Thread Durham David R Jr Ctr 805 CSPTS/SCE
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