Granny's Programming Pearls
"inside of every large program is a small program struggling to get out"
JavaRanch.com/granny.jsp
The moose likes Struts and the fly likes Struts 2 display tag Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "Struts 2 display tag" Watch "Struts 2 display tag" New topic
Author

Struts 2 display tag

vamshi gurudu
Greenhorn

Joined: Sep 23, 2008
Posts: 21
Hi All,

I have 2 arraylists one list contains all responses.
Another list having display fields like firstname, lastname etc..

eg: arraylist1 having all responses like a,b,c,d,e.

arraylist 2 having only firstname,lastname

i have to display firstname a
lastname b.

using display tag.

how to get the result.

Thanks.
 
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: Struts 2 display tag
 
Similar Threads
HashMap and For loop issue
Hibernate query question
struts2 s:autocompleter tag usage
Dynamic table generation
Problem in displaying multiple search results