简体   繁体   English

Vaadin 6和Internet Explorer 11

[英]Vaadin 6 and Internet Explorer 11

I have a problem when I execute a Vaadin 6 application in the Internet Explorer 11. 在Internet Explorer 11中执行Vaadin 6应用程序时遇到问题。

When I click in any button, a red icon appear and I have this Exception: java.lang.NumberFormatException . 当我单击任何按钮时,都会出现一个红色图标,并且出现以下异常: java.lang.NumberFormatException

Can someone help me to identify the cause of this problem? 有人可以帮助我确定此问题的原因吗?

I don't know if you are making the right question, but, your input string is 26.670000076293945, it has a dot and you are trying to parseInt this number. 我不知道您是否提出了正确的问题,但是,您输入的字符串是26.670000076293945,它有一个点,并且您试图解析此数字。 Well a number with a dot can't be an integer, that's why you get a NumberFormatException. 那么带点的数字不能是整数,这就是为什么要获取NumberFormatException的原因。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM