new_user19 - 2009-02-02

<display:table name="requestScope.pList" pagesize="10" requestURI="getlistofXXXX.do" >
<display:column property="firstname" title="FIRST NAME"/>
<display:column property="lastname" title="LAST NAME"/>
<display:column property="functions" title="functions"/>
</display:table>

I am gettiing [com.hibernate.functionspersistence.Functions@68d8c05e] for the <display:column property="functions" title="functions"/>.

Functions has id and functionname as properties. I need to display functionname.

How do I break this complex object Functions using DisplayTag ?