User Activity

  • Modified a comment on discussion General Discussion on JETT

    Hello, I found a solution. Maybe it will help someone : Basic java code inside the else attribute <jt:if test="${condition1}" then="${expression1}" else="${if(condition2)){expression2} else {expression3} }"></jt:if> So we could do like: condition1 = !b ; expression1 = z condition2 = a ; expression2 = x expression 3 = y (in case !!b, !a) Edit : my if tag is a bodiless one. It ends with " /> but here it shows with an end tag, I dont know how to change it.

  • Posted a comment on discussion General Discussion on JETT

    Hello, I found a solution. Maybe it will help someone : Basic java code inside the else attribute <jt:if test="${condition1}" then="${expression1}" else="${if(condition2)){expression2} else {expression3} }"></jt:if> So we could do like: condition1 = !b ; expression1 = z condition2 = a ; expression2 = x expression 3 = y (in case !!b, !a)

  • Posted a comment on discussion General Discussion on JETT

    Hello, Is it possible to implement multiple condition check ? for example : if (a && b) -> x if (!a && b) -> y if (!a && !b) -> z

View All

Personal Data

Username:
victor-f
Joined:
2020-02-12 09:32:59

Projects

  • No projects to display.

Personal Tools