Hi all,

I have the following code HTML code snippet that I'm having problems with.
I hope someone (Aaron?) can tell me how to do this.

<nested:root name="bean1" >
        <nested:iterate property="bean2List" >
                <nested:write property="bean2Value" />
                <nested:iterate property="bean3List" >
                        <nested:write property="bean3Value" />
                        <nested:write property="bean2Value" />  <------ see
below
                </nested:iterate >
        </nested:iterate >
</nested:root>

I am needing to access the contents of a higher-nested bean during the
iteration of a lower-nested bean.  When I try this I get the message "Body
is supposed to be empty for nested:write".  Any ideas?

Thanks!

Jerry Jalenak
[EMAIL PROTECTED]

This transmission (and any information attached to it) may be confidential and is 
intended solely for the use of the individual or entity to which it is addressed. If 
you are not the intended recipient or the person responsible for delivering the 
transmission to the intended recipient, be advised that you have received this 
transmission in error and that any use, dissemination, forwarding, printing, or 
copying of this information is strictly prohibited. If you have received this 
transmission in error, please immediately notify LabOne at (800)388-4675.



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

Reply via email to