aspose file tools
The moose likes Struts and the fly likes passing multiple arrays using single logic iterate Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "passing multiple arrays using single logic iterate" Watch "passing multiple arrays using single logic iterate" New topic
Author

passing multiple arrays using single logic iterate

Prams Coolkarni
Greenhorn

Joined: Nov 01, 2005
Posts: 12
Hi i have been working on Struts from past one month. I am facing a difficulty in logic:iterate tag. I want to pass two Lists at a time using same logic:iterate tag. Is is possible to do this if so how?

Note that the Lists that i want to one shall contain an name and other shall contain the number associated with the name. As a result both of them should be itrated simulteneously so that i can use the value of number associated with the area correctly which could be used by me as a further reference when i need it.

Thanks in advance
PRAMS
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56547
    
  14

Obviously this has nothing to do with Ant. Moved to the Struts forum.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
 
subject: passing multiple arrays using single logic iterate
 
Similar Threads
bean:write, with PRE in OPTION tag
to create dynamic textbox
Data display in table usinf logic:iterate tag
Passing multiple array list using on logic:iterate tag
File Upload on Jsp