jsp:plugin and EMBED tags (Someone please apply this fix)

2002-10-16 Thread Andre de Jesus
As referred in bug 12794, there is a problem with the jsp:plugin generating a bad parameter list in tags. I wish to propose this fix: In jasper/src/share/org/apache/jasper/compiler/Generator.java At line 891 of version 1.35.2.8 (In 4.1.12) Where it is: String s0 = makeAttr("name

Undocumented change in 1.4 JDK can cause problems with tag libraries

2001-11-26 Thread Andre de Jesus
Hi As SUN says, the Introspector class in the beans API has been reimplemented in the most recent version of the JDK (1.4.0 beta3). In the previous versions, the simultaneous presence in a tag library extension of a getter method and a setter method of diferent types both methods would apparen