Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

how to use displaytag ?

newnetDec 9 2009 — edited Dec 9 2009
Hi all,
I Google and see display have some fantasy way to handle column sorting , I try to
<% request.setAttribute( "test", (ArrayList) session.getAttribute("studentRecords") );%>

<display:table name="test">
  <display:column property="UniversityN" title="ID" />
 
</display:table>
if I give and student_id that suppose return empty I did get Nothing found to display , but if it suppose have something to display I only get ID, by the way the (ArrayList) session.getAttribute("studentRecords") is get form my servle, it work !!
Thank you!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 6 2010
Added on Dec 9 2009
2 comments
138 views