You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Douglas Ferguson <do...@douglasferguson.us> on 2009/12/03 22:40:36 UTC

wicket enclosure not finding child!?

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>

Global FeedbackPanel and ComponentFeedbackPanel on the same Page ?

Posted by bh...@actrix.gen.nz.
Hi,

It appears that Wicket already has everything I need:

- A global FeedbackPanel for any messages not necessarily associated
with components (a call error(...) displays the message on it)

- An individual ComponentFeedbackPanel for messages belonging to and
displayed in context of components.


My question is: Should I use both on the same page, and if so, how?

When I use both, then an error filtered by a ComponentFeedbackPanel is
also filtered by FeedbackPanel and the error is displayed twice, in
both panels.

I tried to avoid this by:

IFeedbackMessageFilter filter = new IFeedbackMessageFilter(){

    public boolean accept(FeedbackMessage message) {
        return ! message.isRendered();
    }

};

FeedbackPanel feedbackPanel = new FeedbackPanel("feedback", filter);

ComponentFeedbackPanel componenFeedbackPanel = new
ComponentFeedbackPanel("fedbackText", textField);

But this simple approach fails because FeedbackPanel gets the message
before ComponentFeedbackPanel :(

I would rather not add a not-to-do list to FeedbackPanel, as I would
really like to keep this simple. Especially because
message.isRendered() looks useful.

Any ideas?

Many thanks.

Bernard

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: wicket enclosure not finding child!?

Posted by Major Péter <ma...@sch.bme.hu>.
Yes:
http://www.jeremythomerson.com/blog/2008/11/wicket-quickstart-tutorial/

Peter

2009-12-04 00:13 keltezéssel, Douglas Ferguson írta:
> Are there instructions for this?
> 
> D/
> 
> On Dec 3, 2009, at 4:51 PM, Igor Vaynberg wrote:
> 
>> create a quickstart or a testcase and attach it to the jira issue
>>
>> -igor
>>
>> On Thu, Dec 3, 2009 at 2:18 PM, Douglas Ferguson
>> <do...@douglasferguson.us> wrote:
>>> 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
>>>> <do...@douglasferguson.us> 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: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: wicket enclosure not finding child!?

Posted by Roman Uhlig <ro...@knve.de>.
I just upgraded from 1.4.1 to 1.4.6 and now I'm getting this error too
without changing anything else in my source code:

04 Feb 2010 16:01:20,352 ERROR [org.apache.wicket.RequestCycle:1521] Could
not find child with id: object_title_classification_prefix in the
wicket:enclosure
org.apache.wicket.WicketRuntimeException: Could not find child with id:
object_title_classification_prefix in the wicket:enclosure
        at
org.apache.wicket.markup.html.internal.Enclosure.checkChildComponent(Enclosure.java:220)
        at
org.apache.wicket.markup.html.internal.Enclosure.ensureAllChildrenPresent(Enclosure.java:262)
        at
org.apache.wicket.markup.html.internal.Enclosure.onComponentTagBody(Enclosure.java:169)
        at org.apache.wicket.Component.renderComponent(Component.java:2619)
        at
org.apache.wicket.MarkupContainer.onRender(MarkupContainer.java:1512)
        at org.apache.wicket.Component.render(Component.java:2450)
        at
org.apache.wicket.MarkupContainer.autoAdd(MarkupContainer.java:229)
        at
org.apache.wicket.markup.resolver.EnclosureResolver.resolve(EnclosureResolver.java:61)
        at
org.apache.wicket.markup.resolver.ComponentResolvers.resolve(ComponentResolvers.java:81)
        at
org.apache.wicket.MarkupContainer.renderNext(MarkupContainer.java:1418)
        at
org.apache.wicket.MarkupContainer.renderComponentTagBody(MarkupContainer.java:1577)
        at
org.apache.wicket.MarkupContainer.onComponentTagBody(MarkupContainer.java:1501)
        at org.apache.wicket.Component.renderComponent(Component.java:2619)
        at
org.apache.wicket.MarkupContainer.onRender(MarkupContainer.java:1512)
        at org.apache.wicket.Component.render(Component.java:2450)
        at
org.apache.wicket.markup.repeater.AbstractRepeater.renderChild(AbstractRepeater.java:122)
        at
org.apache.wicket.markup.repeater.AbstractRepeater.onRender(AbstractRepeater.java:103)
        at org.apache.wicket.Component.render(Component.java:2450)
        at
org.apache.wicket.MarkupContainer.renderNext(MarkupContainer.java:1414)
        at
org.apache.wicket.MarkupContainer.renderComponentTagBody(MarkupContainer.java:1577)
        at
org.apache.wicket.MarkupContainer.onComponentTagBody(MarkupContainer.java:1501)
        at org.apache.wicket.Component.renderComponent(Component.java:2619)
        at
org.apache.wicket.MarkupContainer.onRender(MarkupContainer.java:1512)
        at org.apache.wicket.Component.render(Component.java:2450)
        at
org.apache.wicket.MarkupContainer.autoAdd(MarkupContainer.java:229)
        at
org.apache.wicket.markup.resolver.MarkupInheritanceResolver.resolve(MarkupInheritanceResolver.java:66)
        at
org.apache.wicket.markup.resolver.ComponentResolvers.resolve(ComponentResolvers.java:81)
        at
org.apache.wicket.MarkupContainer.renderNext(MarkupContainer.java:1418)
        at
org.apache.wicket.MarkupContainer.renderComponentTagBody(MarkupContainer.java:1577)
        at
org.apache.wicket.MarkupContainer.onComponentTagBody(MarkupContainer.java:1501)
        at org.apache.wicket.Component.renderComponent(Component.java:2619)
        at
org.apache.wicket.MarkupContainer.onRender(MarkupContainer.java:1512)
        at org.apache.wicket.Component.render(Component.java:2450)
        at
org.apache.wicket.MarkupContainer.autoAdd(MarkupContainer.java:229)
        at
org.apache.wicket.markup.resolver.MarkupInheritanceResolver.resolve(MarkupInheritanceResolver.java:73)
        at
org.apache.wicket.markup.resolver.ComponentResolvers.resolve(ComponentResolvers.java:81)
        at
org.apache.wicket.MarkupContainer.renderNext(MarkupContainer.java:1418)
        at
org.apache.wicket.MarkupContainer.renderAll(MarkupContainer.java:1528)
        at org.apache.wicket.Page.onRender(Page.java:1565)
        at org.apache.wicket.Component.render(Component.java:2450)
        at org.apache.wicket.Page.renderPage(Page.java:914)
        at
org.apache.wicket.request.target.component.BookmarkablePageRequestTarget.respond(BookmarkablePageRequestTarget.java:261)
        at
org.apache.wicket.request.AbstractRequestCycleProcessor.respond(AbstractRequestCycleProcessor.java:105)
        at
org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:1258)
        at org.apache.wicket.RequestCycle.step(RequestCycle.java:1329)
        at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1428)
        at org.apache.wicket.RequestCycle.request(RequestCycle.java:545)
        at
