After looking at some of the examples in the WAR files on the keyboard
monkey website, I made some progress.  The following works:

<nested:root name="USER">
  <nested:nest property="company">
    <nested:iterate property="plants">
    </nested:iterate>
  </nested:nest>
</nested:root>

But when I try to go one level deeper:

<nested:root name="USER">
  <nested:nest property="company">
    <nested:iterate property="plants">
          <nested:iterate property="machines">
          </nested:iterate>
    </nested:iterate>
  </nested:nest>
</nested:root>

I get:

Property 'plants' is not indexed 

Any ideas?



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

Reply via email to