Hello,
I am not sure if this is a common issue also faced by other developers, but I would like to suggest a improvement feature for writing an expression for Validator and Expression widget.
Currently the expression is validated by string match for keywords like 'for', 'if', 'else' etc. So if I try to use a expression like
result = !(formValidator); //where "formValidator" is a configured parameter for the widget which takes inputs from any service
then is this case the expression is not inserted and its validation fails. So I have to change the name of the configured parameter to 'frmValidator' or something else. This happens because the word 'form' contains keyword 'for'. It would be nice to have if we can handle these cases in a better way.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.