org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:479)
        at
org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:312)
        at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Unknown
Source)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(Unknown
Source)
        at org.apache.catalina.core.StandardWrapperValve.invoke(Unknown
Source)
        at org.apache.catalina.core.StandardContextValve.invoke(Unknown
Source)
        at org.apache.catalina.core.StandardHostValve.invoke(Unknown Source)
        at org.apache.catalina.valves.ErrorReportValve.invoke(Unknown
Source)
        at org.apache.catalina.core.StandardEngineValve.invoke(Unknown
Source)
        at org.apache.catalina.connector.CoyoteAdapter.service(Unknown
Source)
        at org.apache.coyote.http11.Http11Processor.process(Unknown Source)
        at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Unknown
Source)
        at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(Unknown Source)
        at java.lang.Thread.run(Thread.java:619)


HTML:

<wicket:enclosure child="object_title_classification">
     
     
</wicket:enclosure>

-- 
View this message in context: http://old.nabble.com/wicket-enclosure-not-finding-child%21--tp26633699p27452225.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: wicket enclosure not finding child!?

Posted by Douglas Ferguson <do...@douglasferguson.us>.
I'm still getting the error from the trunk.

D/

On Dec 6, 2009, at 9:00 PM, Major Péter wrote:

> Hi,
>
> svn co http://svn.apache.org/repos/asf/wicket/branches/wicket-1.4.x/
> mvn -Dmaven.test.skip=true install
>
> that's all you need to do.
>
> Regards,
> Peter
>
> 2009-12-07 03:57 keltezéssel, Douglas Ferguson írta:
>> The project has several dependencies, do I have to check out all or is there a master project?
>>
>>              <dependency>
>>                      <groupId>org.apache.wicket</groupId>
>>                      <artifactId>wicket</artifactId>
>>                      <version>${wicket.version}</version>
>>              </dependency>
>>              <dependency>
>>                      <groupId>org.apache.wicket</groupId>
>>                      <artifactId>wicket-extensions</artifactId>
>>                      <version>${wicket.version}</version>
>>              </dependency>
>>              <dependency>
>>                      <groupId>org.apache.wicket</groupId>
>>                      <artifactId>wicket-datetime</artifactId>
>>                      <version>${wicket.version}</version>
>>              </dependency>
>>              <dependency>
>>                      <groupId>org.apache.wicket</groupId>
>>                      <artifactId>wicket-guice</artifactId>
>>                      <version>${wicket.version}</version>
>>              </dependency>
>>              <dependency>
>>                      <groupId>aopalliance</groupId>
>>                      <artifactId>aopalliance</artifactId>
>>                      <version>1.0</version>
>>              </dependency>
>>
>>
>> On Dec 5, 2009, at 11:07 AM, Igor Vaynberg wrote:
>>
>>> build it from source
>>>
>>> svn checkout
>>> mvn install
>>>
>>> -igor
>>>
>>> On Sat, Dec 5, 2009 at 7:25 AM, Douglas Ferguson
>>> <do...@douglasferguson.us> wrote:
>>>> What snapshot should I use?
>>>>
>>>> I tried using 1.4.4-SNAPSHOT but that doesn't work.
>>>> and 1.4-SNAPSHOT has a date of 10/31
>>>>
>>>> D/
>>>>
>>>>
>>>>> On Dec 4, 2009, at 12:45 AM, Girts Ziemelis wrote:
>>>>>
>>>>>> You might want to try first the development snapshot first. There is
>>>>>> additional enclosure fix  waiting for 1.4.4:
>>>>>> https://issues.apache.org/jira/browse/WICKET-2519?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
>>>>>>
>>>>>> Do not know, if this will fix your problem, but might be worth a try
>>>>>> before you create a quickstart ...
>>>>>>
>>>>>> Douglas Ferguson wrote:
>>>>>>> Are there instructions for this?
>>>>>>>
>>>>>>> D/
>>>>>>>
>>>>>>> On Dec 3, 2009, at 4:51 PM, Igor Vaynberg wrote:
>>>>>>>
>>>>>>>
>>>>>>>> create a quickstart or a testcase and attach it to the jira issue
>>>>>>>>
>>>>>>>> -igor
>>>>>>>>
>>>>>>>> On Thu, Dec 3, 2009 at 2:18 PM, Douglas Ferguson
>>>>>>>> <do...@douglasferguson.us> wrote:
>>>>>>>>
>>>>>>>>> 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
>>>>>>>>>> <do...@douglasferguson.us> 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: users-unsubscribe@wicket.apache.org
>>>>>>>>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>> ---------------------------------------------------------------------
>>>>>>>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>>>>>>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>> ---------------------------------------------------------------------
>>>>>>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>>>>>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> ---------------------------------------------------------------------
>>>>>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>>>>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>>>>>
>>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>>>
>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>>
>>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>> For additional commands, e-mail: users-help@wicket.apache.org
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: wicket enclosure not finding child!?

