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 ...