Re: Strange exception

2009-03-02 Thread Thiago H. de Paula Figueiredo
Em Mon, 02 Mar 2009 17:19:03 -0300, Jorge Merlino escreveu: I'm trying use the tapestry tree component found in http://wiki.apache.org/tapestry/Tapestry5TreeComponent but I'm stuck with a very strange exception which is this: By the way, that wiki page does not follow the Tapestry best pr

Re: Strange exception

2009-03-02 Thread Thiago H. de Paula Figueiredo
Em Mon, 02 Mar 2009 17:26:32 -0300, Carl Crowder escreveu: This is just a vague guess, but as far as I *think* that class name isn't the only thing Java uses to compare two classes when casting. So if you have defined your TreeNode class in more than once place, it's possible that the cl

Re: Strange exception

2009-03-02 Thread Jorge Merlino
El Lun 02 Mar 2009 18:26:32 Carl Crowder escribió: > This is just a vague guess, but as far as I *think* that class name > isn't the only thing Java uses to compare two classes when casting. So > if you have defined your TreeNode class in more than once place, it's > possible that the class you're

Re: Strange exception

2009-03-02 Thread Carl Crowder
This is just a vague guess, but as far as I *think* that class name isn't the only thing Java uses to compare two classes when casting. So if you have defined your TreeNode class in more than once place, it's possible that the class you're passing it and the class Tapestry is trying to use were

Re: Strange Exception page T4.1.1

2007-03-22 Thread Andreas Andreou
Tapestry 4.1.2-SNAPSHOT added a nice css for the (ajax) exception page, so it's much more readable by default. On 3/22/07, Borut Bolčina <[EMAIL PROTECTED]> wrote: Using Firebug I managed to nail down the problem. Great tool. On 22.3.2007 9:06, Borut Bolčina wrote: > The exception page renders

Re: Strange Exception page T4.1.1

2007-03-22 Thread Borut Bolčina
Using Firebug I managed to nail down the problem. Great tool. On 22.3.2007 9:06, Borut Bolčina wrote: The exception page renders over the content. When I click the plus icon of the Tree component (Tacos 4.1.0-SNAPSHOT on Tapestry 4.1.1) I get unreadable exception page. Can this exception be w