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 <html:text property="pAnswer"> 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 <html:text property="PAnswer">, tomcat no
longer gives me any errors.

But I guess pAnswer is the right way to describe my field. What was wrong?

Sincerely,

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to