Re: javax.servlet.jsp.JspException: No getter method for property id of bean driver

2004-04-19 Thread ganesh g
Make sure ur form bean has the methods like getTeacher() and setTeacher() Ganesh _ The latest games ‘n gizmos. Tech news ‘n downloads. http://www.msn.co.in/Computing/ All this at a single click. -

Re: javax.servlet.jsp.JspException: No getter method for property id of bean driver

2004-04-19 Thread JavaSoft
Check all input object names (textfield, checkbox, select).. those names should be as your form bean attribute --- as as <[EMAIL PROTECTED]> wrote: > > HI > > I get the error belw: > > javax.servlet.jsp.JspException: No getter method for > property id of bean

javax.servlet.jsp.JspException: No getter method for property id of bean driver

2004-04-16 Thread as as
HI I get the error belw: javax.servlet.jsp.JspException: No getter method for property id of bean driver while the only variable "id" taht i am using is in the line below in my jsp.. any clue why his error is coming Thanks a lot for the