>
> Thank you for your fast answer.
>

Your suggestion solved the main problem: getting data into an 
ObservableList.
But when I assign it to the ListView

lstClienti.setItems(obsResult);

this is what its content looks like:

[+----------+---------+---------+------------------------------
|CustomerId|FirstName|LastName |Company                        
+----------+---------+---------+-------------------------------
|         1|Luís     |Gonçalves|Embraer - Empresa Brasileira de
+----------+---------+---------+-------------------------------
|CustomerId|FirstName|LastName|Company|Address                |
+----------+---------+--------+-------+-----------------------+
|         2|Leonie   |Köhler  |{null} |Theodor-Heuss-Straße 34|
+----------+---------+--------+-------+-----------------------+

Am I missing some option in the ListView, maybe?

-- 
You received this message because you are subscribed to the Google Groups "jOOQ 
User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to