Re: Wicket 10 and wicket bootstrap 7.0.2-SNAPSHOT error in modal

2024-01-09 Thread Andrea Patricelli
or StackOverflow for questions about Wicket-Bootstrap. Or users@wicket.apache.org. dev@wicket.a.o is about the development of Apache Wicket itself. On Mon, Jan 8, 2024 at 6:57 PM Andrea Patricelli < andreapatrice...@apache.org> wrote: Hi all, I've just upgraded a project to wicket-bootstrap

Re: Wicket 9.x and wicket-bootstrap status

2019-09-24 Thread Martin Grigorov
ache.org > napisał(a): > > > > > > Wicket Bootstrap 4.0.0-M3 (Wicket 9.0.0-M3 and Bootstrap 3.x) has > been > > released! > > > > The other versions will be released on the coming days because > upload to > > Sonatype is very sl

Re: Wicket 9.x and wicket-bootstrap status

2019-09-24 Thread Michał Szwaczko
Thanks Martin :) > Dnia 23 września 2019 o 15:54 Martin Grigorov < mgrigo...@apache.org > mailto:mgrigo...@apache.org > napisał(a): > > > Wicket Bootstrap 4.0.0-M3 (Wicket 9.0.0-M3 and Bootstrap 3.x) has been > released! > > The other versions

Re: Wicket 9.x and wicket-bootstrap status

2019-09-23 Thread Martin Grigorov
Wicket Bootstrap 4.0.0-M3 (Wicket 9.0.0-M3 and Bootstrap 3.x) has been released! The other versions will be released on the coming days because upload to Sonatype is very slow today. On Thu, Sep 19, 2019 at 3:57 PM Martin Grigorov wrote: > Hi, > > The branch is there since a long time

Re: Wicket 9.x and wicket-bootstrap status

2019-09-19 Thread Martin Grigorov
Hi, The branch is there since a long time: https://github.com/l0rdn1kk0n/wicket-bootstrap/tree/wicket-9.x. -SNAPSHOT builds are deployed at Sonatype OSS repos when TravisCI is happy to work. I am using a -SNAPSHOT build of it for my training application. Lately I release versions of Wicket

Wicket 9.x and wicket-bootstrap status

2019-09-19 Thread mikey
Hi, What is the status of wicket-bootstrap support with wicket 9.x? I can see only wicket 8.x supported and I suppose wicket 9.x is just around the corner? Martin? Regards Michal

Re: Bootstrap Confirmation [wicket-bootstrap-extensions 3.0.0-M10] + AjaxCheckBox

