Results 1 to 1 of 1
Thread: Struts2 display tag Issue
- 02-26-2009, 06:03 PM #1
Member
- Join Date
- Feb 2009
- Posts
- 1
- Rep Power
- 0
Struts2 display tag Issue
Hello,
I am using display tag to display a list of objects but the <display:table> tag does not shows the result on the jsp . I printed out the attribute values of the object so I know that <dispaly:table> is accessing the getters of the object. But I have no idea why it wont display anything on the jsp. The code is as follows:-
where records is a list of records type object. The getter of records list is in the action class.Java Code:<display:table name="${records}" requestURI= "/action/path.do" export="true" sort="list" />
I have also tried using <s:set> tag to access the list but same result :'(
Please help!!!!!!
Similar Threads
-
struts2
By catchme33 in forum Web FrameworksReplies: 4Last Post: 03-25-2009, 10:35 PM -
Issue in calendar display
By jeeva in forum New To JavaReplies: 1Last Post: 01-14-2009, 01:19 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks