Clear an integer field from a stateless form

Clear an integer field from a stateless form

Dumb Question...

How do I clear a value from a BIGINT on a stateless form?  I've tried setting the field to: "" and null

but I get the following error messages:



  Error in statement at line number 30
The template variable intEventID is of type BIGINT. But you are trying to update it with an expression of type STRING




  Error in statement at line number 30
The template variable intEventID is of type BIGINT. But you are trying to update it with an expression of type NULLTYPE

and clear and reload don't work with stateless forms.

Thanks,



Leo Saumure