hi,
this is the way i have made the declarations
List AHVSalaryList=new ArrayList();
AHVSalaryList.add(new Double(PersonBean.getAHVSalary()));
and getAHVSalary() returns double.
double AHVSalarySum = 0.0;
but when i do...
hi casey,
thanx for ur help. but i am still in trouble.
this is the way i have made the declarations
List AHVSalaryList=new ArrayList();
AHVSalaryList.add(new Double(PersonBean.getAHVSalary()));
and getAHVSalary() returnd double.
double AHVSalarySum = 0.0;
but...
hi,
i am trying to put some integer vales from the instance of a class to a List by
List sexList=new ArrayList();
sexList.add(Integer(PersonBean.getSex())); in a jsp page. but when i run the page i get an
error
Icompatible type for method. Can't convert double to...
hi,
i am trying to put some integer vales from the instance of a class to a List by
List sexList=new ArrayList();
sexList.add(Integer(PersonBean.getSex())); in a jsp page. but when i run the page i get an
error
Icompatible type for method. Can't convert double to...
hi ,
i got a few jsp doubts. could anyone please help me?
i am want use of many instance of a class in a jsp page. how is this possible.
class Isured{
public int getCost(){
return cost;
}
public void setCost}
........;
}
}
and there are two or more instances of this...
hi,
i got a class and its instances have different values. what i meant was that i wanted to display all those values in the jsp page.
is using the vector a correct method? if so could u please explain it to me.
regards,
Rabix
hi,
i have got a jsp page which has to take the value from the instance of a class and display it. for a single instance i am able to display the values. if the class has two or more instances how do i itrate the values and display it in a jsp page.
basically i want to know how the values...
hi,
thanx for ur solution.
i have got a jsp page which has to take the value from the instance of a class and display it. for a single instance i am able to display the values. if the class has two or more instances how do i itrate the values and display it in a jsp page.
please help me...
hi,
i have got a jsp page which has to take the value from the instance of a class and display it. for a single instance i am able to display the values. if the class has two or more instances how do i itrate the values and display it in a jsp page.
please help me on this.
regards,
Rabis
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.