On Wed, 12 Feb 2003, Christopher Willingham wrote:
> What's the feeling out there amoung the struts developers about changing > struts configurations on the fly? Not that it's something I'd want to make > a practice of but I do some cases where it could make life much easier. If your change needs to be reflected in the underlying FooConfig objects and collections, you're going to have a problem -- after the freeze() method is called, any call to a property setter on these things will throw IllegalStateException. The reason for this is so that Struts can access the HashMaps used for internal storage without needing to synchronize, since it knows that the undelrying map cannot be changed by another thread. Craig --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]