Re: [Struts 1.2] javax.servlet.jsp.JspException: No getter method for property: "error

2007-08-13 Thread Andreas Hartmann
Hello Paul, but the bean is there - otherwise, the logic:iterate part wouldn't be accessed at all after . I can't understand this. Besides that, I now solved it this way: I put the needed object to an already existing session object. Addressing this way works fine. BTW: The jsp must be: ...

Re: [Struts 1.2] javax.servlet.jsp.JspException: No getter method for property: "error

2007-08-13 Thread Paul Benedict
Make sure you're not redirecting. You will lose request attributes if you do so. On 8/13/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hello! > > I'm getting a currious errormessage, which I'm not understanding with the > background written later on: > > javax.servlet.jsp.JspException: No g

[Struts 1.2] javax.servlet.jsp.JspException: No getter method for property: "error

2007-08-13 Thread andihartmann
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 o