posted 17 years ago
If i understand the logic correctly , the second array list ( inner one ) need to be iterated only once, whatever be its size.Because equal or not equal the flow must exit that inner list.
In that case, instead of the array list, a simple bean can be used right?
Or else write a method in action form which will return the first object of the array List. get that bean and process it.