I get the same behavior in  1.4.4  1.4.5  1.4.6

On 02 Feb 2010, at 12:20 PM, Riyad Kalla wrote:

What version of Wicket?

On Tue, Feb 2, 2010 at 10:11 AM, Eugene Malan <eug...@emalan.com> wrote:

I am wrestling with the same Exception. I think I am doing something
similar, in that I have a DataView with a link to a detail Page and then I
return to the list page using    setResponsePage(returnPage);

Different browsers react differently. On my Mac...
Chrome:  gives the Exception on first load of the page.
Safari: gives Exception after a few renderings of the Page.
Firefox: Cannot re-create the Exception.

What browser are you using?

In my instance it is a Link that "cannot be found"

item.add(new Link<Entry>("entryName", new Model<Entry>(entry)){

      @Override
      public void onClick() {
setResponsePage(new OBOEntryViewPage(entry, getPage()));
      }

      @Override
      protected void onComponentTagBody(MarkupStream markupStream,
ComponentTag openTag) {
              replaceComponentTagBody(markupStream, openTag,
getModelObject().getName());
      }

});



On 02 Feb 2010, at 9:57 AM, cresc wrote:


Forgot to copy the error message.

Root cause:

org.apache.wicket.WicketRuntimeException: component
content-panel:table-container:table-content:tcontainer:list: 1:viewDetail
not
found on page com.mypackage.ordertracking.client.TrackingHomePage[id = 3], listener interface = [RequestListenerInterface name=IBehaviorListener,
method=public abstract void
org.apache.wicket.behavior.IBehaviorListener.onRequest()]
at

org .apache .wicket .request .AbstractRequestCycleProcessor .resolveListenerInterfaceTarget(AbstractRequestCycleProcessor.java: 426)
at

org .apache .wicket .request .AbstractRequestCycleProcessor .resolveRenderedPage(AbstractRequestCycleProcessor.java:471)
at

org .apache .wicket .protocol .http .WebRequestCycleProcessor.resolve(WebRequestCycleProcessor.java:144)
at org.apache.wicket.RequestCycle.step(RequestCycle.java:1310)
at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1428)
at org.apache.wicket.RequestCycle.request(RequestCycle.java:545)

So
--
View this message in context:
http://old.nabble.com/component-....-not-found-on-page-tp27421536p27421759.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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





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

Reply via email to