Hi All,
i have defined a filter like this
<filter-def name="areaDescColumn"> <filter-param name="areaDesc" type="string"/> </filter-def> and attached to the mapping element <filter name="areaDescColumn" condition=":areaDesc IN AREA_DESC "/>
when i try to enable this filter, session.enableFilter(entry.getKey().trim()+"Column").setParameter(entry.getKey().trim(),finalcol);
and this 'finalcol' is List of String.
when i do this i am getting the below error [Servlet Error]-[Incorrect type for parameter [areaDesc]]: com.ibm.ws.webcontainer.webapp.WebAppErrorReport: Incorrect type for parameter [areaDesc]
Could any one please help me to solve this issue.
|