I'm using a JSP that calls a header and footer include. If I use the req:attribute tag in both includes and I call the tag from the same line number and line position in both included files, I get a duplicate declaration error and the JSP will not compile: Error: Duplicate declaration of local variable "attribute__3_8". This may be a problem with JRun 3.1, but I don't have any other servlet containers installed to confirm. The JSP reports that the exception is being thrown from the header include file, but it's actually being thrown from the footer include file.
This sounds like a bug in JRun, can you send a simple example so I can confirm that it works in Tomcat?