Hi again Was just thinking ... in terms of robustness in this data-driven approach, which automatically grabs data of my domain object using the appropriate getter method - what if for some reason I'm requesting a property which is not present in the domain object?
Just tired that, and it thrown a IllegalArgumentException in my face straight away and left me with an empty window. Maybe just out of interest would I be able to somehow provide a default value in case I cannot get a value from my domain object? ----- Regards Jens -- View this message in context: http://apache-pivot-users.399431.n3.nabble.com/Adding-domain-object-data-to-tableview-tp3512621p3512731.html Sent from the Apache Pivot - Users mailing list archive at Nabble.com.