Posted by Major Péter <ma...@sch.bme.hu>.
Hi,

svn co http://svn.apache.org/repos/asf/wicket/branches/wicket-1.4.x/
mvn -Dmaven.test.skip=true install

that's all you need to do.

Regards,
Peter

2009-12-07 03:57 keltezéssel, Douglas Ferguson írta:
> The project has several dependencies, do I have to check out all or is there a master project?
> 
> 		<dependency>
> 			<groupId>org.apache.wicket</groupId>
> 			<artifactId>wicket</artifactId>
> 			<version>${wicket.version}</version>
> 		</dependency>
> 		<dependency>
> 			<groupId>org.apache.wicket</groupId>
> 			<artifactId>wicket-extensions</artifactId>
> 			<version>${wicket.version}</version>
> 		</dependency>
> 		<dependency>
> 			<groupId>org.apache.wicket</groupId>
> 			<artifactId>wicket-datetime</artifactId>
> 			<version>${wicket.version}</version>
> 		</dependency>
> 		<dependency>
> 			<groupId>org.apache.wicket</groupId>
> 			<artifactId>wicket-guice</artifactId>
> 			<version>${wicket.version}</version>
> 		</dependency>
> 		<dependency>
> 			<groupId>aopalliance</groupId>
> 			<artifactId>aopalliance</artifactId>
> 			<version>1.0</version>
> 		</dependency>
> 
> 
> On Dec 5, 2009, at 11:07 AM, Igor Vaynberg wrote:
> 
>> build it from source
>>
>> svn checkout
>> mvn install
>>
>> -igor
>>
>> On Sat, Dec 5, 2009 at 7:25 AM, Douglas Ferguson
>> <do...@douglasferguson.us> wrote:
>>> What snapshot should I use?
>>>
>>> I tried using 1.4.4-SNAPSHOT but that doesn't work.
>>> and 1.4-SNAPSHOT has a date of 10/31
>>>
>>> D/
>>>
>>>
>>>> On Dec 4, 2009, at 12:45 AM, Girts Ziemelis wrote:
>>>>
>>>>> You might want to try first the development snapshot first. There is
>>>>> additional enclosure fix  waiting for 1.4.4:
>>>>> https://issues.apache.org/jira/browse/WICKET-2519?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
>>>>>
>>>>> Do not know, if this will fix your problem, but might be worth a try
>>>>> before you create a quickstart ...
>>>>>
>>>>> Douglas Ferguson wrote:
>>>>>> Are there instructions for this?
>>>>>>
>>>>>> D/
>>>>>>
>>>>>> On Dec 3, 2009, at 4:51 PM, Igor Vaynberg wrote:
>>>>>>
>>>>>>
>>>>>>> create a quickstart or a testcase and attach it to the jira issue
>>>>>>>
>>>>>>> -igor
>>>>>>>
>>>>>>> On Thu, Dec 3, 2009 at 2:18 PM, Douglas Ferguson
>>>>>>> <do...@douglasferguson.us> wrote:
>>>>>>>
>>>>>>>> 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
>>>>>>>>> <do...@douglasferguson.us> 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: users-unsubscribe@wicket.apache.org
>>>>>>>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>>>>>>>
>>>>>>>>>
>>>>>>>> ---------------------------------------------------------------------
>>>>>>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>>>>>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>> ---------------------------------------------------------------------
>>>>>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>>>>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>> ---------------------------------------------------------------------
>>>>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>>>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>>>>
>>>>>>
>>>>>
>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>>
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>> For additional commands, e-mail: users-help@wicket.apache.org
>>
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: wicket enclosure not finding child!?

