Communicate Table selected row value with form

Hi all,

I am trying to communicate a selected row in a table with the fields that I have in a
form and I cannot pass values between components.

I try to add a Property.ValueChangeListener to the table component
and my form implements the interface and the listener
does not seem to take the effect I am looking for.

I read in the tutorial that i have to make all of those things
in the application main class, but I cannot do that
because I have more complexity.

Is there any example that shows how can be made what i want?

Thanks in advance.

A.

Could you give us a reduced code example of what you are trying to do (and doesn’t work)? You did remember to set the Table as immediate, right? :slight_smile:

Sure, the table has the inmediate set.

I try to put some code snippet, but it is a little complicated, but I try my best. :grin: