Hi,
I am trying to autowire a textField in the controller of an 1.4 incubating project but I get always the NoSuchBeanDefinition error.
I notice that also in gui there is no more the button to simplify autowiring with automatic code creation.
What can I do?
Thanks,
Mario
Hi,
Not a bug. In Flow UI we have a special annotation for linking UI components defined in the XML with Java controller fields: @ViewComponent
. For correct injection, please use Injection dialog:
Gleb
Thanks for explanation, I suppose there is no documentation yet.