Hi I am Iterating an arraylist on my
jsp and the framework I am using is
struts 1.2
the list contains three properties fldcode,fldvalue and id...
and again in id i have 2 values say messageid and type
now the logic i am using to iterate the list is shown below
in the above code I am getting the values from fldcode and fldvalue...but the id that contains messageid is also suppose to view here but i am not able to get it. here i am using logic:iterator and in that to iterate messageid again i am using it again..but not getting it properly..am i using an incorrect logic or how can i do it please help me out
list mylist contain
-fldcode
-fldvalue
-id ......id contains
--messageid
--type
want to iterate
fldcode
fldvalue
id.messageid
thanks in advance
kaustubh