YOu are not using the correct naming pattern for your bean.
The getter and setter methods should be named
 
getThePrice() / setThePrice()
 
because your variable is named thePrice.
Ofcourse you could rename your variable into price or construct a beandescriptro that explains that your getter and setter methods are named differently.
 
Stefan

Reply via email to