Skip to content

Make it possible to customize the behavior when a Qute value is missing #10209

@ia3andy

Description

@ia3andy

Description
Currently, when a Qute value is missing, it is replaced by NOT_FOUND in the rendered result.
It would be useful to be able to let the consumer choose what he want to do: warning log, fail, use NOT_FOUND, use something else.

Implementation ideas
Maybe we should be able to define some kind of String MissingValueProvider#get(String expression) in which we could either return a String, throw an exception, log, ... depending on the choice.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions