Re: RFR: 8260342: FXMLLoader fails to load a sub layout using fx:include with the resources attribute [v3]

2023-08-03 Thread Ajit Ghaisas
On Wed, 2 Aug 2023 09:47:25 GMT, Guillaume Tâche wrote: >> This fixes ResourceBundle loading by calling >> `ResourceBundle.getBundle(value, Locale.getDefault())` when the loader >> resources are null or their classloader is null. >> Apparently the original author of the bug report said

Re: RFR: 8260342: FXMLLoader fails to load a sub layout using fx:include with the resources attribute [v3]

2023-08-02 Thread Guillaume Tâche
> This fixes ResourceBundle loading by calling `ResourceBundle.getBundle(value, > Locale.getDefault())` when the loader resources are null or their classloader > is null. > Apparently the original author of the bug report said they would submit a > pull request, but it seems like it never