Hi
I have a list (allChannels) with channelIds and name(say about 50) and another list(zoneChannels) which contains few channelIds only(say about 5).
What I am expecting here is, when I iterate allChannels list, I want to set the index from zoneChannels Ids to allChannels list and get the value directly. like in
java you can say list.get(1) will return the element.
What I have tried here is
Can anyone help me with how to achive this using
struts tag please?