Try adding in scope="session" (or wherever your 'conditions' bean
resides) and possibly type="blah.blah.SomeConditionCollection"
(if you need that) to your iterate tag.   I'm kind of new, so not sure if
that's the real problem or not.

Ken

"Anissina ." wrote:

> Could someone please point out what I am doing wrong here? This is my code:
>
> <struts-logic:iterate name="conditions" id="condition">
>   <struts-html:multibox name="condition"
>              property="<%= condition.getConditionId() %>"/>
> </struts-logic:iterate>
>
> It complains that condition is a non-existent entity. Shouldn't struts
> recognise that it is wrapped by the iterate tag and retrive the value
> through the same id?
>
> Just to clarify, "conditions" is a collection of Condition objects, which
> have a conditionId property.
>
> If anyone can help out, that would be great!
> Thanks!
> Aaron.
>
> _________________________________________________________________________
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

--
Ken Beyer
Metatec Internet Products Group
[EMAIL PROTECTED]  |  http://www.metatec.com/
"The box said 'Requires Windows 95 or better.' - so I installed Linux."



Reply via email to