[opencms-dev] Iterate thorugh ArrayList in OpenCms
visser arthur (02VOEMDIAHTKAND)
arthur.visser at student.groept.be
Thu Apr 21 12:07:43 CEST 2005
Hi,
Can anyone tell me how to write a short piece of code to get an ArrayList (Results) from a java bean into the jsp page and iterate through its content?
I can call the Array by using using the usebean command followed by:
<jsp:getProperty name="gebruik" property="results"/>,
but I only get the last value from the Array (which is build in a separate java bean and returned)
What is the code to use this ArrayList in my jsp and iterate through its results?
Your help is much appreciated!
Arthur
More information about the opencms-dev
mailing list