Search yielded no results.
Please CONTINUE.
Search yielded no results.<br>Please CONTINUE.
Wrong ! the "id" and "property" are two different thing for logic:iterate tag, former defined the current element of the collection on which you're iterating and later one is come with "name" attribute to get the bean which is stored in a scope.
You might did some mistake elsewhere, maybe the logs file can explain the cause..
Note: In order to refer a property of an element within the collection to a <html:checkbox> element
the attribute id of the <logic:iterate> tag must have the same name like the collection of the form
bean. Furthermore the attribute indexed of the <html:checkbox> have to be set to „true“.
<%@taglib uri="http://jakarta.apache.org/struts/tags-logic" prefix="logic" %>