>>> ----- Root Cause ----- >>> java.lang.NoSuchMethodError: java.lang.StringBuffer: method >>> append(Ljava/lang/StringBuffer;)Ljava/lang/StringBuffer; not found
I don't know what's causing it, but can tell you what it is happening: "public StringBuffer append(StringBuffer sb)" has only been available since 1.4, so you must be running on a < 1.4 version of the JVM. -----Original Message----- From: Ricardo de Souza Moura [mailto:ricsouzamoura@;hotmail.com] Sent: Thursday, October 17, 2002 11:56 AM To: [EMAIL PROTECTED] Subject: is this a bug ? Does anybody knows about this ? Is this a bug ? Thanks [snip - huge stack trace] -- To unsubscribe, e-mail: <mailto:struts-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

