You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Sriram Nookala <sr...@mediaone.net> on 2002/02/28 17:26:19 UTC

nested:iterate and nested:nest issues

I have the following code in my jsp within a <html:form> tag:

Here attributeDefintionList is a collection of AttributeDefintion beans.
AttributeDefinition has a property type which itself is an AttributeType
bean with a property store.
The code I have doesn't seem to setting and getting store for AttributeType.
What am I missing here?
thanks,
sriram

 <nested:iterate property="attributeDefinitionList">
    <tr class="table_row_odd">
        <td class="table_cell">
          <nested:text property="name" />
        </td>
        <td class="table_cell">
     <nested:nest property="type">
       <nested:text property="store"/>
     </nested:nest>
        </td>
    </tr>
    </nested:iterate>



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>