INFO org.docx4j.model.datastorage.OpenDoPEHandler .processBindingRoleIfAny line 673 - od:condition=ss
INFO org.docx4j.model.datastorage.OpenDoPEHandler .processBindingRoleIfAny line 692 - Processing Conditional: od:condition=ss
WARN org.docx4j.openpackaging.parts.opendope.ConditionsPart .getConditionById line 40 - Condition ss is missing
ERROR org.docx4j.model.datastorage.OpenDoPEHandler .processBindingRoleIfAny line 698 - Missing condition ss
ERROR:java.lang.NullPointerException
I set up a condition (simple xpath round some text)
/document/TestResults/TestResult[@testId='xxx']
XPathID: s <---- assume it can be anything
Condition ID: ss <----- assume it can be anything
create condition clicked then save then run code to generate document
Misunderstanding something?