Re: T 5.0.9 ClassNotFoundException

2008-01-25 Thread Marcelo Lotif
Issue added: https://issues.apache.org/jira/browse/TAPESTRY-2088 2008/1/24, Howard Lewis Ship [EMAIL PROTECTED]: Please add an issue with all relevant code and stack traces. On Jan 24, 2008 10:34 AM, Marcelo Lotif [EMAIL PROTECTED] wrote: I found the solution to the 2nd problem myself, was

T 5.0.9 ClassNotFoundException

2008-01-24 Thread Marcelo Lotif
Hi all, I was switching an app to T5.0.9 and i found this error on the PieChart component that i took from the wiki: org.apache.tapestry.ioc.internal.util.TapestryException java.lang.ClassNotFoundException: int[] t:piechart width=400 height=300 labels=pieLabels values=pieValues

Re: T 5.0.9 ClassNotFoundException

2008-01-24 Thread Marcelo Lotif
And i am getting a null pointer exception too, maybe related with the error that Geoff Callender posted few hours ago about a NPE on the TextField Component. Here's the stack trace: An unexpected application exception has occurred. org.apache.tapestry.ioc.internal.util.TapestryException location

Re: T 5.0.9 ClassNotFoundException

2008-01-24 Thread Marcelo Lotif
I found the solution to the 2nd problem myself, was just a null parameter that i was passing and tapestry seems not to allow this anymore(at least on this case). But i still can't fix the the 1st problem... here's the stack trace: An unexpected application exception has occurred.

Re: T 5.0.9 ClassNotFoundException

2008-01-24 Thread Howard Lewis Ship
Please add an issue with all relevant code and stack traces. On Jan 24, 2008 10:34 AM, Marcelo Lotif [EMAIL PROTECTED] wrote: I found the solution to the 2nd problem myself, was just a null parameter that i was passing and tapestry seems not to allow this anymore(at least on this case). But i