Int input is being read as String by jAVA jForm
When I use int stdId = 1; i. get no error but when I use int stdId = Integer.parseInt(id.getText()); and input the id in JForm i get exception error java.lang.NumberFormatException: For input string: “”