Basically trying to identify the permutations under which parameters get
mapped.  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?  Are all beans in an action
reflected upon?  Does this reflection recurse once in the bean?

Scott




On 6/7/07, Dave Newton <[EMAIL PROTECTED]> wrote:

--- [EMAIL PROTECTED] wrote:
> 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 specifically are you referring to? I don't recall
there being anything unusual about how MailReader is
set up, except maybe the catch-all base class.

d.





____________________________________________________________________________________
TV dinner still cooling?
Check out "Tonight's Picks" on Yahoo! TV.
http://tv.yahoo.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--
Scott
[EMAIL PROTECTED]

Reply via email to