plugin for the Java Webframework Wicket from apache.org
Features:
- Navigate from java code elements to the corresponding html element via wicket:id
- Navigate from html wicket:message to properties/xml file
- Show the corresponding html fragment from the java code element
- Show the wicket:id line in the html file on mouse over
- Rename HTML and properties (with variations) when renaming a wicketized java file (supertype Component)
- Code assist for wicket:id (Ctrl-1) in Wicket Java files. e.g. new Label("")
- Support for other wicket namespaces
- Wizard for creating new Wicket WebPages
Needs HTML Editor (WTP) installed
Categories: Web
Additional Details
Eclipse Versions: 2026-03 (4.39), 2025-12 (4.38), 2025-09 (4.37), 2025-06 (4.36), 2025-03 (4.35), 2024-12 (4.34), 2024-09 (4.33), 2024-06 (4.32), 2024-03 (4.31), 2023-12 (4.30), 2023-09 (4.29), 2023-06 (4.28), 2023-03 (4.27), 2022-12 (4.26), 2022-09 (4.25), 2022-06 (4.24), 2022-03 (4.23), 2021-12 (4.22), 2021-09 (4.21), 2021-06 (4.20), 2021-03 (4.19), 2026-06 (4.40)
Platform Support: Windows, Mac, Linux/GTK
Organization Name: count.negative
Development Status: Production/Stable
Date Created: Friday, March 26, 2010 - 12:36
License: Apache 2.0
Date Updated: Monday, November 3, 2025 - 12:32
Submitted by: count negative
| Date | Ranking | Installs | Clickthroughs |
|---|---|---|---|
| August 2026 | 0/0 | 0 | 0 |
| July 2026 | 143/1016 | 25 | 9 |
| June 2026 | 129/642 | 86 | 7 |
| May 2026 | 144/608 | 74 | 10 |
| April 2026 | 184/612 | 55 | 21 |
| March 2026 | 315/627 | 19 | 15 |
| February 2026 | 384/620 | 10 | 16 |
| January 2026 | 410/631 | 8 | 19 |
| December 2025 | 486/621 | 4 | 30 |
| November 2025 | 439/626 | 7 | 17 |
| October 2025 | 463/637 | 6 | 13 |
| September 2025 | 522/653 | 3 | 15 |
| August 2025 | 608/615 | 1 | 22 |
Unsuccessful Installs
Unsuccessful Installs in the last 7 Days: 2
| Count | Error Message |
|---|---|
| 2 | Cannot continue the operation. There is another install operation in progress. |

Reviews Add new review
too many not found components
Submitted by james obrien on Mon, 12/16/2013 - 13:43
If you have a base page that has , and you pass in a panel that calls super("somePanel"), the plugin won't know the component is there, and give you an error.
Awesome!
Submitted by Lon Varscsak on Thu, 02/18/2016 - 19:23
This plugin is awesome! I was hoping there'd be something out there like this. Thanks for effort!
clash with m2e plugin.
Submitted by Sharofiddin Pardayev on Fri, 04/01/2022 - 02:51
I used this plugin for 4 years, it was great. But now after installing it in Eclipse 4.23, pom.xml autocompletion and formatting is not working at all. It is producing this error: "java.lang.NullPointerException: Cannot invoke "org.eclipse.lsp4j.ServerCapabilities.getCompletionProvider()" because "capabilities" is null"
clash with m2e plugin.
Submitted by Sharofiddin Pardayev on Fri, 04/01/2022 - 02:55
In Eclipse 4.23 after installing this plugin, pom.xml autocompletion and formatting are not working.
Error message: Error while computing completion
Error description: java.lang.NullPointerException: Cannot invoke "org.eclipse.lsp4j.ServerCapabilities.getCompletionProvider()" because "capabilities" is null
Re: clash with m2e plugin.
Submitted by count negative on Fri, 04/01/2022 - 09:54
In reply to clash with m2e plugin. by Sharofiddin Pardayev
Sorry, can't reproduce.
pom.xml Open With - Maven POM Editor works as expected.
Re: Re: clash with m2e plugin.
Submitted by Sharofiddin Pardayev on Fri, 04/01/2022 - 10:58
In reply to Re: clash with m2e plugin. by count negative
Which version of the eclipse are you using?
Re: Re: Re: clash with m2e plugin.
Submitted by Sharofiddin Pardayev on Tue, 04/05/2022 - 01:31
In reply to Re: Re: clash with m2e plugin. by Sharofiddin Pardayev
4.23.0
Re: Re: clash with m2e plugin.
Submitted by Sharofiddin Pardayev on Fri, 04/01/2022 - 11:12
In reply to Re: clash with m2e plugin. by count negative
For more information: I am using ubuntu 20.04.4 , Eclipse 4.23.
Re: clash with m2e plugin.
Submitted by count negative on Sat, 01/28/2023 - 03:39
In reply to clash with m2e plugin. by Sharofiddin Pardayev
please make sure (via eclipse IDE Installation Details) that the current version (1.2.0) is installed.