I have two Lists. The first list ( numberList) contains two integer elements: [1] and [5] The second list (stringList) contains ten String. I'd like to use EL to display the first and the fifth element of the second list using the number 1 and 5 contained in the first one. I'd like to write something like this using EL: I have two Lists. The first list ( numberList)