I have no idea where that http: came from I pasted this: I do not have ":" and I'm still getting the error. I had to revert to 1.4.1
> <wicket:enclosure child="mediaOutlet.name"> > <div class="details-subhead font-xsmall font-dgray > strong">Media Outlet (<span wicket:id="mediaOutlet.name"/>):<BR> On Dec 3, 2009, at 3:43 PM, Igor Vaynberg wrote: > the colon character is a path separator, if it has worked previously > it was only by mistake. you should not use ids that contain ":" > > -igor > > On Thu, Dec 3, 2009 at 1:40 PM, Douglas Ferguson > <[email protected]> wrote: >> I just upgraded to 1.4.3 from 1.4.0 and now I'm getting this: >> >> org.apache.wicket.WicketRuntimeException:Could not find child with id: >> mediaOutlet.name<http://mediaOutlet.name> in the wicket:enclosure >> org.apache.wicket.markup.html.internal.Enclosure.checkChildComponent(Enclosure.java:220) >> org.apache.wicket.markup.html.internal.Enclosure.ensureAllChildrenPresent(Enclosure.java:262) >> org.apache.wicket.markup.html.internal.Enclosure.onComponentTagBody(Enclosure.java:169) >> org.apache.wicket.Component.renderComponent(Component.java:2617) >> org.apache.wicket.MarkupContainer.onRender(MarkupContainer.java:1512) >> org.apache.wicket.Component.render(Component.java:2448) >> org.apache.wicket.MarkupContainer.autoAdd(MarkupContainer.java:229) >> >> >> <wicket:enclosure child="mediaOutlet.name<http://mediaOutlet.name>"> >> <div class="details-subhead font-xsmall font-dgray strong">Media Outlet >> (<span wicket:id="mediaOutlet.name<http://mediaOutlet.name>"/>):<BR> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
