Re: Antwort: Re: problem with multibox

2004-09-07 Thread Deepak
: "Claudia Woestheinrich" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, September 07, 2004 4:29 PM Subject: Antwort: Re: problem with multibox > > ..Thanks that works. > > Now I have in the JSP-Page checkboxes

Antwort: Re: problem with multibox

2004-09-07 Thread Claudia Woestheinrich
..Thanks that works. Now I have in the JSP-Page checkboxes and textfields. I want to write the two values (test,info) in an Map or Array[][]. How must I do this in the ActionForm? Thanks Claudia My JSP: --

Re: problem with multibox

2004-09-07 Thread Deepak
Try, - Original Message - From: "Claudia Woestheinrich" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 07, 2004 1:21 PM Subject: problem with multibox > Hi, > > I have a Proble

problem with multibox

2004-09-07 Thread Claudia Woestheinrich
Hi, I have a Problem with using multiboxes. I want to generate following HTML-Code: Ronja Petra Heini But I became: 2002 Ronja 2003 Petra 2004 Heini What must I do??? Thanks Claudia My JSP-Code: And my Act