-
Notifications
You must be signed in to change notification settings - Fork 46
Closed
Description
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 workingSomething isn't working
Type
Projects
Status
Done