Evaluate empty or null JSLT c tags
Posted
by user338381
on Stack Overflow
See other posts from Stack Overflow
or by user338381
Published on 2010-05-11T14:40:48Z
Indexed on
2010/05/11
14:44 UTC
Read the original article
Hit count: 139
How can I validate a String null or empty using the c tags of JSLT.
I have a variable of name var1 and I can display it, but I want to add a comparator for validate it.
I want to validate when is different of null or empty (my values are string).
© Stack Overflow or respective owner