https://issues.apache.org/bugzilla/show_bug.cgi?id=46471
--- Comment #1 from Konstantin Kolinko <knst.koli...@gmail.com> 2009-01-04 16:22:36 PST --- Created an attachment (id=23083) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=23083) webapp that reproduces the issue To reproduce: 1. Deploy the web application 2. Access http://localhost:8080/bug46471/ 3. The page emits some text/plain text Expected result: tag from mylibA tag from mylibB Actual result: tag from mylibB tag from mylibB 4. Check the generated files in the work folder. It is expected to have one jsp page and three tags been generated (one from the WEB-INF/tags and two from the different tag libs), but only two tags are generated. Reproduced in the current tc6.0.x, but I expect it to also be in TC 6.0.18. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org