2019-05-07 Thread Martin Grigorov
Try to wrap the value in RawValue("...") ( https://github.com/l0rdn1kk0n/wicket-jquery-selectors/blob/e71e659aa52093f03984a9b2bcebdbf1b8db8e91/src/main/java/de/agilecoders/wicket/jquery/util/Json.java#L214 ) This way it will be JSON serialized as is. On Tue, May 7, 2019 at 4:38 PM nino martinez

Re: Bootstrap Confirmation [wicket-bootstrap-extensions 3.0.0-M10] + AjaxCheckBox

2019-05-07 Thread nino martinez wael
Hmm, after staring at this for a while, I now think the way forward must be to utilize the onConfirm callback from BootStrap Confirmation, but sadly Im stuck at making the de.agilecoders.wicket.extensions.markup.html.bootstrap.confirmation.ConfirmationConfig hold my callback, I've tried this:

Bootstrap Confirmation [wicket-bootstrap-extensions 3.0.0-M10] + AjaxCheckBox

2019-05-07 Thread nino martinez wael
Does not stop Wicket event (the invocation of the click event on ajaxcheckbox) from happening, any idea on howto stop it when the user selects cancel? updateAjaxAttributes in AjaxCheckBox does support a precondition via ajaxCallListener but that needs to return true of false. But I cannot see

Re: Wicket Bootstrap 0.9.21 Release

2016-12-31 Thread Martin Grigorov
;>>> john.j.c...@googlemail.com>: > >>>>> > >>>>> Hi, > >>>>> but this isn't fixing the issues with bootstrap components which are > >>>> using wicket:fragme

Re: Wicket Bootstrap 0.9.21 Release

2016-12-31 Thread Ronny Pscheidl
ixing the issues with bootstrap components which are >>>> using wicket:fragment tag. >>>>> >>>>>> Am 30.12.2016 um 16:47 schrieb Martin Grigorov < >>>

Re: Wicket Bootstrap 0.9.21 Release

2016-12-31 Thread Martin Grigorov
sn't fixing the issues with bootstrap components which are > >> using wicket:fragment tag. > >>> > >>>> Am 30.12.2016 um 16:47 schrieb Martin Grigorov < > >> martin.grigo...@gmail.com>: > >>>> > >>>> Hi, > >>>&

Re: Wicket Bootstrap 0.9.21 Release

2016-12-31 Thread john.j.cool
this issue also exsits with wicket 6.25. i have made an quickstart to play with 0.9.20 and older wb versions. it doesn't work. https://github.com/johnjcool/wicket-quickstarts/tree/master/wicket-bootstrap-quickstart happy new year :-) 2016-12-30 18:15 GMT+01:00 Martin Grigorov <mgr

Re: Wicket Bootstrap 0.9.21 Release

2016-12-30 Thread Tobias Soloschenko
;> Am 30.12.2016 um 16:47 schrieb Martin Grigorov < >> martin.grigo...@gmail.com>: >>>> >>>> Hi, >>>> >>>> You can use older WB with latest Wicket. >>>> They are binary compatible. >>>> >&g

Re: Wicket Bootstrap 0.9.21 Release

2016-12-30 Thread Martin Grigorov
t; using wicket:fragment tag. > > > >> Am 30.12.2016 um 16:47 schrieb Martin Grigorov < > martin.grigo...@gmail.com>: > >> > >> Hi, > >> > >> You can use older WB with latest Wicket. > >> They are binary compatible. > >&g

Re: Wicket Bootstrap 0.9.21 Release

2016-12-30 Thread Tobias Soloschenko
mpatible. >> >>> On Dec 30, 2016 5:43 PM, "john.j.cool" <john.j.c...@googlemail.com> wrote: >>> >>> Hello, >>> >>> when is the release 0.9.21 of wicket-bootstrap planned? we need it because >>> of the security issue in wi

Re: Wicket Bootstrap 0.9.21 Release

2016-12-30 Thread Ronny Pscheidl
>> On Dec 30, 2016 5:43 PM, "john.j.cool" <john.j.c...@googlemail.com> wrote: >> >> Hello, >> >> when is the release 0.9.21 of wicket-bootstrap planned? we need it becau

Re: Fwd: Wicket Bootstrap 0.9.21 Release

2016-12-30 Thread Martin Grigorov
Hi, You can use older WB with latest Wicket. They are binary compatible. On Dec 30, 2016 5:43 PM, "john.j.cool" <john.j.c...@googlemail.com> wrote: > Hello, > > when is the release 0.9.21 of wicket-bootstrap planned? we need it because > of the security iss

Fwd: Wicket Bootstrap 0.9.21 Release

2016-12-30 Thread john.j.cool
Hello, when is the release 0.9.21 of wicket-bootstrap planned? we need it because of the security issue in wicket prior to 6.25.0. john.j.cool

Re: Problems with Wicket 7.5.0 and Wicket Bootstrap 0.10.10 using a custom NotificationPanel

2016-10-30 Thread Tobias Soloschenko
rg> wrote: On 2016-10-27 14:18 (+0200), Martin Grigorov <mgrigo...@apache.org> wrote: Hi, Good news! It is a bug in Wicket Bootstrap: https://github.com/l0rdn1kk0n/wicket-bootstrap/blob/wicket- 7.x/bootstrap-core/src/main/java/de/agilecoders/wicket/ core/markup/html/bootstrap/dialog/Alert.ht

Re: Problems with Wicket 7.5.0 and Wicket Bootstrap 0.10.10 using a custom NotificationPanel

2016-10-30 Thread Francesco Chicchiriccò
: > > > Hi, > > > > > > Good news! > > > It is a bug in Wicket Bootstrap: > > > https://github.com/l0rdn1kk0n/wicket-bootstrap/blob/wicket- > > 7.x/bootstrap-core/src/main/java/de/agilecoders/wicket/ > > core/markup/html/bootstrap/dialog/Alert.html#L10 &g

Re: Problems with Wicket 7.5.0 and Wicket Bootstrap 0.10.10 using a custom NotificationPanel

2016-10-28 Thread Martin Grigorov
On Fri, Oct 28, 2016 at 12:01 PM, Francesco Chicchiriccò < ilgro...@apache.org> wrote: > On 2016-10-27 14:18 (+0200), Martin Grigorov <mgrigo...@apache.org> wrote: > > Hi, > > > > Good news! > > It is a bug in Wicket Bootstrap: > > https://github.com/l

Re: Problems with Wicket 7.5.0 and Wicket Bootstrap 0.10.10 using a custom NotificationPanel

2016-10-28 Thread Francesco Chicchiriccò
On 2016-10-27 14:18 (+0200), Martin Grigorov <mgrigo...@apache.org> wrote: > Hi, > > Good news! > It is a bug in Wicket Bootstrap: > https://github.com/l0rdn1kk0n/wicket-bootstrap/blob/wicket-7.x/bootstrap-core/src/main/java/de/agilecoders/wicket/core/markup/html/bootstrap/

Re: Problems with Wicket 7.5.0 and Wicket Bootstrap 0.10.10 using a custom NotificationPanel

2016-10-27 Thread Joachim Rohde
wrote: >> >>> >>> >>> On 2016-10-27 14:40 (+0200), Joachim Rohde <j...@solvit.de> wrote: >>>> Great. Thanks for the fast reply Martin. Do you have already a clue >>> when a new version of Wicket Bootstrap will be released? >>> >

Re: Problems with Wicket 7.5.0 and Wicket Bootstrap 0.10.10 using a custom NotificationPanel

2016-10-27 Thread Francois Meillet
cchiriccò < >> ilgro...@apache.org> wrote: >> >>> >>> >>> On 2016-10-27 14:40 (+0200), Joachim Rohde <j...@solvit.de> wrote: >>>> Great. Thanks for the fast reply Martin. Do

Re: Problems with Wicket 7.5.0 and Wicket Bootstrap 0.10.10 using a custom NotificationPanel

2016-10-27 Thread Martin Grigorov
the fast reply Martin. Do you have already a clue >> when a new version of Wicket Bootstrap will be released? >> >> ..or an easy way to backport your fix? >> >> Regards. >> >> >>

Re: Problems with Wicket 7.5.0 and Wicket Bootstrap 0.10.10 using a custom NotificationPanel

2016-10-27 Thread Martin Grigorov
te: > > Great. Thanks for the fast reply Martin. Do you have already a clue when > a new version of Wicket Bootstrap will be released? > > ..or an easy way to backport your fix? > > Regards. > > > - > To un

Re: Problems with Wicket 7.5.0 and Wicket Bootstrap 0.10.10 using a custom NotificationPanel

2016-10-27 Thread Francesco Chicchiriccò
On 2016-10-27 14:40 (+0200), Joachim Rohde <j...@solvit.de> wrote: > Great. Thanks for the fast reply Martin. Do you have already a clue when a > new version of Wicket Bootstrap will be released? ..or an easy way to backport your f

Re: Problems with Wicket 7.5.0 and Wicket Bootstrap 0.10.10 using a custom NotificationPanel

2016-10-27 Thread Joachim Rohde
Great. Thanks for the fast reply Martin. Do you have already a clue when a new version of Wicket Bootstrap will be released? On 10/27/2016 02:18 PM, Martin Grigorov wrote: > Hi, > > Good news! > It is a bug in Wicket Bootstrap: > https://github.com/l0rdn1kk0n/wicket-bootstrap/

Re: Problems with Wicket 7.5.0 and Wicket Bootstrap 0.10.10 using a custom NotificationPanel

2016-10-27 Thread Martin Grigorov
https://github.com/l0rdn1kk0n/wicket-bootstrap/issues/642 Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Thu, Oct 27, 2016 at 2:18 PM, Martin Grigorov <mgrigo...@apache.org> wrote: > Hi, > > Good news! > It is a bug in Wicket Bootstrap:

Re: Problems with Wicket 7.5.0 and Wicket Bootstrap 0.10.10 using a custom NotificationPanel

2016-10-27 Thread Martin Grigorov
Hi, Good news! It is a bug in Wicket Bootstrap: https://github.com/l0rdn1kk0n/wicket-bootstrap/blob/wicket-7.x/bootstrap-core/src/main/java/de/agilecoders/wicket/core/markup/html/bootstrap/dialog/Alert.html#L10 This uses a Label in Java. (No idea why). Since https://issues.apache.org/jira

Wicket Bootstrap 0.9.19/20 & 0.10.9/10 are released

2016-10-12 Thread Martin Grigorov
Wicket Bootstrap 0.9.19 & 0.9.20 (built against Wicket 6.24.0) and 0.10.9 & 0.10.10 (built against Wicket 7.4.0) have been released! The changelog is: Erik Strid (7): Recalculate last modified time before caching the compiled CSS Clear cache should also clear the url sour

Re: add some javascript callbacks to Wicket-Bootstrap # Summernote Editor configuration

2016-10-09 Thread Francois Meillet
gorov > > On Sat, Oct 8, 2016 at 1:04 PM, Francois Meillet <francois.meil...@gmail.com >> wrote: > >> Hi, >> >> How can I add some javascript callbacks to Wicket-Bootstrap # Summernote >> Editor configuration, like the following >> >> >&g

Re: add some javascript callbacks to Wicket-Bootstrap # Summernote Editor configuration

2016-10-08 Thread Martin Grigorov
bstractFunction. See the default impls. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Sat, Oct 8, 2016 at 1:04 PM, Francois Meillet <francois.meil...@gmail.com > wrote: > Hi, > > How can I add some javascript callbacks to Wicket-Bootstrap # Summ

Re: Wicket-Bootstrap # Summernote Editor : placeHolder and maxlength

2016-10-08 Thread Martin Grigorov
Sat, Oct 8, 2016 at 3:34 PM, Francois Meillet <francois.meil...@gmail.com > wrote: > Hi, > > In Wicket-Bootstrap # Summernote Editor, > > How can I add a placeHolder text ? > How can I add some kind of maxlength ? >

Wicket-Bootstrap # Summernote Editor : placeHolder and maxlength

2016-10-08 Thread Francois Meillet
Hi, In Wicket-Bootstrap # Summernote Editor, How can I add a placeHolder text ? How can I add some kind of maxlength ? Thanks for your help François - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org

add some javascript callbacks to Wicket-Bootstrap # Summernote Editor configuration

2016-10-08 Thread Francois Meillet
Hi, How can I add some javascript callbacks to Wicket-Bootstrap # Summernote Editor configuration, like the following $(document).ready(function () { $('.summernote').summernote({ callbacks: { onKeydown: function (e) { var t

Re: Wicket-Bootstrap

2016-09-20 Thread durairaj t
Thank you Martin! On Tue, Sep 20, 2016 at 1:59 PM, Martin Grigorov <mgrigo...@apache.org> wrote: > Hi, > > The library is hosted at GitHub: > https://github.com/l0rdn1kk0n/wicket-bootstrap > The description points to the new demo site. > I have no influence on Goo

Re: Wicket-Bootstrap

2016-09-20 Thread Martin Grigorov
Hi, The library is hosted at GitHub: https://github.com/l0rdn1kk0n/wicket-bootstrap The description points to the new demo site. I have no influence on Google to tell it to forget this old demo site. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Tue, Sep 20

Wicket-Bootstrap

2016-09-20 Thread durairaj t
Unable to access the URL: https://wb.agilecoders.de/app. I'm getting "Your Connection is not private". Is there any other URL? Thanks!

Wicket Bootstrap 2.0.0-M1 has been released

2016-08-28 Thread Martin Grigorov
Wicket Bootstrap 2.0.0-M1 has been released! It is the same as 0.10.8 (built against Wicket 7.4.0) but built with Java 8 and against Wicket 8.0.0-M1. Its transitive dependencies has been also upgraded: - Wicket JQuery Selectors: 2.0.0-M1 - Wicket Webjars: 2.0.1 The Wicket Bootstrap team!

Re: Wicket Bootstrap 0.9.18 & 0.10.8 are released

2016-08-17 Thread ShengChe Hsiao
of giants. -- -> front...@gmail.com -> On Wed, Aug 17, 2016 at 3:14 PM, Martin Grigorov <martin.grigo...@gmail.com> wrote: > Wicket Bootstrap 0.9.18 (built against Wicket 6.24.0) and

Wicket Bootstrap 0.9.18 & 0.10.8 are released

2016-08-17 Thread Martin Grigorov
Wicket Bootstrap 0.9.18 (built against Wicket 6.24.0) and 0.10.8 (built against Wicket 7.4.0) have been released! There are no new components this time! The major improvements are: - Update to Bootstrap 3.3.7 - Update Wicket-Webjars to 0.4.10/0.5.5 with an improvement to work on WebSphere

Re: Wicket Bootstrap 0.9.17 & 0.10.7 are released

2016-07-13 Thread Ernesto Reinaldo Barreiro
Thanks! On Wed, Jul 13, 2016 at 6:43 PM, Martin Grigorov <martin.grigo...@gmail.com> wrote: > Wicket Bootstrap 0.9.17 (built against Wicket 6.23.0) and 0.10.7 (built > against Wicket 7.3.0) have been released and soon will be available at > Maven Central! > > New comp

Wicket Bootstrap 0.9.17 & 0.10.7 are released

2016-07-13 Thread Martin Grigorov
Wicket Bootstrap 0.9.17 (built against Wicket 6.23.0) and 0.10.7 (built against Wicket 7.3.0) have been released and soon will be available at Maven Central! New components: - Bootstrap Markdown editor: http://wb-mgrigorov.rhcloud.com/markdown - Bootstrap Reting: http://wb-mgrigorov.rhcloud.com

Re: Wicket Bootstrap & wicket 7.2

2016-03-10 Thread Martin Grigorov
> > On Mar 10, 2016 12:09 AM, "nino martinez wael" < > nino.martinez.w...@gmail.com> > > wrote: > > > >> I've added an issue here: > >> > >> https://github.com/l0rdn1kk0n/wicket-bootstrap/issues/590 > >> > >> Cant reme

Re: Wicket Bootstrap & wicket 7.2

2016-03-10 Thread nino martinez wael
> Yes. I use latest version of both in my project. > On Mar 10, 2016 12:09 AM, "nino martinez wael" <nino.martinez.w...@gmail.com> > wrote: > >> I've added an issue here: >> >> https://github.com/l0rdn1kk0n/wicket-bootstrap/issues/590 >> >>

Re: Wicket Bootstrap & wicket 7.2

2016-03-09 Thread Martin Grigorov
Yes. I use latest version of both in my project. On Mar 10, 2016 12:09 AM, "nino martinez wael" <nino.martinez.w...@gmail.com> wrote: > I've added an issue here: > > https://github.com/l0rdn1kk0n/wicket-bootstrap/issues/590 > > Cant remenber if theres actually

Re: Wicket Bootstrap & wicket 7.2

2016-03-09 Thread nino martinez wael
I've added an issue here: https://github.com/l0rdn1kk0n/wicket-bootstrap/issues/590 Cant remenber if theres actually an example for it in the wicket bootstrap tests, have you tried wicket 7.2 with bootstrap? On Thu, Mar 10, 2016 at 12:01 AM, Martin Grigorov <martin.grigo...@gmail.com>

Re: Wicket Bootstrap & wicket 7.2

2016-03-09 Thread Martin Grigorov
On Mar 9, 2016 11:59 PM, "nino martinez wael" <nino.martinez.w...@gmail.com> wrote: > > Have anyone used this in conjuction with wicket 7.2.. I had to upgrade > to wicket 7.2 because of problems with [WICKET-6002].. > > But wicket bootstrap throws strange

Wicket Bootstrap & wicket 7.2

2016-03-09 Thread nino martinez wael
Have anyone used this in conjuction with wicket 7.2.. I had to upgrade to wicket 7.2 because of problems with [WICKET-6002].. But wicket bootstrap throws strange exceptions about missing fields that it did not do in 7.1. -- Best regards / Med venlig hilsen Nino Martinez

Wicket Bootstrap 0.9.15 & 0.10.5 are released

2015-12-12 Thread Martin Grigorov
Wicket Bootstrap 0.9.15 (built against Wicket 6.21.0) and 0.10.5 (built against Wicket 7.1.0) have been released and are available at Maven Central. Martin Tzvetanov Grigorov (46): [maven-release-plugin] prepare for next development iteration PR #561 - Reformat ModalCloseButton to use

Wicket Bootstrap 0.9.13 & 0.10.4 are released

2015-11-02 Thread Martin Grigorov
Wicket Bootstrap 0.9.13 (built against Wicket 6.20.0) and 0.10.4 (built against Wicket 7.1.0) have been released and are available at Maven Central. New features: - integration with http://summernote.org/ - integration with http://vsn4ik.github.io/bootstrap-checkbox/ - integration with http

Re: what's the version of wicket bootstrap for wicket 7?

2015-10-27 Thread Ernesto Reinaldo Barreiro
Ok. Its seems it is 0.10.3: just found the release e-mail from Martin. Sorry for the noise. On Tue, Oct 27, 2015 at 3:01 PM, Ernesto Reinaldo Barreiro < reier...@gmail.com> wrote: > Hi, > > What's the version of wicket bootstrap compatible with wicket 7.1.0? > > -- > Re

Re: what's the version of wicket bootstrap for wicket 7?

2015-10-27 Thread Ernesto Reinaldo Barreiro
gorov > > On Tue, Oct 27, 2015 at 4:01 PM, Ernesto Reinaldo Barreiro < > reier...@gmail.com> wrote: > > > Hi, > > > > What's the version of wicket bootstrap compatible with wicket 7.1.0? > > > > -- > > Regards - Ernesto Reinaldo Barreiro > > > -- Regards - Ernesto Reinaldo Barreiro

Re: what's the version of wicket bootstrap for wicket 7?

2015-10-27 Thread Martin Grigorov
Hi Ernesto, 0.10.x series are built against Wicket 7.x 0.10.3 is latest at the moment. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Tue, Oct 27, 2015 at 4:01 PM, Ernesto Reinaldo Barreiro < reier...@gmail.com> wrote: > Hi, > > What's the ve

what's the version of wicket bootstrap for wicket 7?

2015-10-27 Thread Ernesto Reinaldo Barreiro
Hi, What's the version of wicket bootstrap compatible with wicket 7.1.0? -- Regards - Ernesto Reinaldo Barreiro

Re: wicket-bootstrap project

2015-08-24 Thread Martin Grigorov
Hi, On Mon, Aug 24, 2015 at 9:49 PM, michal vas michalvasa...@gmail.com wrote: I try to create a poc with a bootstrap style and I saw the wicket-bootstrap project. Why are the pros and cons using this wrapper ? Pros: - integration with third party bootstrap plugins, i.e. not part

Re: wicket-bootstrap project

2015-08-24 Thread michal vas
thank you for your detailed reply Michal 2015-08-24 22:00 GMT+02:00 Martin Grigorov mgrigo...@apache.org: Hi, On Mon, Aug 24, 2015 at 9:49 PM, michal vas michalvasa...@gmail.com wrote: I try to create a poc with a bootstrap style and I saw the wicket-bootstrap project. Why

wicket-bootstrap project

2015-08-24 Thread michal vas
I try to create a poc with a bootstrap style and I saw the wicket-bootstrap project. Why are the pros and cons using this wrapper ? Why not using bootstrap directly in the html pages only ? Using the wicket-bootstrap project wouldn't make the java code too much linked with the bootstrap framework

Re: Wicket Bootstrap 0.9.12 0.10.3 are released

2015-08-12 Thread Martin Grigorov
On Wed, Aug 12, 2015 at 11:02 AM, Martin Grigorov martin.grigo...@gmail.com wrote: Hi, Wicket Bootstrap 0.9.12 (built against Wicket 6.20.0) and 0.10.3 (built against Wicket 7.0.0) have been released and are available at Maven Central. New features: - a component for *http

Wicket Bootstrap 0.9.12 0.10.3 are released

2015-08-12 Thread Martin Grigorov
Hi, Wicket Bootstrap 0.9.12 (built against Wicket 6.20.0) and 0.10.3 (built against Wicket 7.0.0) have been released and are available at Maven Central. New features: - a component for *http://www.dropzonejs.com/ http://www.dropzonejs.com/* - a behavior for https://daneden.github.io/animate.css

Wicket Bootstrap 0.10.2 is released

2015-06-23 Thread Martin Grigorov
Hi, Wicket Bootstrap 0.10.2 has been released and soon will be available at Maven Central. The major change is the upgrade of Wicket to 7.0.0-M6 and Bootstrap to 3.3.5. The Git short log is: Martin Tzvetanov Grigorov (24): [maven-release-plugin] prepare for next development iteration

[ANNOUNCE] Wicket Bootstrap 0.9.11 is released

2015-06-20 Thread Martin Grigorov
Hi, Wicket Bootstrap 0.9.11 has been released and soon will be available at Maven Central. The major change is the upgrade of Bootstrap to 3.3.5. The Git short log is: Martin Tzvetanov Grigorov (16): [maven-release-plugin] prepare for next development iteration Update the latest

Re: Wicket Bootstrap 0.9.9 is released

2015-06-01 Thread Martin Grigorov
I just released 0.9.10 with this extra commit. Thank you, Tobias! On Sun, May 31, 2015 at 1:10 AM, Martin Grigorov martin.grigo...@gmail.com wrote: Hi, Wicket Bootstrap 0.9.9 (built against Wicket 6.19.0) have been released and soon will be available at Maven Central. New features

Re: Wicket Bootstrap 0.9.9 is released

2015-06-01 Thread Hans-Heinrich Braun
)] at org.apache.wicket.markup.MarkupStream.throwMarkupException(MarkupStream.java:526) I am using 0.9.9-Bootstrap. Von: Martin Grigorov mgrigo...@apache.org An: users@wicket.apache.org users@wicket.apache.org Gesendet: 22:43 Sonntag, 31.Mai 2015 Betreff: Re: Wicket Bootstrap 0.9.9 is released Hi

