I think I just encountered a "feature" in the way S2 handles parameters. My Action contains a bean private Foo foo and contains getters/setters. Foo has a property bar. My web page is passing the parameter Foo.bar and the Action is finding getFoo using Foo rather than foo! Is this designed to work this way?
Also, is there a document that describes how the parameters are applied to bean(s)? The way to name things still seems a bit of a mystery to me. For example, in the MailReader demo, the web page names are not prefixed with the bean name in the Action class, yet it seems to be working! What is this magic that finds and populates bean properties? -- Scott [EMAIL PROTECTED]