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.