Hi,
I am using display tag to render my table. Inside the display tag i dynamically specify the columns to be displayed. Like...
here the listExtraColumns has list of strings which are the property names in pojo. Problem is here it throws error saying %{colName} cannot be found in POJO.
Pls help