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 How to find Index of an ArrayList in struts 2 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "How to find Index of an ArrayList in struts 2" Watch "How to find Index of an ArrayList in struts 2" New topic
Author

How to find Index of an ArrayList in struts 2

Abdul Mujeeb Md
Greenhorn

Joined: Aug 25, 2008
Posts: 26
Hi,

How to get the index of an ArrayList and pass it to some javascript method?

Thanks.
Ranveer K Kumar
Ranch Hand

Joined: Sep 13, 2009
Posts: 64


How to get the index of an ArrayList and pass it to some javascript method?


More detail is expected in your query...
or
is this your mean



Abdul Mujeeb Md
Greenhorn

Joined: Aug 25, 2008
Posts: 26
Hi Ranveer,

I wanted to retirieve the index of the arrayList using Struts 2, which i have written in the Subject of this mail.

However the code goes this way:


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: How to find Index of an ArrayList in struts 2
 
Similar Threads
Sorting it out
how to use javascript value in java
Random Queue
Remove a char from ArrayList
IndexOutOfBoundsException on out of order ArrayList.add()