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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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