I've hit an issue when using Docx4J to manipulate a user's document that had a nested merge field in it. From what I can see, it looks like
- Code: Select all
FieldRef::getFldName()
- Code: Select all
log.error("Nested field " + nested.getFldName());
Are there any plans/timescales to fix this? I understand that nested fields are not supported so it's all about the StackOverflowError (for me at least). If it helps, I've uploaded a docx that demonstrates the issue.