Question
7
Replies
788
Views
RABO BANK
Posted: February 13, 2016
Last activity: March 12, 2016
Match/Contains tag in HTML
Hi All,
Can you please help on me the following case.
i know the syntax for exact match condition
<pega:when test=".Color == 'RED' " ></pega:when >
What is the syntax for "Contains or Like " ??
Thanks
Suresh Chella
You could use java attibute:
java
A Java expression that evaluates to true or false. You can use the Java operators any standard Java operators within the expression. For example:
<pega:when java="<%= !tools.getProperty("OperatorID.pyPwdVerify").getMessages().equals("") %>"></pega:when>