There are several solutions for your problem :
you can use the pageRequestEnd to append html at the end of your page (res.append...)
you can use a java bean (you have to program yourself)
the best way is to insert a label in your page. Then, label.setRawHTMLMode(true) allows you to make pure HTML with label.setText("<TABLE>...</TABLE>"
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.