It would certainly help if you provided details on how you do the upload 
(using GWT's own FormPanel and FileUpload? or a third-party library? 
GXT-specific widgets?) and how you handle the response (including how you 
generate it server-side)
For example, see the note 
at 
https://www.gwtproject.org/javadoc/latest/com/google/gwt/user/client/ui/FormPanel.html#FormPanel--
 
about server-side requirements.

On Tuesday, October 11, 2022 at 4:17:27 PM UTC+2 system.out...@gmail.com 
wrote:

> I managed to print results on client side. I use alerts to chek.
> The list is received as it is, we have a method that will fill the grid 
> with that list but somethiing is stopping it. It still print a loading 
> spinner that never stops. 
> The same code works well with gwt 2.4/gxt 2.2.5.
> Now we are using gwt 2.8/gxt 2.2.5
>
> Le lundi 10 octobre 2022 à 21:04:58 UTC+2, system out a écrit :
>
>> I migtated gwt app from 2.4 to 2.8
>> After fixing build erros the app launches and interfaces are appearing.
>> We have a excel file upload.
>> When I click upload it is stuck on loading. A loading text appears and 
>> result never shows up.
>> There a method that takes data imported from excel and put fill some 
>> objects with it.
>> The data is well imported. The method that fill objects with it will 
>> return the filled objects as a List. When I return an empty list it works.
>> Do you know if there's something that should be changed due to the 
>> migration?
>>
>>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/42230b89-319d-4106-a9b5-e97913cdfa80n%40googlegroups.com.

Reply via email to