RE: Creating a panel inside an enclosure via an IComponentResolver

2009-09-17 Thread Chris Colman
t a chance to resolve/create it any child components found in the markup first, because a call is made to getChildComponent which assumes the child is there already - and so crashes. > Subject: RE: Creating a panel inside an enclosure via an > IComponentResolver > > > Do you consi

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

Re: Creating a panel inside an enclosure via an IComponentResolver

2009-09-17 Thread Pedro Santos
Do you consider to use jsp for this project? They do the entire servlet based on the tag name.(just kidding) Make sure of remove the old standard EnclosureResolver and add your new one on: getApplication().getPageSettings().getComponentResolvers() http://wicket.apache.org/docs/1.4/org/apache/wick