Hello,
I am having a problem with using nested iterate of a form that has a list inside of a list
This code is producing HTML inputs with names such as "attributeItem[1].attributeValue" rather than "statementItem[1].attributeItem[1].attributeValue"
If I write the names directly into html, it is picked up correctly upon submission, but I can't get
struts tags to produce the right HTML. I've tried using both nested:root and nested:nest, both set to statementList and nothing is changing the HTML output of the nested:text tag. Thanks for your help.