using

2013-03-19 Thread Reinhard
Hi all, I am not very familliar with the ajax wicket stuff, so I am asking for some advice: I try to build a draggable map for a webbrowser game. From time to time some parts of the map need to be loaded. I like to do this with an ajax request. For the loading I have a AbstractDefaultAjaxBehavio

Re: Serialization of DAO

2013-03-19 Thread Stephen Walsh
How does wicket know which module to inject? ___ Stephen Walsh | http://connectwithawalsh.com On Sun, Mar 17, 2013 at 12:59 PM, Dan Retzlaff wrote: > Wicket only injects Components and Behaviors by default. To inject into > anything else, call Injector.get()

Re: Prioritize header items in html templates

2013-03-19 Thread Martin Grigorov
Actually I think it is possible to have them on the top. All "entries" from 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 wrote: > Hi, > > On Tue, Mar 19, 2

Re: bind the treenode with the object

2013-03-19 Thread Sven Meier
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 ev

Re: TableTree#addTopToolbar(AbstractToolbar abstractToolbar)

2013-03-19 Thread Sven Meier
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 wonde

Re: Prioritize header items in html templates

2013-03-19 Thread Guillaume Smet
Hi, On Tue, Mar 19, 2013 at 2:07 PM, Martin Grigorov wrote: > You can use StringHeaderItem.forString("") and wrap it in > PriotityHeaderItem/FilterHeaderItem if needed. We had the same question. Starting with Wicket 6, and so on are lost in the resources lines. It was quite nice to have them on

Re: WicketObjects - Could not resolve class [images]

2013-03-19 Thread lambdad...@gmail.com
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

TableTree#addTopToolbar(AbstractToolbar abstractToolbar)

2013-03-19 Thread Ramin
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? M

Re: Gmap3 Geocoding shows Status 610

2013-03-19 Thread Martin Grigorov
On Tue, Mar 19, 2013 at 5:09 PM, Dieter Tremel wrote: > 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 not time for thi

Re: Gmap3 Geocoding shows Status 610

2013-03-19 Thread Dieter Tremel
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

Re: [wicketstuff-gmap3] bug in the info. window close behavior

2013-03-19 Thread Martin Grigorov
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 jWeeke

[wicketstuff-gmap3] bug in the info. window close behavior

2013-03-19 Thread lambdad...@gmail.com
Hi, Calling the *GInfoWindow.isOpen()* always returns true despite of being closed. Cheers, Daku

Re: Prioritize header items in html templates

2013-03-19 Thread Martin Grigorov
You can use StringHeaderItem.forString("") and wrap it in PriotityHeaderItem/FilterHeaderItem if needed. On Tue, Mar 19, 2013 at 3:03 PM, Pointbreak wrote: > The Java based header contributions are for css, and javascript mostly. > Is there a practical way to get title, meta, and other 'special'

Re: Prioritize header items in html templates

2013-03-19 Thread Pointbreak
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. > i

Re: Prioritize header items in html templates

2013-03-19 Thread Martin Grigorov
Hi, I think this is not possible. is just a convenience. The full power is in the Java based header contributors. On Tue, Mar 19, 2013 at 2:42 PM, Pointbreak wrote: > Is there a way (in Wicket 6) to prioritize items in wicket:head/head > elements to get them inside the head of the final page b

Prioritize header items in html templates

2013-03-19 Thread Pointbreak
Is there a way (in Wicket 6) to prioritize items in wicket:head/head elements to get them inside the head of the final page before all code contributed header items? I.e. something like PriorityHeaderItem, but applied to the markup of an item in the wicket:head of a template? Thanks!

Re: Gmap3 Geocoding shows Status 610

2013-03-19 Thread Martin Grigorov
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 a

Re: CompoundPropertyModel binding direction

2013-03-19 Thread Sven Meier
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

Re: CompoundPropertyModel binding direction

2013-03-19 Thread Lucio Crusca
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 yo

Re: Gmap3 Geocoding shows Status 610

2013-03-19 Thread Dieter Tremel
I tried to fix it by using the json library from json.org: org.json json 20090211 I changed GeoCoder.java, GeoCoderException.java, and improved GeoCoderTest.java which run without complains. Sorry, I never committed to github or any other open

Re: CompoundPropertyModel binding direction

2013-03-19 Thread Sven Meier
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. FormCom