On Mon, 18 Aug 2003, James Childers wrote:

>
> Don't rely on debug output when dealing with getters and setters for
> Forms. It's been my experience that this can be deceptive, since Struts
> apparently uses reflection when dealing with Form member variables.
>

While it is true that reflection is used, the property getter and setter
methods are still called.  Struts does not introspect the instance
variables of the bean; indeed, it does not care whether there even is such
a thing.  All it cares about is the getter and setter Method values
returned in the PropertyDescriptor for a particular property.

Craig

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

Reply via email to