Hi Kesara,

In Struts-OXF integration, if we add an Object List to the request, what
would be the XML tree structure generated?

Eg:

If our object list is ClientTOList which is a collection of ClientTO
objects, 

Does the tree look like follows?

<beans>
        <ClientTOList>
                <ClientTO>
                        <name>
                        <address>
                </ClientTO>
                <ClientTO>
                        <name>
                        <address>
                </ClientTO>
        </ClientTOList>
</beans>

Thanks and Regards
Crishantha


_______________________________________________
oxf-users mailing list
[EMAIL PROTECTED]
http://mail.orbeon.com/mailman/listinfo/oxf-users

Reply via email to