Skip to content

ManualFill Java example missing fills.appendElement() before setting fields. #5

Description

@xriva

The fills here is a sequence type, which cannot do fills.setElement() directly.

Instead, one should obtain a fill first, by Element fill = fills.appendElement();

then, apply fill.setElement(...).

fills.setElement("EMSX_FILL_AMOUNT", 500);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions