Hi All,
Ok . . . like so many others I'm getthing the "No getter method for property: "severity" of bean: "Defects" Error Message . . .
Here are the relevant code snippets
********
JSP ************
*********** Defect.java ***************
In my action class I'm doing a Hibernate fetch which populates a list of Defect Objects and then putting it in Request Scope:
request.setAttribute("Defects", results);
If someone could help me out here I'd appreciate it . . .
Thanks!
Rob