On Oct 2, 2003, "Smith, Johnathan M." <[EMAIL PROTECTED]>  wrote:

 |In Struts 1.0.2?
 |
 |Can I have a logic:iterate within a logic:iterate loop??

Yup.

 |If so can someone please send me a sample

  <logic:iterate id="item"
                 name="bfData"
                 type="...web.dto.BfFullEntryData"
                 indexId="index">

    <logic:iterate id="obj" name="item" property="wireData"
                   type="...web.dto.BfWireData">

       stuff here

    </logic:iterate>
  </logic:iterate>

HTH...

/greg


--
Gregory F. March    -=-    http://www.gfm.net:81/~march    -=-    AIM:GfmNet



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to