| Author |
No getter method for property givenqty of bean givenvalform
|
Praveen palukuri
Ranch Hand
Joined: Feb 10, 2005
Posts: 65
|
|
hi, i'm new to struts, i have the following problem when runniny my small appl "No getter method for property givenqty of bean givenvalform" it seems everything is correct to me, but i don't know where the problem. the code follows: "GivenValForm Bean" public class GivenValForm { protected String givenqty; //set the given quantity public void setGivenqty(String givenqty) { this.givenqty = givenqty; } // get the given quantity public String getGivenqty() { return this.givenqty; } } // end of GivenValForm {}
|
 |
 |
|
|
subject: No getter method for property givenqty of bean givenvalform
|
|
|