You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by babu <sb...@calsoft.co.in> on 2004/09/02 17:29:09 UTC

display collection using logic:iterate

Hello,
in struts , i retrieve a collection of data from database and set the data in formbean as a collection .
and i try to display the collection in the respective textfields.[ set each value in textfield], for that i used logic:iterate tag and bean:write and html:text tags. but i am not able to display the value in textfield