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.

Reply via email to