Are you sure it doesn't work? I haven't used a "regular" ActionForm for a while, but I am/was convinced BeanUtils handled this, since it uses the standard property descriptors for a bean to get the read method - which it then invokes to get the property value.
Niall ----- Original Message ----- From: "Rick Reumann" <[EMAIL PROTECTED]> Sent: Monday, February 27, 2006 7:11 PM Are there any plans to allow boolean ActionForm bean properties to work correctly with the isSomeProperty vs having to use getSomeProperty? Unless I'm crazy, it seems that the property of an html:form element has to evaluate getSomeProperty in the ActionForm in order to work correctly. (isWhatever is valid according to the Java bean spec isn't it?) -- Rick --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]