Re: T5: Grid bug - Grid is not collection type aware

2008-10-27 Thread Howard Lewis Ship
Glad you found the solution. Yes, when the collection of objects in the grid is not uniform, you should provide the BeanModel explicitly. On Fri, Oct 24, 2008 at 6:04 AM, tapestryphoto <[EMAIL PROTECTED]> wrote: > > Ok, after some experimentation I can see that I can do this by providing a > Bean

Re: T5: Grid bug - Grid is not collection type aware

2008-10-24 Thread tapestryphoto
Ok, after some experimentation I can see that I can do this by providing a BeanModel. p. Quoting tapestryphoto <[EMAIL PROTECTED]>: If the source for a grid is a collection which has a generic type of an abstract class and the list contains concrete classes which are not all of the same s

T5: Grid bug - Grid is not collection type aware

2008-10-24 Thread tapestryphoto
If the source for a grid is a collection which has a generic type of an abstract class and the list contains concrete classes which are not all of the same subclass then it throws: Render queue error in BeginRender[SearchByTag:grid_0.rows.gridcell]: ConcreteB cannot be cast to ConcreteA