Community
Participate
Working Groups
Created attachment 202634 [details] weather test program If defect 356514 has not been resolved edit Weather.egl removing combo.getSelection() and replace it with a literal 1. Deploy the attached project. Open the html on the server and press the button. An exception will happen on maxTempHTML.text = (data[i].MaxTemperatureF as String)+"F"; (egl line 74 of Weather.egl) the generated code egl.egl.lang.EString.plus(ezeProgram, egl.egl.lang.EString.ezeCast(egl.checkNull(data)[data.checkIndex(i - 1)].MaxTemperatureF), "F") has ezeProgram which looks like java gen.
Fixed.
verified