I'm almost dead with solving this issue.
I'm getting this error "According to the TLD attribute id is mandatory for
tag iterate"
but everything seems similar to the previous guy code.

<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>

<jsp:useBean id="clist" scope="session" class="com.whatever.DBCountriesList"
/>
<logic:iterate id="country" name="clist" property="myCountry" >
        <bean:write name="country" property="title" />
<logic:iterate/>

1) i have getMyCountry() with returns ArrayList
2) and getTitle() in the Country objects with are nested into that ArrayList

any kind of help/examples would be appreciated.

Reply via email to