Question

I would like to output HTML codes of my vaadin's components at my console. I didn't find any methods for this . Can it be possible ?

Was it helpful?

Solution

It is not possible to retrieve component's generated HTML with Vaadin's server-side programming mode.

If you really need to do it, you could write your own extension what transfers component's generated HTML from browser to server after it's rendered. Writing your extension means the you need to it with GWT (GWT Web Toolkit, formerly Google Web Toolkit).

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top