Re: Question regarding action form

2008-01-02 Thread Manisha M Sathe
ReconThresholBO with new values. Any suggestion is highly appreciated. Thanks Manisha Laurie Harper <[EMAIL PROTECTED]> Sent by: news <[EMAIL PROTECTED]> 01/02/2008 03:09 PM Please respond to "Struts Users Mailing List" To user@struts.apache.org cc Subject

Re: Question regarding action form

2008-01-02 Thread Laurie Harper
Manisha M Sathe wrote: I have a action form public class ReconThresholdEditForm extends ValidatorForm { ... private ReconRuleBO reconRuleBO = new ReconRuleBO(); ... } ReconRuleBO has collection of thresholdsBOs public class ReconRuleBO { ... private Collection thresholdCollection

Question regarding action form

2008-01-02 Thread Manisha M Sathe
I have a action form public class ReconThresholdEditForm extends ValidatorForm { .. private ReconRuleBO reconRuleBO = new ReconRuleBO(); .. } ReconRuleBO has collection of thresholdsBOs public class ReconRuleBO { .. private Collection thresholdCollection = new ArrayList(); } public