wicket-1.5 Questions

7

Solved

How can I delete or hide the version number in the URL introduced in Wicket 1.5? Mounting a page doesn't help. http://localhost/MyPage/SubPage?0
Upstairs asked 22/12, 2011 at 10:23

2

I am testing a web application (Apache Wicket Based) via Intellij IDEA Tomcat integration. There I noticed that the webapp consider its running in bin folder of the tomcat. Also when I called the S...
Groyne asked 31/8, 2013 at 17:51

3

Solved

When I add a ChildPanel to a page, I get an error that states: org.apache.wicket.WicketRuntimeException: The component(s) below failed to render. A common problem is that you have added a compone...
Chairwoman asked 19/6, 2012 at 21:30

1

Solved

What's the way to find a specific (known wicket id) Wicket Component within a Page regarding less effort performance?
Outfielder asked 20/3, 2013 at 13:53

1

Solved

I am trying to implement Breadcrumb Navigation on a WebPage that exchanges a content Panel via ajax. It ends up looking like this: Home >> Page >> Panel Here is my page code: public...
Glycol asked 12/3, 2012 at 11:7

3

Solved

What is to correct way in Wicket 1.5 to obtain URL to a page instance? In Wicket 1.4.x this worked: MyPage page = new MyPage(some, parameters); getRequestCycle().urlFor(page).toString() A bunc...
Leverett asked 6/3, 2012 at 8:17

1

Solved

I have my Wicket 1.4 code to have a link to download a file which is generated programatically: protected class MyWebResource extends WebResource { public IResourceStream getResourceStream() { ....
Sachs asked 3/10, 2011 at 15:29
1

© 2022 - 2024 — McMap. All rights reserved.