[Shale] Property in ViewController Backing Bean is null

2006-02-10 Thread Peter Goetz
Hi there! I'm new to Struts, to Shale and to this list, so excuse if I'm asking dumb questions. I have a simple .jsp (personmaintenance.jsp), backed by a backing bean (PersonMaintenance.class. In the jsp I have buttons with actions "save", "edit", "delete", "create", for which I defined the co

Re: [Shale] Property in ViewController Backing Bean is null

2006-02-10 Thread Peter Goetz
there were no messages. It's also possible that an exception is getting eaten somewhere along the way ... check the log file of your servlet container as well for any stack traces. Craig On 2/10/06, Peter Goetz <[EMAIL PROTECTED]> wrote: Hi there! I'm new to Struts, to Shale

Re: [Shale] Property in ViewController Backing Bean is null

2006-02-11 Thread Peter Goetz
direction? Thanks a lot, I will name my first child after you, if my wife doesn't complain. :) Have a nice weekend! Peter Craig McClanahan wrote: On 2/10/06, Peter Goetz <[EMAIL PROTECTED]> wrote: Hello Craig, thank you very much, I didn't know that the action method is not

Re: [Shale] Property in ViewController Backing Bean is null

2006-02-14 Thread Peter Goetz
ild after you, if my wife doesn't complain. :) Have a nice weekend! Peter Craig McClanahan wrote: On 2/10/06, Peter Goetz <[EMAIL PROTECTED]> wrote: Hello Craig, thank you very much, I didn't know that the action method is not executed when a validation error occurs. That see