Use this tag for version specific questions about Vaadin 20 - the open-source platform for web application development. When using this tag also include the more generic [vaadin] tag where possible. EOL Oct 2021, no longer supported.
Questions tagged [vaadin20]
18 questions
0
votes
1 answer
Vaadin 20 Gradle Plugin: vaadinBuildFrontend fails with "Path provided by parameter 'outputDirectory' (%s) is not a directory"
running ./gradlew vaadinBuildFrontend --stacktrace in a fairly simple Vaadin 20.0.3 project leads to
[...]
Caused by: com.vaadin.flow.server.ExecutionFailedException: Error occured during goal execution: Could not write exported web component module…

sk_dev
- 295
- 2
- 10
0
votes
0 answers
Downloading a static resource does not work
I have a vaadin project with Spring integration. The project has a single static resource (pdf file) that should be served from the web application, via vaadin's Anchor element.
According to…
0
votes
0 answers
Call function in dynamically created row in Polymer
I am adding a row dynamically using a template. While adding the row, I also want a on-change="addTotal" function on Amount column. Whenever the Amount column of newly added row changes, it should call addTotal() function that adds all the values of…

LaMars
- 45
- 2
- 10