On 4/6/06, jelmstrom <[EMAIL PROTECTED]> wrote: > When the application is loaded, these parameters are set (managed by the IOC > framework), however, when my page is reloaded, the state manager is trying > to restore the state, fails and invokes class.newInstance() at this point it > is not managed by the framework, and the property is not set. > Is this a known bug or am I making a simple mistake (I have found no example > of this functionality anywhere, at leats not in newsgroups or on-line > documentation)
I don't think you can make this work under JSF 1.1. It might work under 1.2. It should also work under 1.1 + facelets. I'd recommend creating a subclass for one of the options rather than trying to specify the properties in your configuration file.

