hi all,
 
this is my jsp code and i want to display this vector of vectors in text fields with each inner vector in a row and each element in innervector in a textfield
 
can anyone tell me how do i do this???
 
<logic:iterate id="outer" name="myBean" property="records">
   <logic:iterate id="inner" name="outer" >
       <html:text name="inner" property="value"/>
   
   </logic:iterate>

  </logic:iterate>
 
 
thanx,
rama

Reply via email to