• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

ArrayList JSP dynaction form

 
Ranch Hand
Posts: 45
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi;
Using dynaAction form I am passing ArrayList object to jsp.
Now I am able to present it as only for tesitng whether data is getting or not


****************************************************************************
<td> </td"><html:text property ="emailAddress"/></div></td>
<td height="20"><div align="center"><html:text property "status"/>
</div></td>
************************************************************************
Now i want to present it in jsp as

EmailAddress Status

bu@gu.comN
gu@guy.comY
ghf@hu.comN


please give me a solution or give sample code with <logic:iterate> if it is the right solution
 
reply
    Bookmark Topic Watch Topic
  • New Topic