is there anyway to store the previous added lateExtraAmount

2007-06-05 Thread prasad kumar
hi, iam using struts, i have one class i.e LateExtra,in this class i have wriiten the code like below double lateExtraAmount = calc.calculateLateExtra(currentContract); from the above iam getting the lateExtraAmount for ex:intially the amount is 2000 After t

is there anyway to store the previous added lateExtraAmount

2007-06-05 Thread prasad kumar
hi, iam using struts, i have one class i.e LateExtra,in this class i have wriiten the code like below double lateExtraAmount = calc.calculateLateExtra(currentContract); from the above iam getting the lateExtraAmount for ex:intially the amount is 2000 After th

is there anyway to store the previous added lateExtraAmount?

2007-06-05 Thread prasad kumar
hi, iam using struts, i have one class i.e LateExtra,in this class i have wriiten the code like below double lateExtraAmount = calc.calculateLateExtra(currentContract); from the above iam getting the lateExtraAmount for ex:intially the amount is 2000 After that i Updated the amo

is there anyway to store the previous added lateExtraAmount?

2007-06-05 Thread prasad kumar
hi, iam using struts, i have one class i.e LateExtra,in this class i have wriiten the code like below double lateExtraAmount = calc.calculateLateExtra(currentContract); from the above iam getting the lateExtraAmount for ex:intially the amount is 2000 After that i Updated the am

javax.servlet.jsp.JspException: No getter method available for property

2007-05-02 Thread prasad kumar
I am trying to populate an html drop down with the Struts select and options tags. The cancelList bean referenced in the collection is an ArrayList of struts LabelValue beans. Here is the tag snippet: --Select-- The stack trace(below) indi

javax.servlet.jsp.JspException: No getter method available for property

2007-05-02 Thread prasad kumar
I am trying to populate an html drop down with the Struts select and options tags. The cancelList bean referenced in the collection is an ArrayList of struts LabelValue beans. Here is the tag snippet: --Select-- The stack trace(below) indi