On Sat, 01 Mar 2003, Neeme Praks <neeme@apache.org> wrote:
> storeElement() method silently returns, if the tag does not support
> the specified element.
This is because storeElement can never be called without calling
createElement before that from within Ant. It may be different from
within Jelly, I don't know.
> I also fixed the supportsNestedElement() check as it did not check
> for nestedStorers, only for nestedCreators.
nestedStorers' keys are a subset of nestedCreators' keys, aren't they?
So checking for the later should be sufficient.
Stefan
|