checking int value for null
grodnoJun 1 2012 — edited Jun 9 2012hi,
a bit silly question on how to check int value for null...
i face java.lang.IllegalArgumentException when calling function defined in AM when inputText which supplies int parameter to function contains no value.
how can this be prevented?
for object types one can use java '==' operator , what about primitives?