iterate DynaActionForm values from a HashMap

2004-01-10 Thread Oliver Thiel
Hi all, I have some troubles out print some DynaActionForm values from a map - using the iterate tag! Can anyone help me? Thanks Oliver CreateForm: DynaActionForm mappedForm2 = (DynaActionForm) form; HashMap mappedForm = new HashMap(); mappedForm.put(username, );

Re: iterate DynaActionForm values from a HashMap

2004-01-10 Thread Mark Lowe
This might work as you have things, but there are more elegant ways of achieving what you want. input name=bean:write name=mappedForm property=key / type=text On 10 Jan 2004, at 15:51, Oliver Thiel wrote: Hi all, I have some troubles out print some DynaActionForm values from a map - using

AW: iterate DynaActionForm values from a HashMap

2004-01-10 Thread Oliver Thiel
resource on that? Thanks again Oliver -Ursprüngliche Nachricht- Von: Mark Lowe [mailto:[EMAIL PROTECTED] Gesendet: Samstag, 10. Januar 2004 17:16 An: Struts Users Mailing List Betreff: Re: iterate DynaActionForm values from a HashMap This might work as you have things, but there are more