How I can change proprty what was been displayed with jsp
Hello, I want to make in my correspondence something like this:
But this jsp code in the Correspondence template dont't work.
<pega:choose>
<pega:when test=".Test.aID=='*AAA' "> >
<pega:reference name="Test.aID"></pega:reference>.<br />
</pega:when>
<pega:otherwise>
<pega:reference name="page.pName"></pega:reference>.<br />
</pega:otherwise>