Just use iterate, but maybe like this instead 

>  <html:text name="groups" property="group"/>

and then setup an array in your ActionForm to catch them all when they
are submitted back. 


Juraj Lenharcik wrote:
> 
> Hi,
> 
> I have a bean with an ArrayList. These entries should be presented on the
> jsp as input fields. What is the best way?
> 
> <logic:iterate id="groups" name="adminloginmodules" property="groups">
> <bean:write name="groups" /><br> <== Not bean:write something like
>  <html:text name="adminloginmodules" property="group"/> for each entry
> </logic:iterate>
> 
> Juraj
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

-- Ted Husted, Husted dot Com, Fairport NY US
-- Developing Java Web Applications with Struts
-- Tel: +1 585 737-3463
-- Web: http://husted.com/about/services

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to