Hi all, got a problem. Using Java, Spring boot 3, Vaadin 24.
For example, i want to make @Bean from TextField, then i @Autowired it to my @Service class to configure somehow. And ofc, i`d like to use my bean and add it to layout(does not matter which one). I i will make this bean as @Scope(value = ConfigurableBeanFactory.SCOPE_PROTOTYPE) and will try to generate more than one bean, i got EMPTY beans, it means, that if i want to set some TextField parameters, they will not represent to the view. I dont understand how and why Vaadin wipe my beans ![]()
Any ideas?