The NoSuchMethodError is apparently caused by the fact that HiveMind is not "entirely" java 1.3 compatible - it uses the method StringBuffer.append (StringBuffer) which is not available pre-java 1.4. They would have to cast to Object for it to work under 1.3. Funny that Tapestry claims 1.3 compatibility even though a core dependency does not meet this criteria?
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
