Thanks to visit codestin.com
Credit goes to github.com

Skip to content

When working with XML, fields cannot be cleared #2121

@lordrip

Description

@lordrip

Please describe the task that needs to be done

When using an XML route, clearing form fields, it's not possible.

Start with the following XML route

<?xml version="1.0" encoding="UTF-8"?>
<camel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://camel.apache.org/schema/spring https://camel.apache.org/schema/spring/camel-spring.xsd">
  <route id="route-1731">
    <from uri="timer:hola?period=1000"/>
    <setBody>
      <simple>Hello Camel from ${routeId}</simple>
    </setBody>
    <log message="${body}"/>
  </route>
</camel>

Open the timer component and click on the X button of the Timer Name property and notice how the field is not cleared until the form is closed and opened again.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions