The taglib currently doesn't support JSP1.2. I think someone tried to get it running, but I never heard back from them. All the tags extend SimpleTag, which is a JSP2.0 class, so any port would be a rewrite, or would require someone to back-port the parts of SimpleTag we use for a JSP1.2 container (not sure if that is even possible, I haven't looked).
--
Jeremy Sears