Re: Getter / Setter Problem

2005-03-26 Thread Wendy Smoak
From: "Minn M Soe" <[EMAIL PROTECTED]> In JSP, Using gives out "No getter method" error for my pAnswer field, while other fields like "username" are having no problem. But when I changed it to , tomcat no longer gives me any errors. But I guess pAnswer is the right way to describe my field. What w

Getter / Setter Problem

2005-03-26 Thread Minn M Soe
Hello All, I have a form bean with pAnswer as string with getter getPAnswer() and setter setPAnswer(). I used JBuilder's Bean Designer. I also set appropriate entries to struts-config.xml's action-mapping. In JSP, Using gives out "No getter method" error for my pAnswer field, while other fields