RE: Creating a panel inside an enclosure via an IComponentResolver

2009-09-17 Thread Chris Colman
Do you consider to use jsp for this project? They do the entire servlet based on the tag name.(just kidding) I've done my time in the jsp concentration camp - no more please! =) Make sure of remove the old standard EnclosureResolver and add your new one on: Yes, I've done that. I've made my

RE: Creating a panel inside an enclosure via an IComponentResolver

2009-09-17 Thread Chris Colman
From the stack trace you can see that the EnclosureResolver calls autoAdd which proceeds to do a render and eventually call getChildComponent - which obviously fails. It would seem like there needs to be some call to a resolver invoked for the newly created Enclosure object itself to give it a