-
I cloned my group's wiki. Now I want to edit and create pages and view them before checking in. My guess is that somehow I need to built html pages from the markup pages.
I looked at your markup/ r…
-
Hi,
Thank you very much for this great piece of work :-)
if you put this on line 85 in SafeModel.java then isXXX will work as well:
} else if (methodName.startsWith("get") || methodNam…
Lessy updated
11 years ago
-
Hi,
really good stuff, but with nearly no documentation (also in the api) it is very hard to adjust for own needs.
After some fight I got all the examples to work and to adjust to my data mo…
-
Das Maven-Projekt ist nicht erzeugbar. Folgende Vorgehensweise:
1. duesenklipper / wicketbuch-wbs - zip heruntergeladen
2. in das Root-Verzeichnis gewechselt: duesenklipper-wicketbuch-wbs-6ecfbc9
3. m…
-
Hello,
at first glance I have a simple task: do a _GetFeatureInfo_ request inside a _handleClick_ method of a _ClickHandler_ behaviour.
This behaviour is added to a map containing a _TileWms_ layer.
…
-
```
New issues notification from Bujiraso:
No problem. I'll keep submitting as I find them.
Here's a few corrections I collected:
Typo's
p42 "A erializer based on Kryo library is provided by the Wic…
-
When running e.g. the inmethodgrid-examples, newly-displayed rows after opening a closed subtree do not react to clicks. In the demo, neither selecting such items in "Tree Grid with item selection" no…
-
Wicket 1.5.5
Wicketstuff 1.5.5
Apache proxy to tomcat using ajp
ui.css has like http://host//themes/advanced/css/ui.css and then inside ui.css there is relative url to icons (../../icon.jpg), but th…
-
I want to display a picture using a ModalX ModalContentPanel class. I added the setting "setAutoSize(true)" and "setUseInitialHeight(false)" to the ModalContentWindow class.
When I click on the thumb …
ghost updated
9 years ago
-
LazyModel is type-safe regarding the model object (last getter), but not regarding the root object (what we pass to the from() method). Thus, the bind() method receives Object, and it is not possible …