I tried the following:
<display:table name="tickets" id="ticket" >
<display:column property="id" url="/ticket/${ticket.id}"
decorator="my.IdColumnDecorator" />
While the EL resolves, it seems to result in ${ticket} being stuck on the
first item in the list. If I do this instead it works:
<display:column><a href="<c:url value='/ticket/${ticket.id}'/>">${ticket.id
}</a></display:column>
But that workaround renders my decorator useless.
Is this a known issue? Am I doing something wrong? I searched the issue
tracker but didn't come across anything.
Thanks
Rob
------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user