Re: Wicket Bootstrap 0.9.9 is released

2015-06-01 Thread Martin Grigorov
2015 Betreff: Re: Wicket Bootstrap 0.9.9 is released Hi, Sorry, the provided information is highly insufficient for any of us to help you! Please give some more details. P.S. the subject is not related to your question. Martin Grigorov Wicket Training and Consulting https://twitter.com

Re: Wicket Bootstrap 0.9.9 is released

2015-05-31 Thread Tobias Soloschenko
martin.grigo...@gmail.com wrote: Hi, Wicket Bootstrap 0.9.9 (built against Wicket 6.19.0) have been released and soon will be available at Maven Central. New features: - a component for *http://www.dropzonejs.com/ http://www.dropzonejs.com/* - a behavior for https://daneden.github.io/animate.css

Re: Wicket Bootstrap 0.9.9 is released

2015-05-31 Thread Martin Grigorov
...@gmail.com wrote: Hi, Wicket Bootstrap 0.9.9 (built against Wicket 6.19.0) have been released and soon will be available at Maven Central. New features: - a component for *http://www.dropzonejs.com/ http://www.dropzonejs.com/* - a behavior for https://daneden.github.io/animate.css

Re: Wicket Bootstrap 0.9.9 is released

2015-05-31 Thread Martin Grigorov
Hi, Sorry, the provided information is highly insufficient for any of us to help you! Please give some more details. P.S. the subject is not related to your question. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Sun, May 31, 2015 at 11:06 AM,

