Re: GXT 2.3.1 to 4.0.2 migration

2022-08-06 Thread Lorenzo Aditi
. de 2022 às 16:34, Lorenzo Aditi > escreveu: > >> Hello, >> >> We used to have GWT 2.4 & GXT 2.2.5 and we migrated to GWT 2.8.1. >> >> Now I am using GWT 2.8 with gxt 2.2.5 and Jdk 1.8.0_291, even when >> upgrading gxt-2.3.1a-gwt22 I still get this error whe

Re: GXT 2.3.1 to 4.0.2 migration

2022-08-05 Thread Lorenzo Aditi
août 2022 à 22:19:54 UTC+2, Ricardo Serathiuk a écrit : > Try to change the line 322 of ListField to this: > sb.append(m.get(prop).toString()); > > > > Em sex., 5 de ago. de 2022 às 16:34, Lorenzo Aditi > escreveu: > >> Hello, >> >> We used to have G

GXT 2.3.1 to 4.0.2 migration

2022-08-05 Thread Lorenzo Aditi
Hello, We used to have GWT 2.4 & GXT 2.2.5 and we migrated to GWT 2.8.1. Now I am using GWT 2.8 with gxt 2.2.5 and Jdk 1.8.0_291, even when upgrading gxt-2.3.1a-gwt22 I still get this error when maven is building I got this error jar:file:/war/WEB-INF/lib/gxt-2.3.1a-gwt22.jar!/com/extjs/gxt/ui

Gxt/GWT Element has been deprecated

2022-07-30 Thread Lorenzo Aditi
I migrated to gwt 2.8.1 and I am using gxt 2.2.5 I am using the method onRender from com.exts.gxt.ui.client.widget.LayoutContainer: *nRender*(com.google.gwt.user.client.Element parent, int index)