Hi,
I would like to know if is possible to put a method with a contextualized
value in it. For example :
<t:Loop t:source="chosenApplications" t:value="chosenApplication"
t:formstate="ITERATION">
<t:if test="object.isItGood(${chosenApplication.getId()})">
</t:if>
</t:Loop>
Is this possible ?
I would like to know if is possible to put a method with a contextualized
value in it. For example :
<t:Loop t:source="chosenApplications" t:value="chosenApplication"
t:formstate="ITERATION">
<t:if test="object.isItGood(${chosenApplication.getId()})">
</t:if>
</t:Loop>
Is this possible ?