Tuesday, 10 September 2013

How to reload the vaadin table?

How to reload the vaadin table?

Am new to vaadin. I created a table in a vertical layout which is
connected to a postgres database. I have a button on the top of a vertical
layout which is used to insert a new record in the table through a form in
a sub window. When i click on save, the record is updated in the database.
But the table still shows the old view. Its not getting updated. How do i
solve it??

No comments:

Post a Comment