Posted by Douglas Ferguson <do...@douglasferguson.us>.
The project has several dependencies, do I have to check out all or is there a master project?

		<dependency>
			<groupId>org.apache.wicket</groupId>
			<artifactId>wicket</artifactId>
			<version>${wicket.version}</version>
		</dependency>
		<dependency>
			<groupId>org.apache.wicket</groupId>
			<artifactId>wicket-extensions</artifactId>
			<version>${wicket.version}</version>
		</dependency>
		<dependency>
			<groupId>org.apache.wicket</groupId>
			<artifactId>wicket-datetime</artifactId>
			<version>${wicket.version}</version>
		</dependency>
		<dependency>
			<groupId>org.apache.wicket</groupId>
			<artifactId>wicket-guice</artifactId>
			<version>${wicket.version}</version>
		</dependency>
		<dependency>
			<groupId>aopalliance</groupId>
			<artifactId>aopalliance</artifactId>
			<version>1.0</version>
		</dependency>


On Dec 5, 2009, at 11:07 AM, Igor Vaynberg wrote:

> build it from source
> 
> svn checkout
> mvn install
> 
> -igor
> 
> On Sat, Dec 5, 2009 at 7:25 AM, Douglas Ferguson
> <do...@douglasferguson.us> wrote:
>> What snapshot should I use?
>> 
>> I tried using 1.4.4-SNAPSHOT but that doesn't work.
>> and 1.4-SNAPSHOT has a date of 10/31
>> 
>> D/
>> 
>> 
>>> On Dec 4, 2009, at 12:45 AM, Girts Ziemelis wrote:
>>> 
>>>> You might want to try first the development snapshot first. There is
>>>> additional enclosure fix  waiting for 1.4.4:
>>>> https://issues.apache.org/jira/browse/WICKET-2519?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
>>>> 
>>>> Do not know, if this will fix your problem, but might be worth a try
>>>> before you create a quickstart ...
>>>> 
>>>> Douglas Ferguson wrote:
>>>>> Are there instructions for this?
>>>>> 
>>>>> D/
>>>>> 
>>>>> On Dec 3, 2009, at 4:51 PM, Igor Vaynberg wrote:
>>>>> 
>>>>> 
>>>>>> create a quickstart or a testcase and attach it to the jira issue
>>>>>> 
>>>>>> -igor
>>>>>> 
>>>>>> On Thu, Dec 3, 2009 at 2:18 PM, Douglas Ferguson
>>>>>> <do...@douglasferguson.us> wrote:
>>>>>> 
>>>>>>> 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
>>>>>>>> <do...@douglasferguson.us> 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: users-unsubscribe@wicket.apache.org
>>>>>>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>>>>>> 
>>>>>>>> 
>>>>>>> ---------------------------------------------------------------------
>>>>>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>>>>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>>>>> 
>>>>>>> 
>>>>>>> 
>>>>>> ---------------------------------------------------------------------
>>>>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>>>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>>>> 
>>>>>> 
>>>>> 
>>>>> 
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>>> 
>>>>> 
>>>> 
>>> 
>>> 
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>> For additional commands, e-mail: users-help@wicket.apache.org
>>> 
>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>> For additional commands, e-mail: users-help@wicket.apache.org
>> 
>> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: wicket enclosure not finding child!?