Wicket Bootstrap 0.9.9 is released

2015-05-31 Thread hansheinrichbraun
Martin, can you explain me why i get the error Unable to find component with id 'tree' in  [ TransparentWebMarkupContainer for my NestedTree component when I change the Theme? Von Samsung Mobile gesendet

Wicket Bootstrap 0.9.9 is released

2015-05-30 Thread Martin Grigorov
Hi, Wicket Bootstrap 0.9.9 (built against Wicket 6.19.0) have been released and soon will be available at Maven Central. New features: - a component for *http://www.dropzonejs.com/ http://www.dropzonejs.com/* - a behavior for https://daneden.github.io/animate.css/ The list of commits since

Re: Re: Re: Re: Wicket Bootstrap and Wizard

2015-05-26 Thread Hans-Heinrich Braun
The error only happens when I am at the tree page and change the theme.When I change the theme before no  problem.

Re: Re: Re: Wicket Bootstrap and Wizard

2015-05-26 Thread Martin Grigorov
Samsung Mobile gesendet div Ursprüngliche Nachricht /divdivVon: Martin Grigorov mgrigo...@apache.org /divdivDatum:25.05.2015 22:10 (GMT+01:00) /divdivAn: users@wicket.apache.org /divdivBetreff: Re: Re: Wicket Bootstrap and Wizard /divdiv /divHi, I'd use the theme name. E.g

AW: Re: Re: Re: Wicket Bootstrap and Wizard

2015-05-26 Thread hansheinrichbraun
/divdivBetreff: Re: Re: Re: Wicket Bootstrap and Wizard /divdiv /divWhat parameters? Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Tue, May 26, 2015 at 8:24 AM, hansheinrichbraun hansheinrichbr...@yahoo.de wrote: Must I define the parameters for the css files

Re: Re: Re: Re: Wicket Bootstrap and Wizard

2015-05-26 Thread Martin Grigorov
:26.05.2015 08:09 (GMT+01:00) /divdivAn: users@wicket.apache.org /divdivBetreff: Re: Re: Re: Wicket Bootstrap and Wizard /divdiv /divWhat parameters? Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Tue, May 26, 2015 at 8:24 AM, hansheinrichbraun hansheinrichbr

Re: Re: Re: Re: Wicket Bootstrap and Wizard

2015-05-26 Thread Hans-Heinrich Braun
) at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:538) at java.lang.Thread.run(Thread.java:745) | Von: Martin Grigorov mgrigo...@apache.org An: users@wicket.apache.org users@wicket.apache.org Gesendet: 10:02 Dienstag, 26.Mai 2015 Betreff: Re: Re: Re: Re: Wicket Bootstrap and Wizard

