my question is how do we print the arraylist element when the index is another variable? eg. <td><c:out value="${PARENT_MODULE[module.moduleId]}"> </c:out></td> here.. module.moduleId is a variable. Thanks
Post your Comment
how to use [] when the index is another variableShubham February 25, 2013 at 3:54 PM
my question is how do we print the arraylist element when the index is another variable? eg. <td><c:out value="${PARENT_MODULE[module.moduleId]}"> </c:out></td> here.. module.moduleId is a variable. Thanks
Post your Comment