Posted By:
phani_k
Posted On:
Wednesday, November 27, 2002 01:24 AM
Hi,
can any one tell how to use the logic iterator tag.
Here is sample code , how to use logic iterator in it:
REQ_EXAM_SETS=(ArrayList)request.getAttribute"REQ_EXAM_SETS");
for(int i=0;i
{
String[] strArr;
String ss;
strArr=(String[])REQ_EXAM_SETS.get(i);
}
i need to display the values from the string array in the page using the iterator tag