Re: Wicket Bootstrap and Wizard

2015-05-25 Thread Martin Grigorov
Braun Von: Martin Grigorov mgrigo...@apache.org An: users@wicket.apache.org users@wicket.apache.org; Hans-Heinrich Braun hansheinrichbr...@yahoo.de Gesendet: 10:16 Sonntag, 24.Mai 2015 Betreff: Re: Wicket Bootstrap and Wizard Hi Henry, It is hard for me to say what is wrong. AFAIR

AW: Re: Wicket Bootstrap and Wizard

2015-05-25 Thread hansheinrichbraun
/divdivVon: Martin Grigorov mgrigo...@apache.org /divdivDatum:25.05.2015 08:45 (GMT+01:00) /divdivAn: users@wicket.apache.org,Hans-Heinrich Braun hansheinrichbr...@yahoo.de /divdivBetreff: Re: Wicket Bootstrap and Wizard /divdiv /divHi, Wicket-Extensions Tree component uses CSS themes

Re: Re: Wicket Bootstrap and Wizard

2015-05-25 Thread Martin Grigorov
...@yahoo.de /divdivBetreff: Re: Wicket Bootstrap and Wizard /divdiv /divHi, Wicket-Extensions Tree component uses CSS themes for styling. It is very easy to provide Bootstrap theme for it. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Sun, May 24, 2015

