REF: http://www.jasperforge.org/index.php?option=com_joomlaboard&Itemid=215&func=view&id=33800&catid=8
We have a requirement in our project to display the textfield border when the value in the text field is NULL.
"conditionalStyle" - This allows me to conditionally display the border but I have to write style for every textfield in the report. I will not be able to use the Style Template also in this case as conditionalStyle cannot be declared in it.
If the conditional style could access the contextual information (textfield value for which it is rendering), I can write a single style class and use it across the project.
Recommended Comments