Hello everybody,


i use the display tags with el extension. That's nice but i get a strange problem.
Here is my code:

<display-el:table name="personList"
        cellspacing="1"
        cellpadding="0"
        styleClass="list"
        id="person">
  <display-el:column property="name"
                    titleKey="person.name" sortable="true" headerClass="sortable"
                    url=""
                   />
  <display-el:column property="firstName" sortable="true" headerClass="sortable" titleKey="person.firstName"/>
  </display-el:table>

The problem is that for every row, i have the same value for person.id and it's the value of the first person(row)...

Is it normal? Is is bad used?

Thanks.

regard

Reply via email to