AW: Re: Re: Wicket Bootstrap and Wizard

2015-05-25 Thread hansheinrichbraun
@wicket.apache.org /divdivBetreff: Re: Re: Wicket Bootstrap and Wizard /divdiv /divHi, I'd use the theme name. E.g. create tree.paper.css, tree.flatly.css, ... Also create BootswatchTreeBehavior, which #renderHead() will use BootstrapSettings.getActiveThemeProvider().getTheme().getName() to construct

Re: Wicket Bootstrap and Wizard

2015-05-24 Thread Hans-Heinrich Braun
recommend?Heiner Braun Von: Martin Grigorov mgrigo...@apache.org An: users@wicket.apache.org users@wicket.apache.org; Hans-Heinrich Braun hansheinrichbr...@yahoo.de Gesendet: 10:16 Sonntag, 24.Mai 2015 Betreff: Re: Wicket Bootstrap and Wizard Hi Henry, It is hard for me to say what is wrong

Re: Wicket Bootstrap and Wizard

2015-05-24 Thread Martin Grigorov
hansheinrichbr...@yahoo.de wrote: Hello Martin, I try to include a Wizard Example in your Wicket Bootstrap environment.In the center of the adaption is the Class WizardPage: package braunimmobilien.bootstrap.webapp.pages.wizard; import java.lang.reflect.Constructor;import

