Re: Elements in collection = null in Struts 2 view

2007-06-08 Thread Nicolás Pace
I will answer myself!!! The problem was that I was using a wrong ognl expression to access the iterator element. The correct expression would be #tel, not tel. Nicolás Pace On 6/7/07, Nicolás Pace [EMAIL PROTECTED] wrote: Hi everyone! Description: The problem is that when i debug this webapp,

Elements in collection = null in Struts 2 view

2007-06-07 Thread Nicolás Pace
Hi everyone! Description: The problem is that when i debug this webapp, inside the servlet i can see the elements inside de modelo.Telefonos collection, but the jsp can't. In the jsp, the collection only have null's, but the correct number of them. (if the collection has 3 elements, there are 3