Hi Lucio,
your LabelAndField and DetailFormComponentPanel both extend
FormComponentPanel. Thus they will take part in form processing and try
to push a value into their model.
Since there are no properties singlePanelForCurrentRow and
detailEditorPanel the model update will fail.
I tried to fix it by using the json library from json.org:
dependency
groupIdorg.json/groupId
artifactIdjson/artifactId
version20090211/version
/dependency
I changed GeoCoder.java, GeoCoderException.java, and improved
GeoCoderTest.java which run
In data Tuesday 19 March 2013 09:42:54, Sven Meier ha scritto:
Hi Lucio,
FormComponentPanels are an advanced concept and I'd recommend you extend
org.apache.wicket.markup.html.panel.Panel until you really need the
features of a FormComponentPanel.
Thanks that solved the problem.
BTW your
However I'm curious to know if a possible solution would be to create the
DetailPage instance inside the onClick method of the Link, so that it becomes
a local variable that gets collected asap.
Sure, that's perfectly fine.
Sven
On 03/19/2013 11:39 AM, Lucio Crusca wrote:
In data Tuesday 19
Hi Dieter,
Welcome to the Open Source community! :-)
You can follow the guide at https://help.github.com/articles/fork-a-repo to
send a Pull Request with your fix.
If you have not time for this then please send me the changes in .patch
format and I will apply them for you.
On Tue, Mar 19, 2013
Hi,
I think this is not possible.
wicket:head is just a convenience. The full power is in the Java based
header contributors.
On Tue, Mar 19, 2013 at 2:42 PM, Pointbreak
pointbreak+wicketst...@ml1.netwrote:
Is there a way (in Wicket 6) to prioritize items in wicket:head/head
elements to get
The Java based header contributions are for css, and javascript mostly.
Is there a practical way to get title, meta, and other 'special' tags
appear before contributed headeritems in the head then?
On Tue, Mar 19, 2013, at 13:48, Martin Grigorov wrote:
Hi,
I think this is not possible.
You can use StringHeaderItem.forString(meta ...) and wrap it in
PriotityHeaderItem/FilterHeaderItem if needed.
On Tue, Mar 19, 2013 at 3:03 PM, Pointbreak
pointbreak+wicketst...@ml1.netwrote:
The Java based header contributions are for css, and javascript mostly.
Is there a practical way to
Hi,
Calling the *GInfoWindow.isOpen()* always returns true despite of being
closed.
Cheers,
Daku
Hi,
Please create a Pull Request with the improvement.
Thanks!
On Tue, Mar 19, 2013 at 4:20 PM, lambdad...@gmail.com
lambdad...@googlemail.com wrote:
Hi,
Calling the *GInfoWindow.isOpen()* always returns true despite of being
closed.
Cheers,
Daku
--
Martin Grigorov
jWeekend
Am 19.03.2013 13:25, schrieb Martin Grigorov:
Welcome to the Open Source community! :-)
You can follow the guide at https://help.github.com/articles/fork-a-repo to
send a Pull Request with your fix.
If you have not time for this then please send me the changes in .patch
format and I will
On Tue, Mar 19, 2013 at 5:09 PM, Dieter Tremel tre...@tremel-computer.dewrote:
Am 19.03.2013 13:25, schrieb Martin Grigorov:
Welcome to the Open Source community! :-)
You can follow the guide at https://help.github.com/articles/fork-a-repoto
send a Pull Request with your fix.
If you have
Hi
TableTree has been moved to wicket-core now and both
addTopToolbar(AbstractToolbar abstractToolbar) and
addBottomToolbar(AbstractToolbar abstractToolbar)
has been removed from TableTree in Wicket-tree.
I was wondering what method can be used instead to add an AbstractToolbar to
the tree?
Ok, I have resolved it by passing a correct icon path to the GIcon
constructor, that is /images/marker_red.png
On Tue, Mar 19, 2013 at 6:11 PM, lambdad...@gmail.com
lambdad...@googlemail.com wrote:
Hi,
I have a page which shows two panels, containing a simple panel with some
text on it on
Hi,
On Tue, Mar 19, 2013 at 2:07 PM, Martin Grigorov mgrigo...@apache.org wrote:
You can use StringHeaderItem.forString(meta ...) and wrap it in
PriotityHeaderItem/FilterHeaderItem if needed.
We had the same question. Starting with Wicket 6, title and so on
are lost in the resources lines. It
tableTree.getTable().add*Toolbar()
Sven
On 03/19/2013 05:09 PM, Ramin wrote:
Hi
TableTree has been moved to wicket-core now and both
addTopToolbar(AbstractToolbar abstractToolbar) and
addBottomToolbar(AbstractToolbar abstractToolbar)
has been removed from TableTree in Wicket-tree.
I was
Hi David,
it's not clear to me where you need help here.
Sven
On 03/19/2013 07:35 PM, david.li wrote:
hello. I use the wicket tree component in my project.I bind the tree node
with the modelbean class。I wang the treenode display the modelbean value and
get the treenode key via the nodeclick
Actually I think it is possible to have them on the top.
All entries from wicket:head are handled by PageHeaderItem at runtime.
So you can use custom FilteringHeaderResponse that lifts PageHeaderItem to
PriorityHeaderItem.
On Tue, Mar 19, 2013 at 7:42 PM, Guillaume Smet
How does wicket know which module to inject?
___
Stephen Walsh | http://connectwithawalsh.com
On Sun, Mar 17, 2013 at 12:59 PM, Dan Retzlaff dretzl...@gmail.com wrote:
Wicket only injects Components and Behaviors by default. To inject into
anything else,
19 matches
Mail list logo