Posted by Igor Vaynberg <ig...@gmail.com>.
build it from source

svn checkout
mvn install

-igor

On Sat, Dec 5, 2009 at 7:25 AM, Douglas Ferguson
<do...@douglasferguson.us> wrote:
> What snapshot should I use?
>
> I tried using 1.4.4-SNAPSHOT but that doesn't work.
> and 1.4-SNAPSHOT has a date of 10/31
>
> D/
>
>
>> On Dec 4, 2009, at 12:45 AM, Girts Ziemelis wrote:
>>
>>> You might want to try first the development snapshot first. There is
>>> additional enclosure fix  waiting for 1.4.4:
>>> https://issues.apache.org/jira/browse/WICKET-2519?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
>>>
>>> Do not know, if this will fix your problem, but might be worth a try
>>> before you create a quickstart ...
>>>
>>> Douglas Ferguson wrote:
>>>> Are there instructions for this?
>>>>
>>>> D/
>>>>
>>>> On Dec 3, 2009, at 4:51 PM, Igor Vaynberg wrote:
>>>>
>>>>
>>>>> create a quickstart or a testcase and attach it to the jira issue
>>>>>
>>>>> -igor
>>>>>
>>>>> On Thu, Dec 3, 2009 at 2:18 PM, Douglas Ferguson
>>>>> <do...@douglasferguson.us> wrote:
>>>>>
>>>>>> 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
>>>>>>> <do...@douglasferguson.us> 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: users-unsubscribe@wicket.apache.org
>>>>>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>>>>>
>>>>>>>
>>>>>> ---------------------------------------------------------------------
>>>>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>>>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>>>>
>>>>>>
>>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>>>
>>>>>
>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>>
>>>>
>>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>> For additional commands, e-mail: users-help@wicket.apache.org
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: wicket enclosure not finding child!?

Posted by Douglas Ferguson <do...@douglasferguson.us>.
What snapshot should I use?

I tried using 1.4.4-SNAPSHOT but that doesn't work.
and 1.4-SNAPSHOT has a date of 10/31

D/


> On Dec 4, 2009, at 12:45 AM, Girts Ziemelis wrote:
>
>> You might want to try first the development snapshot first. There is
>> additional enclosure fix  waiting for 1.4.4:
>> https://issues.apache.org/jira/browse/WICKET-2519?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
>>
>> Do not know, if this will fix your problem, but might be worth a try
>> before you create a quickstart ...
>>
>> Douglas Ferguson wrote:
>>> Are there instructions for this?
>>>
>>> D/
>>>
>>> On Dec 3, 2009, at 4:51 PM, Igor Vaynberg wrote:
>>>
>>>
>>>> create a quickstart or a testcase and attach it to the jira issue
>>>>
>>>> -igor
>>>>
>>>> On Thu, Dec 3, 2009 at 2:18 PM, Douglas Ferguson
>>>> <do...@douglasferguson.us> wrote:
>>>>
>>>>> 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
>>>>>> <do...@douglasferguson.us> 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: users-unsubscribe@wicket.apache.org
>>>>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>>>>
>>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>>>
>>>>>
>>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>>
>>>>
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>
>>>
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: wicket enclosure not finding child!?

