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
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
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
3 matches
Mail list logo