Re: FXMLLoader assumptions...

2013-05-31 Thread Werner Lehmann
I created a ticket for this: https://javafx-jira.kenai.com/browse/RT-30837 On 28.05.2013 19:42, Werner Lehmann wrote: Hi, just ran into an unexpected feature of the FXML loader. Basically, if you have FXML like this... ...it would expect SomeControl to have an observable property "foo". Othe

FXMLLoader assumptions...

2013-05-28 Thread Werner Lehmann
Hi, just ran into an unexpected feature of the FXML loader. Basically, if you have FXML like this... ...it would expect SomeControl to have an observable property "foo". Otherwise a javafx.fxml.LoadException is thrown: "SomeControl does not define a property model for "foo"." Of course I