Posted by Douglas Ferguson <do...@douglasferguson.us>.
Is there a way to test this with maven?

On Dec 4, 2009, at 12:45 AM, Girts Ziemelis wrote:

> You might want to try first the development snapshot first. There is 
> additional enclosure fix  waiting for 1.4.4:
> https://issues.apache.org/jira/browse/WICKET-2519?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
> 
> Do not know, if this will fix your problem, but might be worth a try 
> before you create a quickstart ...
> 
> Douglas Ferguson wrote:
>> Are there instructions for this?
>> 
>> D/
>> 
>> On Dec 3, 2009, at 4:51 PM, Igor Vaynberg wrote:
>> 
>> 
>>> create a quickstart or a testcase and attach it to the jira issue
>>> 
>>> -igor
>>> 
>>> On Thu, Dec 3, 2009 at 2:18 PM, Douglas Ferguson
>>> <do...@douglasferguson.us> wrote:
>>> 
>>>> 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
>>>>> <do...@douglasferguson.us> 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: users-unsubscribe@wicket.apache.org
>>>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>>> 
>>>>> 
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>> 
>>>> 
>>>> 
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>> For additional commands, e-mail: users-help@wicket.apache.org
>>> 
>>> 
>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>> For additional commands, e-mail: users-help@wicket.apache.org
>> 
>> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: wicket enclosure not finding child!?

Posted by Girts Ziemelis <gi...@gmail.com>.
You might want to try first the development snapshot first. There is 
additional enclosure fix  waiting for 1.4.4:
https://issues.apache.org/jira/browse/WICKET-2519?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel

Do not know, if this will fix your problem, but might be worth a try 
before you create a quickstart ...

Douglas Ferguson wrote:
> Are there instructions for this?
>
> D/
>
> On Dec 3, 2009, at 4:51 PM, Igor Vaynberg wrote:
>
>   
>> create a quickstart or a testcase and attach it to the jira issue
>>
>> -igor
>>
>> On Thu, Dec 3, 2009 at 2:18 PM, Douglas Ferguson
>> <do...@douglasferguson.us> wrote:
>>     
>>> 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
>>>> <do...@douglasferguson.us> 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: users-unsubscribe@wicket.apache.org
>>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>>
>>>>         
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>
>>>
>>>       
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>> For additional commands, e-mail: users-help@wicket.apache.org
>>
>>     
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>   


Re: wicket enclosure not finding child!?

Posted by Douglas Ferguson <do...@douglasferguson.us>.
Are there instructions for this?

D/

On Dec 3, 2009, at 4:51 PM, Igor Vaynberg wrote:

> create a quickstart or a testcase and attach it to the jira issue
> 
> -igor
> 
> On Thu, Dec 3, 2009 at 2:18 PM, Douglas Ferguson
> <do...@douglasferguson.us> wrote:
>> 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
>>> <do...@douglasferguson.us> 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: users-unsubscribe@wicket.apache.org
>>> For additional commands, e-mail: users-help@wicket.apache.org
>>> 
>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>> For additional commands, e-mail: users-help@wicket.apache.org
>> 
>> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: wicket enclosure not finding child!?

Posted by Igor Vaynberg <ig...@gmail.com>.
create a quickstart or a testcase and attach it to the jira issue

-igor

On Thu, Dec 3, 2009 at 2:18 PM, Douglas Ferguson
<do...@douglasferguson.us> wrote:
> 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
>> <do...@douglasferguson.us> 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: users-unsubscribe@wicket.apache.org
>> For additional commands, e-mail: users-help@wicket.apache.org
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: wicket enclosure not finding child!?

Posted by Douglas Ferguson <do...@douglasferguson.us>.
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
> <do...@douglasferguson.us> 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: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: wicket enclosure not finding child!?

Posted by Igor Vaynberg <ig...@gmail.com>.
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
<do...@douglasferguson.us> 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: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org