Wicket Bootstrap and Wizard

2015-05-23 Thread Hans-Heinrich Braun
Hello Martin, I try to include a Wizard Example in your Wicket Bootstrap environment.In the center of the adaption is the Class WizardPage: package braunimmobilien.bootstrap.webapp.pages.wizard; import java.lang.reflect.Constructor;import org.apache.wicket.request.mapper.parameter.PageParameters

Re: wicket-bootstrap current version error

2015-04-11 Thread Martin Grigorov
0.9.9-snapshot is not released. You have to build it yourself. Build the parent project not just a sub-module On Apr 11, 2015 8:45 PM, Hasan Çelik hsnclk1...@gmail.com wrote: Hi Martin, I can import wicket-bootstrap 0.10.0 and 0.9.8 not the others...for example I can not import 0.9.9-snapshot

Re: wicket-bootstrap current version error

2015-04-11 Thread Hasan Çelik
Hi Martin, I can import wicket-bootstrap 0.10.0 and 0.9.8 not the others...for example I can not import 0.9.9-snapshot.. Web Sitesi : www.ab-hibe.com E-mail: hasance...@berkadem.com E-mail: i...@ab-hibe.com Gsm1: 0 544 640 96 25 Adres : 1271. Sokak 33/14 Sabri Mermutlu İş Merkezi Balgat Ankara

wicket-bootstrap current version error

