getter « Struts « JSP-Servlet Q&A





1. struts2: accessing getters of action class in jsp without creating object    stackoverflow.com


I am working on struts2. In my action class I have written some accessors (setter-getter). Now, suppose this action class is returning SUCCESS and in struts.xml I am open a ...

2. [Struts 1.2] javax.servlet.jsp.JspException: No getter method for property: "error    struts.1045723.n5.nabble.com

Hello! I'm getting a currious errormessage, which I'm not understanding with the background written later on: javax.servlet.jsp.JspException: No getter method for property: "errorm" of bean: "camp" Background: The bean camp is set while validating, because an error happened. Therefore, the original page is shown again, the errormessage is shown and the bean camp is correctly detected. But the property errorm can't ...