Re: Subcast an element of an array in

2003-06-20 Thread Sandeep Takhar
not sure if you need the type at all. It uses reflection so... This is my understanding, but I seem to remember casting at some point... sandeep --- Romain SEGUY <[EMAIL PROTECTED]> wrote: > Hi, > > I don't manage to cast an element of an array within > the > tag. Here is the problem : > > I

Subcast an element of an array in

2003-06-20 Thread Romain SEGUY
Hi, I don't manage to cast an element of an array within the tag. Here is the problem : I have got a class SuperClass and a class MyClass which extends SuperClass. In a bean, I've got a SuperClass[] array, named myArray. This array contains in fact only MyClass objects. I need to access particu