difference in jsp:usebean between tomcat 4 and 5

2004-04-15 Thread Daniel Gibby
Hi, I've noticed a change in the java code that results from a jsp:usebean when upgrading from tomcat 4 to tomcat 5. I'm wondering if this is a change in the spec or just a coding difference between versions: *This jsp:* jsp:useBean id=payment class=mybeans.ValidateableBean scope=session /

Re: difference in jsp:usebean between tomcat 4 and 5

2004-04-15 Thread Daniel Gibby
I just found that the JSP 1.2 Errata - May 24th, 2002 (rev b) at http://jcp.org/aboutJava/communityprocess/maintenance/jsr053/errata_1_2_b.html documents that tomcat 5 does this as the spec designates. Daniel Gibby wrote: Hi, I've noticed a change in the java code that results from a