Re: Wicket Bootstrap 0.9.9 is released

2015-06-01 Thread Martin Grigorov
On Mon, Jun 1, 2015 at 1:16 AM, Tobias Soloschenko < tobiassolosche...@googlemail.com> wrote: > Hi, > > thank you very very much for the fast investigations and the release. > > Offtopic: I also created some additional pull requests to fix the unit > tests for JDK>7, but wicket-jquery-selector in

Anyone know a Wiki component?

2015-06-01 Thread Wayne W
Hi, I'm looking for a wiki like component(s) as we need to add some wiki type functionality to a product. Anyone know of any projects or open source projects? I'd rather not start from scratch if there is something already out there. I see alots of full java based wiki apps but they are all based

Re: Anyone know a Wiki component?

2015-06-01 Thread Martin Grigorov
Hi, What functionality exactly do you need ? A Wiki is more a product than a component. Maybe you need a WYSIWYG editor ? Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Mon, Jun 1, 2015 at 12:55 PM, Wayne W wrote: > Hi, > > I'm looking for a wiki like componen

Re: Anyone know a Wiki component?

2015-06-01 Thread Wayne W
I suppose what I am asking is, does anyone know of a wiki markup engine that plays well with wicket. I need to create wiki pages from within a wicket application. I'm not looking for a WYSIWG editor. Basically I'd like to create a (wicket) page that once you land there, enables the user to create w

Re: Anyone know a Wiki component?

2015-06-01 Thread Martin Grigorov
The closest I've seen is https://github.com/brix-cms/brix-cms - a CMS system based on Wicket. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Mon, Jun 1, 2015 at 1:11 PM, Wayne W wrote: > I suppose what I am asking is, does anyone know of a wiki markup engine >

DateTimeField + AJAX

2015-06-01 Thread Urbani, Edmund
Hello all, I am having trouble trying to apply an OnChangeAjaxBehaviour to the DateTimeField component from wicket-extensions. The AJAX updates always cause the model to be set to null. Even when the model is initialized with a non-null value, and that date is property displayed, any attempt t

Re: DateTimeField + AJAX

2015-06-01 Thread Martin Grigorov
Hi, I guess you talk about [1]. It is in wicket-datetime, not wicket-extensions. It is a Panel component, actually FormComponentPanel, so adding OnChangeAjaxBehavior to it won't work. I am not sure why the hour and time sub-components work for you. I'd expect that you add OnChangeAjaxBehavior to

Re: DateTimeField + AJAX

2015-06-01 Thread Urbani, Edmund
Ah, of course: wicket-datetime. Thanks, I'll try that - though I was hoping I would not to have to work directly with its sub-components. And more out of curiosity: Will there be a neater way to do this in Wicket 7 (or perhaps 8)? Right now AJAX behaviors that can be applied to FormComponentP

Graphing Framework for Wicket

2015-06-01 Thread Lois GreeneHernandez
Hi All, I need some recommendations on a graphing framework for wicket. Thanks Lois

Re: Wicket Bootstrap 0.9.9 is released

2015-06-01 Thread Hans-Heinrich Braun
Martin, I followed your advice how to  give the Bootswatch Theme functionality toa Tree component. I made the following Implementation: MyNestedTree : public MyNestedTree(String id, ITreeProvider provider, IModel> state)  { super(id, provider, state); add(new BootswatchThemeProvider().getTheme(B

Re: Graphing Framework for Wicket

2015-06-01 Thread Martin Grigorov
Hi, Please give us more details. Do you mean graphics or graphs? Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Mon, Jun 1, 2015 at 4:27 PM, Lois GreeneHernandez < lgreenehernan...@knoa.com> wrote: > Hi All, > > I need some recommendations on a graphing framewo

Re: DateTimeField + AJAX

2015-06-01 Thread Martin Grigorov
On Mon, Jun 1, 2015 at 3:39 PM, Urbani, Edmund wrote: > Ah, of course: wicket-datetime. > > Thanks, I'll try that - though I was hoping I would not to have to work > directly with its sub-components. > > And more out of curiosity: > Will there be a neater way to do this in Wicket 7 (or perhaps 8

Re: DateTimeField + AJAX

2015-06-01 Thread Urbani, Edmund
On 06/01/2015 03:48 PM, Martin Grigorov wrote: On Mon, Jun 1, 2015 at 3:39 PM, Urbani, Edmund > wrote: Ah, of course: wicket-datetime. Thanks, I'll try that - though I was hoping I would not to have to work directly with its sub-components.

Re: DateTimeField + AJAX

2015-06-01 Thread Martin Grigorov
On Mon, Jun 1, 2015 at 5:08 PM, Urbani, Edmund wrote: > > > On 06/01/2015 03:48 PM, Martin Grigorov wrote: > >> >> On Mon, Jun 1, 2015 at 3:39 PM, Urbani, Edmund < >> edmund.urb...@lilandit.com > wrote: >> >> Ah, of course: wicket-datetime. >> >> Thanks,

Re: Wicket Bootstrap 0.9.9 is released

2015-06-01 Thread Martin Grigorov
Hi, 1. How exactly do you change the theme? 2. What is the connection between MyNestedTree and AngebotTree? 3. Can you share your application with us/me? If NOT then can you create a quickstart app that reproduces the problem? On Mon, Jun 1, 2015 at 4:37 PM, Hans-Heinrich Braun < hansheinrichbr.

RE: Graphing Framework for Wicket

2015-06-01 Thread Lois GreeneHernandez
Hi Martin, I looking for a framework or a set of classes that will allow me to create graphs. Thanks Lois -Original Message- From: Martin Grigorov [mailto:mgrigo...@apache.org] Sent: Monday, June 01, 2015 9:40 AM To: users@wicket.apache.org Subject: Re: Graphing Framework for Wicket

Re: Graphing Framework for Wicket

2015-06-01 Thread Sebastien
Hi Lois, I am not aware of this... But I'm interested to the answer :) I was looking for a nice js graph, based on jQuery possibly and found that best matches my requirement: vis.js, arbor.js & cytoscape.js arbor.js is highly deprecated, cytoscape.js is good and jQuery oriented, but requires addi

Re: Graphing Framework for Wicket

2015-06-01 Thread Mihir Chhaya
Hi Lois, Not aware of current status but, you might want to look at wicket charts. Thanks, -Mihir. On Mon, Jun 1, 2015 at 11:08 AM, Sebastien wrote: > Hi Lois, > > I am not aware of this... But I'm interested to the answer :) > I was looking for a nice js graph, based on jQuery possibly and fo

Re: Graphing Framework for Wicket

2015-06-01 Thread Mihir Chhaya
One correction; it is called Wicked Charts ( http://wicked-charts.appspot.com/) On Mon, Jun 1, 2015 at 11:46 AM, Mihir Chhaya wrote: > Hi Lois, > > Not aware of current status but, you might want to look at wicket charts. > > Thanks, > -Mihir. > > On Mon, Jun 1, 2015 at 11:08 AM, Sebastien wr