No Beans error on FlowUI

Hi all, I’m starting trying the FlowUI with Jmix 1.5.1.
I built a simple screen with a text field and a button.
I can autowire the button without errors, but when I try to autowire the TextField in the ViewController, I get the following error:

Could not autowire. No beans of ‘TextField’ type found.

imagen

I send the ViewController and the View Descriptor.
InputLineView.java (1007 Bytes)
inputLine-view.xml (715 Bytes)

TIA

Germán Turriziani

hi @neosoft.gt

In the FlowUI you don’t use @Autowire to inject visual components into your controller.
The correct annotation is @ViewComponent .

Please take a closer look at:
https://docs.jmix.io/jmix/flow-ui/visual-components.html

Best Regards
Stefan

Thank you Stefan :+1: