Hi Ken,
I want to know if 'if' is supported in jsftemplating. If so, can you
show us the syntax on how to use it ?
Specificially, i am looking for something like this:
<event>
<! beforeEncode
*if ( $attribute{"version"} == "EE") *{
println(value="this is EE version");
}
???? Can i use else here ?
*if ($attribute{"version"} != "EE") *{
println(value=" This is NOT EE version");
}
/>
</event>
thanks
Anissa