You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "Rajesh Gaikwad (EHS)" <Ra...@ehs.ericsson.se> on 2002/03/21 04:27:49 UTC

What could be best way to

Hello All,
	I have a Form in which I have a String array.
	I don't want to display the string array.
	I am maintaining it through other setters and getters.
	What I want to do is maintain this array.
	e.g 
	I have 
	FindCustomersModel  extends ActionForm{

			String[] id_Array

			public String[] getId_Array(){
				return id_Array;
			}


			getNextCustomers{
				//Here I am manipulating id_Array
			}

}

What I want is when I get the jsp submitted my previous values in id_Array
should be there

What is the best way to do it

Regards,
Rajesh







--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>