GWT/JAVA Uncaught exception escaped

前端 未结 2 776
被撕碎了的回忆
被撕碎了的回忆 2021-01-17 03:08

I have got a problem with my code and i cant seem to fix it. I want to add some customer data to a array list in java/GWT when submitting a button.

the form from whi

2条回答
  •  一个人的身影
    2021-01-17 03:32

    Since you use all the variables, only VGC can be null at this time.

    But I suspect this is a class name. My first guess is that the type VGC is part of the server API and not of the client API or something along these lines.

提交回复
热议问题