Hi Isomorphic,
Something changed between the 2025-01-13 and 2025-01-25 SmartGWT 13.1p builds that is causing the following exception:
I've tracked it down to calling setFetchOperation on the ListGrid used to configure the ComboBoxItem.
Thanks.
Something changed between the 2025-01-13 and 2025-01-25 SmartGWT 13.1p builds that is causing the following exception:
Code:
ConsoleLogger.java:33 Error: java.lang.IllegalStateException: *ReferenceItem.setPickListProperties(): the ListGrid passed as configuration properties has been initialized and/or drawn. Calling draw(), fetchData() and other key methods will force a component to initialize, after which it cannot be used as configuration properties. at bxy_g$.BC_g$ [as createError_0_g$] (Throwable.java:114:1) at bxy_g$.MC_g$ [as initializeBackingError_0_g$] (Throwable.java:106:1) at bxy_g$.uC_g$ (Throwable.java:66:1) at bxy_g$.aD_g$ (Exception.java:29:1) at bxy_g$.iD_g$ (RuntimeException.java:29:1) at new bxy_g$ (IllegalStateException.java:28:1) at e4g_g$ (ConfigUtil.java:60:1) at Xyo_g$.C9k_g$ [as setPickListProperties_0_g$] (ComboBoxItem.java:3015:1)
Thanks.
Comment