jefffh - 2006-02-14

setSortable(boolean) in org.displaytag.tags.ColumnTag cannot be applied to (java.lang.String)

When I moved my app from oracleAS to tomcat5 i started getting this error. The ColumnTag.class expects a boolean but the tag attribute is a string. Where is the conversion from string to boolean taken care of. I'm wondering if I cut a file that I shouldn't have. Anyone have a clue?

Thanks