At 7:13 AM -0600 3/31/05, Hubert Rabago wrote:
"subForm" can no longer just provide the minimum required when
overriding/extending properties. It either specifies the form
property fully, or accepts what the base config provides it. This
would make it consistent with how s deal with s and
s.
Comm
> -Original Message-
> From: Joe Germuska [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, March 23, 2005 12:41 PM
> To: Hubert Rabago; Struts Developers List
> Subject: Re: Adventures with configuration inheritance
>
> I disagree with this interpretation. For what it's worth, my
> assumptio
> > In a lot of cases, we do have null values. In most (if not all) of
> > those cases, a null value is used to test for the presence of a value
> > and affects behavior. For instance, let's take the "attribute"
> > property for an action mapping.
> >
> >
> >
> >
> > /sub can't be configured
> In a lot of cases, we do have null values. In most (if not all) of
> those cases, a null value is used to test for the presence of a value
> and affects behavior. For instance, let's take the "attribute"
> property for an action mapping.
>
>
>
>
> /sub can't be configured to stop using "cus
In a lot of cases, we do have null values. In most (if not all) of
those cases, a null value is used to test for the presence of a value
and affects behavior. For instance, let's take the "attribute"
property for an action mapping.
/sub can't be configured to stop using "customAttr". The clo
That is an interesting problem. We had a similar problem with
unmarshalled XML using JAXB. We had an optional number field, but found
if we unmarshalled that into an int, we had no way of telling it was
defined or not. We ended up using Integer or BigInteger so at least we
could tell if it
Updated diffs, if anyone is interested, are in
http://www.rabago.net/struts/configinheritance/ .
If anybody gets a chance, please take a look, ask questions, make
suggestions or comments. If I don't hear from anybody in a couple of
days, I will go ahead and commit these changes.
Known limitation