2015-04-11 Thread Hasan Çelik
I downloaded current version of the wicket-bootstrap.. but when I try to run, I am getting this error? [INFO] Scanning for projects... [INFO] [INFO] [INFO] Building bootstrap-samples 0.9.9-SNAPSHOT [INFO

Wicket Bootstrap 0.9.7 0.10.0 are released

2015-02-18 Thread Martin Grigorov
Hi, Wicket Bootstrap 0.9.8 (built against Wicket 6.19.0) and 0.10.0 (against Wicket 7.0.0-M5) have been released and soon will be available at Maven Central. New features: - component for http://eonasdan.github.io/bootstrap-datetimepicker/ - component for http://www.virtuosoft.eu/code/bootstrap

CheckBoxX style (wicket-bootstrap)

2014-12-16 Thread Lucio Crusca
Hello, I'm using some CheckBoxX instances and I'd like to apply a style to them. I want the true state to be shown as U+2713 (✓), the false state to be shown as U+2717 (✗) and the undefined state to be shown as a question mark (?). Moreover I want to make the box (or symbols) size the same as

Re: CheckBoxX style (wicket-bootstrap)

2014-12-16 Thread Martin Grigorov
Hi, On Tue, Dec 16, 2014 at 12:19 PM, Lucio Crusca lu...@sulweb.org wrote: Hello, I'm using some CheckBoxX instances and I'd like to apply a style to them. I want the true state to be shown as U+2713 (✓), the false state to be shown as U+2717 (✗) and the undefined state to be shown as a

Wicket Bootstrap 0.9.7 is released

2014-10-17 Thread Martin Grigorov
Hi, Wicket Bootstrap 0.9.7 has been released and soon will be available at Maven Central. New features: - three state checkbox based on https://github.com/kartik-v/bootstrap-checkbox-x/ - automatic detection of IE6-8 and contribution of html5shiv.js and respond.js - Integration with https

Wicket Bootstrap 0.9.6 is released

2014-09-29 Thread Martin Grigorov
Hi, Wicket Bootstrap 0.9.6 has been released and soon will be available at Maven Central. We've added some new components: - Ladda buttons - http://msurguy.github.io/ladda-bootstrap/ - X-Editable behavior - http://vitalets.github.io/x-editable/ - Twitter Typeahead v 0.10 - https

Fwd: Wicket Bootstrap 0.9.5 is released

2014-07-08 Thread Martin Grigorov
-- Forwarded message -- From: Michael Haitz michael.ha...@agilecoders.de Date: Tue, Jul 8, 2014 at 6:04 PM Subject: Wicket Bootstrap 0.9.5 is released To: wicket-bootst...@googlegroups.com Hi, Wicket Bootstrap 0.9.5 has been released and soon will be available at Maven Central

[ANNOUNCE] Wicket Bootstrap 0.9.4 is released

2014-06-27 Thread Martin Grigorov
Hi, Wicket Bootstrap 0.9.4 has been released and soon will be available at Maven Central. The Git short log is: Martin Tzvetanov Grigorov (35): [maven-release-plugin] prepare for next development iteration Use 0.3.5 of the parent pom. Inherit the release plugin config

[ANNOUNCE] Wicket Bootstrap 0.9.3 is released

2014-05-30 Thread Martin Grigorov
Hi, Wicket Bootstrap 0.9.3 has been released and soon will be available at Maven Central. The major change is the upgrade of Bootstrap to 3.1.1. The Git short log is: David Beer (5): Added FontAwsome CDN Reference Changed the Class to extend UrlResourceReference and pass the CDN

Re: Wicket-Bootstrap 0.9.2 js resource not found.

2014-03-21 Thread Martin Grigorov
Hi, JBoss uses their own virtual file system and I remember it Wicket-Bootstrap had problems with it before. In 0.9.3-SNAPSHOT it is possible to avoid usage of webjars so I'd recommend you to use non-webjars in JBoss from now on. https://github.com/l0rdn1kk0n/wicket-bootstrap/issues/337 Martin

Re: Wicket-Bootstrap 0.9.2 js resource not found.

2014-03-21 Thread David Beer
...@apache.org wrote: Hi, JBoss uses their own virtual file system and I remember it Wicket-Bootstrap had problems with it before. In 0.9.3-SNAPSHOT it is possible to avoid usage of webjars so I'd recommend you to use non-webjars in JBoss from now on. https://github.com/l0rdn1kk0n/wicket

Re: Wicket-Bootstrap 0.9.2 js resource not found.

2014-03-21 Thread David Beer
and I remember it Wicket-Bootstrap had problems with it before. In 0.9.3-SNAPSHOT it is possible to avoid usage of webjars so I'd recommend you to use non-webjars in JBoss from now on. https://github.com/l0rdn1kk0n/wicket-bootstrap/issues/337 Martin Grigorov Wicket Training and Consulting

Re: Wicket-Bootstrap 0.9.2 js resource not found.

2014-03-21 Thread Martin Grigorov
We didn't have to do any refactorings to upgrade Wicket-Bootstrap from 3.0 to 3.1. As usual - let us know if you have any issues! Martin Grigorov Wicket Training and Consulting On Fri, Mar 21, 2014 at 2:12 PM, David Beer david.m.b...@gmail.com wrote: I have decided to switch to 0.9.3

Re: Wicket-Bootstrap 0.9.2 js resource not found.

2014-03-21 Thread David Beer
ConfigureBootstrap method is as follows and is called from init() in WicketApllication /** * configures wicket-bootstrap and installs the settings. */ private void configureBootstrap() { final ThemeProvider themeProvider = new BootswatchThemeProvider

  1   2   >