You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Igor Vaynberg (JIRA)" <ji...@apache.org> on 2010/01/28 08:39:34 UTC

[jira] Resolved: (WICKET-2703) DisplayTag library and wicket - sort doesn't work

     [ https://issues.apache.org/jira/browse/WICKET-2703?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg resolved WICKET-2703.
-----------------------------------

    Resolution: Invalid
      Assignee: Igor Vaynberg

as far as i know displaytag example has not been supported since wicket 1.2

> DisplayTag library and wicket - sort  doesn't work
> --------------------------------------------------
>
>                 Key: WICKET-2703
>                 URL: https://issues.apache.org/jira/browse/WICKET-2703
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket, wicket-examples
>    Affects Versions: 1.4.1, 1.4.2, 1.4.3, 1.4.4, 1.4.5
>            Reporter: Zinovii Dmytriv
>            Assignee: Igor Vaynberg
>
> Used:
> - Use wicket 1.4.1 or higher (also tried on 1.4.3 and 1.4.5)
> - Use DisplayTag library 1.2
> - No changes made to wicket example files, such as ExampleSorting.java, ExampleSorting.html, etc...
> - Download Wicket-examples
> - Open Wicket examples display tag page. Should look like this http://wicketstuff.org/wicket12/displaytag
> - And then "Auto-sorting by columns"
> - Click on any column header. For example "email"
> Result:
> -URL became: http://localhost:8888/es?wicket:interface=:13:header:email:actionLink::ILinkListener::
> - Error: org.apache.wicket.WicketRuntimeException: component header:email:actionLink not found on page [...].test.ExampleSorting[id = 13], listener interface = [RequestListenerInterface name=ILinkListener, method=public abstract void org.apache.wicket.markup.html.link.ILinkListener.onLinkClicked()]
> - StackTrace:
> org.apache.wicket.protocol.http.request.InvalidUrlException: org.apache.wicket.WicketRuntimeException: component header:email:actionLink not found on page org.jbei.ice.web.test.ExampleSorting[id = 13], listener interface = [RequestListenerInterface name=ILinkListener, method=public abstract void org.apache.wicket.markup.html.link.ILinkListener.onLinkClicked()] at org.apache.wicket.protocol.http.WebRequestCycleProcessor.resolve(WebRequestCycleProcessor.java:262) 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) at org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:468) at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:301) at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084) at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:360) at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216) at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181) at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:722) at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:404) at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:139) at org.mortbay.jetty.Server.handle(Server.java:324) at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:505) at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:828) at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:514) at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:211) at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:380) at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:395) at org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:450) Caused by: org.apache.wicket.WicketRuntimeException: component header:email:actionLink not found on page org.jbei.ice.web.test.ExampleSorting[id = 13], listener interface = [RequestListenerInterface name=ILinkListener, method=public abstract void org.apache.wicket.markup.html.link.ILinkListener.onLinkClicked()] 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) ... 20 more 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.