A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
JavaRanch
»
Java Forums
»
Frameworks
»
Struts
Author
Display Tag pagination
shah rah
Ranch Hand
Joined: Jan 04, 2007
Posts: 124
posted
Jan 30, 2009 08:36:06
0
<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"/>
.
How do I break this complex object Functions using DisplayTag
David Newton
Author
Rancher
Joined: Sep 29, 2008
Posts: 12617
I like...
posted
Jan 30, 2009 10:59:03
0
You should ask on a display-tag forum/list; it's not part of Struts. Someone may be able to assist anyway.
I agree. Here's the link:
http://ej-technologies/jprofiler
- if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
subject: Display Tag pagination
Similar Threads
Display tag error
displaying tag in jsp
i got same exception
DisplayTag Probelm.
Struts 2 Display tag
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter