Re: What could be best way to

2002-03-20 Thread SharmaA96
Use struts Action Handler and define the define the mapping in the struts config.xml for the form bean .It will take care of it. -- To unsubscribe, e-mail: For additional commands, e-mail:

What could be best way to

2002-03-20 Thread Rajesh Gaikwad (EHS)
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 Actio