How to unit-test taglibs, possibly without servlet container? I'm writing wml-related taglib for struts and my code is craving for some unit-tests. I found tagunit but it requires servlet container, it's executed in a jsp page etc. I'd like to have automated unit testing on each build.
How does Cactus fit in? I recently discovered it but haven't downloaded it yet. Any sample tests? -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>