Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
Using Dynamic Finders in Vaadin for Roo
Hi All,
I'm new to Vaadin and I´ve installed Roo. The problem is I´m trying to add Roo "finders" to an Entity but the UI is not updated with the new Dynamic finder. o ex
There is no option to execute a find with "findToppingsByNameLike".
Thanks in advance.
George
Hi George,
Please see the post and sample code at http://limcheekin.blogspot.com/2012/05/application-skeleton-of-vaadin-spring.html
Hope this help.
Best regards,
Chee Kin
George Jovanovic: Hi All,
I'm new to Vaadin and I´ve installed Roo. The problem is I´m trying to add Roo "finders" to an Entity but the UI is not updated with the new Dynamic finder. o ex
There is no option to execute a find with "findToppingsByNameLike".
Thanks in advance.
George
George Jovanovic: I'm new to Vaadin and I´ve installed Roo. The problem is I´m trying to add Roo "finders" to an Entity but the UI is not updated with the new Dynamic finder. o ex
There is no option to execute a find with "findToppingsByNameLike".
Dynamic finders are currently not supported directly by the commands of the Vaadin addon for Roo, but this can be circumvented by either creating the view by hand or by generating a view and modifying it a little.
For almost any real-world application, you would need to write custom views anyway (based on the Roo generated back-end and possibly also Roo generated UI classes), as was done in the example of the first reply which also adds Liferay to the stack.