Hi
Suppose we have a Person class like this one :
This is a part of code from a
servlet :
which dispatch to this
JSP :
I want to know please how the container know the type of objects within the list to cast them in order to be able to access the id and name
Thanks