Hi,
I'm interested to know what are the "must have" JSP tag libraries apart from JSTL. All I've found so far are
- ccc - for accessing static constants in JSP (without scriptlet)
- displaytag - for generating sophisticated HTML tables that includes data paging, grouping, sorting, exporting etc.
What other indispensible tag libs are out there?
Cheers, Don