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"
                    popup="popupSize" />

the exception occurred on the last line of this snippet from my template.
And this is how the popupSize attribute is defined on the java class:

public int[] getpopupSize(){
        return new int[]{800,600};
    }

This is weird, this error does not occur on 5.0.7...
If you want the stack trace too, tell me, then I'll post it.

-- 
Atenciosamente,
Marcelo Lotif

Reply via email to