Re: Antwort: Re: problem with multibox

2004-09-07 Thread Deepak
 Form:
--- 
 public ArrayList getTest() {
return mTest;
  }

  public void setTest(ArrayList test) {
mTest = test;
  }

  public Item getItem(int i) {
return (Item)mTest.get(i);
  }

  private ArrayList mTest;
  
JSP:
-







- Original Message - 
From: "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 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:
> 
> 
>  
> 
>  
>  
> 
> 
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 



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



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:


 

 
 




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