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

2024-01-09 Thread Andrea Patricelli
Thanks again for the hints Martin. The issue was caused by a not well 
formed html returned by the ajax response and browser cache did not help 
too much to check the solution.


Best regards,
Andrea

On 09/01/24 09:04, Martin Grigorov wrote:

Hi Andrea,

Please use Wicket-Bootstrap's issues 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 7.0.2-SNAPSHOT and
wicket 10.0.0-M2.

I'm getting as clear as cryptic error with a multivalued panel when
clicking the "+" button to add a new text field panel.

Basically the multivalued panel goal is to manage multivalued attributes
of an object, especially a list of strings, nothing too much complex.

The error is:

POST

http://localhost:9090/syncope-console/wicket/bookmarkable/org.apache.syncope.client.console.pages.Realms?3-1.0-body-content-body-container-content-tabbedPanel-panel-searchResult-outerObjectsRepeater-0-outer-form-content-form-view-plainSchemas-tabs-0-body-content-schemas-8-panel-multiValueContainer-innerForm-content-view-0-panelPlus-add&selectedIndex=1
400 (Bad Request)
Wicket.Ajax.Call.failure: Error while parsing response: Bad Request

The error occurs only when I'm in a boostrap modal window by
wicket-bootstrap-core. The very same panel outside the modal is working
fine.

The multivalued panel class structure is quite complex, but the button
that fires such AJAX behavior is here [1].

Moreover I've also reproduced the same structure (simplified) with the
wicket sample archetype, but no error occurs and I'm not able to
reproduce the issue.

I'd like to ask not a solution, but at least the most effective way to
debug and to find some more hints about the error (logs, whatever) and
why the request is returning 400 without any apparent wrong input.

I'm working in dev mode and using the chrome dev console, but did not
find any clue to solve the issue.


I'd compare the request url and parameters when using the modal and without
it. Is there any noticeable difference ?
The next step is to set a breakpoint at HttpServletResponse#sendError() and
see who calls it and the reason why it is being called.




Thanks and regards,
Andrea

[1]

https://github.com/apache/syncope/blob/master/client/idrepo/common-ui/src/main/java/org/apache/syncope/client/ui/commons/markup/html/form/AbstractMultiPanel.java#L94-L125

--
Andrea Patricelli

Tirasa - Open Source Excellence
http://www.tirasa.net/

Member at The Apache Software Foundation
Syncope



--
Andrea Patricelli

Tirasa - Open Source Excellence
http://www.tirasa.net/

Member at The Apache Software Foundation
Syncope


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Wicket 9.x and wicket-bootstrap status

2019-09-24 Thread Martin Grigorov
2.0.11 (Wicket 8.6.1 + Bootstrap 3.x) and 3.0.0-M12 (Wicket 8.6.1 +
Bootstrap 4.x) are also released!

On Tue, Sep 24, 2019 at 9:18 AM Michał Szwaczko  wrote:

> 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 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 <
> mgrigo...@apache.org mailto:mgrigo...@apache.org >
> > wrote:
> >
> >
> > > > 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-Bootstrap only when:
> > > 1) there is new release of Wicket + WicketStuff
> > > 2) someone asks for a release for a new feature or a bugfix
> > >
> > > >
> > > > I will cut a release in the coming days!
> > >
> > > >
> > > > On Thu, Sep 19, 2019 at 1:32 PM < mi...@wirelabs.net
> mailto:mi...@wirelabs.net > wrote:
> > >
> > > > >> 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: Wicket 9.x and wicket-bootstrap status

2019-09-23 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 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 < mgrigo...@apache.org 
> mailto:mgrigo...@apache.org >
> wrote:
> 
> 
> > > 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-Bootstrap only when:
> > 1) there is new release of Wicket + WicketStuff
> > 2) someone asks for a release for a new feature or a bugfix
> > 
> > > 
> > > I will cut a release in the coming days!
> > 
> > > 
> > > On Thu, Sep 19, 2019 at 1:32 PM < mi...@wirelabs.net 
> mailto:mi...@wirelabs.net > wrote:
> > 
> > > >> 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: 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:
> 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-Bootstrap only when:
> 1) there is new release of Wicket + WicketStuff
> 2) someone asks for a release for a new feature or a bugfix
>
> I will cut a release in the coming days!
>
> On Thu, Sep 19, 2019 at 1:32 PM  wrote:
>
>> 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: 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-Bootstrap only when:
1) there is new release of Wicket + WicketStuff
2) someone asks for a release for a new feature or a bugfix

I will cut a release in the coming days!

On Thu, Sep 19, 2019 at 1:32 PM  wrote:

> 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


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 wael <
nino.martinez.w...@gmail.com> wrote:

> 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:
>
> confirmationConfig.put(new Key<>("onConfirm"),"function(value) {
> alert('You chose ' + value);}");
>
> But it wraps the function in an additional " which breaks the javascript
> code (because it thinks its a string and not a function):
>
> ERROR:
> Wicket.Ajax.Call.processEvaluation: Exception evaluating javascript:
> Error: TOOLTIP: Option "onConfirm" provided type "string" but expected
> type "function"., text:
>
> (function(){Wicket.Ajax.ajax({"u":"./show?3-1.0-activeOptionsForm-option-0-optionName-optionCheckBox&id=1","m":"POST","c":"optionCheckBox2e","pre":[function(attrs){return
> confirm('resistance is
>
> futile');}],"e":"click"});})();(function(){$('#optionCheckBox2e').confirmation({"onConfirm":"function(value)
> { alert('You chose ' + value);}","title":"Hvis du fjerner Optionen
> bliver prompter, handling osv
> slettet","singleton":true,"popout":true,"btnOkLabel":"Do
> it","btnCancelLabel":"Runaway in
>
> fear","placement":"bottom","rootSelector":"optionCheckBox2e"});})();(function(){Wicket.Ajax.ajax({"u":"./show?3-1.0-outerForm-actionsContainer-actions-0-action-actionForm-formSubmit&id=1","m":"POST","c":"formSubmita8","f":"actionForma7","sc":"actionsContainer:actions:0:action:actionForm:formSubmit","e":"click","pd":true});})();(function(){Wicket.Ajax.ajax({"u":"./show?3-1.0-outerForm-actionsContainer-actions-0-action-actionForm-actionType&id=1","m":"POST","c":"actionTypea9","e":"change"});})();(function(){Wicket.Ajax.ajax({"u":"./show?3-1.0-outerForm-actionsContainer-actions-1-action-actionForm-formSubmit&id=1","m":"POST","c":"formSubmitab","f":"actionFormaa","sc":"actionsContainer:actions:1:action:actionForm:formSubmit","e":"click","pd":true});})();(function(){Wicket.Ajax.ajax({"u":"./show?3-1.0-outerForm-actionsContainer-actions-1-action-actionForm-actionType&id=1","m":"POST","c":"actionTypeac","e":"change"});})();(function(){Wicket.Ajax.ajax({"u":"./show?3-1.0-outerForm-actionsContainer-actions-2-action-actionForm-formSubmit&id=1","m":"POST","c":"formSubmitaf","f":"actionFormae","sc":"actionsContainer:actions:2:action:actionForm:formSubmit","e":"click","pd":true});})();(function(){Wicket.Ajax.ajax({"u":"./show?3-1.0-outerForm-actionsContainer-actions-2-action-actionForm-actionType&id=1","m":"POST","c":"actionTypeb0","e":"change"});})();(function(){Wicket.Ajax.ajax({"u":"./show?3-1.0-outerForm-actionsContainer-actions-3-action-actionForm-formSubmit&id=1","m":"POST","c":"formSubmitb2","f":"actionFormb1","sc":"actionsContainer:actions:3:action:actionForm:formSubmit","e":"click","pd":true});})();(function(){Wicket.Ajax.ajax({"u":"./show?3-1.0-outerForm-actionsContainer-actions-3-action-actionForm-actionType&id=1","m":"POST","c":"actionTypeb3","e":"change"});})();(function(){Wicket.Ajax.ajax({"u":"./show?3-1.0-outerForm-actionsContainer-actions-4-action-actionForm-formSubmit&id=1","m":"POST","c":"formSubmitb5","f":"actionFormb4","sc":"actionsContainer:actions:4:action:actionForm:formSubmit","e":"click","pd":true});})();(function(){Wicket.Ajax.ajax({"u":"./show?3-1.0-outerForm-actionsContainer-actions-4-action-actionForm-actionType&id=1","m":"POST","c":"actionTypeb6","e":"change"});})();(function(){Wicket.Ajax.ajax({"u":"./show?3-1.0-outerForm-actionsContainer-actions-5-action-actionForm-formSubmit&id=1","m":"POST","c":"formSubmitb8","f":"actionFormb7","sc":"actionsContainer:actions:5:action:actionForm:formSubmit","e":"click","pd":true});})();(function(){Wicket.Ajax.ajax({"u":"./show?3-1.0-outerForm-actionsContainer-actions-5-action-actionForm-actionType&id=1","m":"POST","c":"actionTypeb9","e":"change"});})();(function(){Wicket.Ajax.ajax({"u":"./show?3-1.0-outerForm-actionsContainer-actions-6-action-actionForm-formSubmit&id=1","m":"POST","c":"formSubmitbb","f":"actionFormba","sc":"actionsContainer:actions:6:action:actionForm:formSubmit","e":"click","pd":true});})();(function(){Wicket.Ajax.ajax({"u":"./show?3-1.0-outerForm-actionsContainer-actions-6-action-actionForm-actionType&id=1","m":"POST","c":"actionTypebc","e":"change"});})();(function(){Wicket.Ajax.ajax({"u":"./show?3-1.0-outerForm-actionsContainer-actions-7-action-actionForm-formSubmit&id=1","m":"POST","c":"formSubmitbe","f":"actionFormbd","sc":"actionsContainer:actions:7:action:actionForm:formSubmit","e":"click","pd":true});})();(function(){Wicket.Ajax.ajax({"u":"./show?3-1.0-outerForm-actionsContai

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:

confirmationConfig.put(new Key<>("onConfirm"),"function(value) {
alert('You chose ' + value);}");

But it wraps the function in an additional " which breaks the javascript
code (because it thinks its a string and not a function):

ERROR:
Wicket.Ajax.Call.processEvaluation: Exception evaluating javascript:
Error: TOOLTIP: Option "onConfirm" provided type "string" but expected
type "function"., text:
(function(){Wicket.Ajax.ajax({"u":"./show?3-1.0-activeOptionsForm-option-0-optionName-optionCheckBox&id=1","m":"POST","c":"optionCheckBox2e","pre":[function(attrs){return
confirm('resistance is
futile');}],"e":"click"});})();(function(){$('#optionCheckBox2e').confirmation({"onConfirm":"function(value)
{ alert('You chose ' + value);}","title":"Hvis du fjerner Optionen
bliver prompter, handling osv
slettet","singleton":true,"popout":true,"btnOkLabel":"Do
it","btnCancelLabel":"Runaway in
fear","placement":"bottom","rootSelector":"optionCheckBox2e"});})();(function(){Wicket.Ajax.ajax({"u":"./show?3-1.0-outerForm-actionsContainer-actions-0-action-actionForm-formSubmit&id=1","m":"POST","c":"formSubmita8","f":"actionForma7","sc":"actionsContainer:actions:0:action:actionForm:formSubmit","e":"click","pd":true});})();(function(){Wicket.Ajax.ajax({"u":"./show?3-1.0-outerForm-actionsContainer-actions-0-action-actionForm-actionType&id=1","m":"POST","c":"actionTypea9","e":"change"});})();(function(){Wicket.Ajax.ajax({"u":"./show?3-1.0-outerForm-actionsContainer-actions-1-action-actionForm-formSubmit&id=1","m":"POST","c":"formSubmitab","f":"actionFormaa","sc":"actionsContainer:actions:1:action:actionForm:formSubmit","e":"click","pd":true});})();(function(){Wicket.Ajax.ajax({"u":"./show?3-1.0-outerForm-actionsContainer-actions-1-action-actionForm-actionType&id=1","m":"POST","c":"actionTypeac","e":"change"});})();(function(){Wicket.Ajax.ajax({"u":"./show?3-1.0-outerForm-actionsContainer-actions-2-action-actionForm-formSubmit&id=1","m":"POST","c":"formSubmitaf","f":"actionFormae","sc":"actionsContainer:actions:2:action:actionForm:formSubmit","e":"click","pd":true});})();(function(){Wicket.Ajax.ajax({"u":"./show?3-1.0-outerForm-actionsContainer-actions-2-action-actionForm-actionType&id=1","m":"POST","c":"actionTypeb0","e":"change"});})();(function(){Wicket.Ajax.ajax({"u":"./show?3-1.0-outerForm-actionsContainer-actions-3-action-actionForm-formSubmit&id=1","m":"POST","c":"formSubmitb2","f":"actionFormb1","sc":"actionsContainer:actions:3:action:actionForm:formSubmit","e":"click","pd":true});})();(function(){Wicket.Ajax.ajax({"u":"./show?3-1.0-outerForm-actionsContainer-actions-3-action-actionForm-actionType&id=1","m":"POST","c":"actionTypeb3","e":"change"});})();(function(){Wicket.Ajax.ajax({"u":"./show?3-1.0-outerForm-actionsContainer-actions-4-action-actionForm-formSubmit&id=1","m":"POST","c":"formSubmitb5","f":"actionFormb4","sc":"actionsContainer:actions:4:action:actionForm:formSubmit","e":"click","pd":true});})();(function(){Wicket.Ajax.ajax({"u":"./show?3-1.0-outerForm-actionsContainer-actions-4-action-actionForm-actionType&id=1","m":"POST","c":"actionTypeb6","e":"change"});})();(function(){Wicket.Ajax.ajax({"u":"./show?3-1.0-outerForm-actionsContainer-actions-5-action-actionForm-formSubmit&id=1","m":"POST","c":"formSubmitb8","f":"actionFormb7","sc":"actionsContainer:actions:5:action:actionForm:formSubmit","e":"click","pd":true});})();(function(){Wicket.Ajax.ajax({"u":"./show?3-1.0-outerForm-actionsContainer-actions-5-action-actionForm-actionType&id=1","m":"POST","c":"actionTypeb9","e":"change"});})();(function(){Wicket.Ajax.ajax({"u":"./show?3-1.0-outerForm-actionsContainer-actions-6-action-actionForm-formSubmit&id=1","m":"POST","c":"formSubmitbb","f":"actionFormba","sc":"actionsContainer:actions:6:action:actionForm:formSubmit","e":"click","pd":true});})();(function(){Wicket.Ajax.ajax({"u":"./show?3-1.0-outerForm-actionsContainer-actions-6-action-actionForm-actionType&id=1","m":"POST","c":"actionTypebc","e":"change"});})();(function(){Wicket.Ajax.ajax({"u":"./show?3-1.0-outerForm-actionsContainer-actions-7-action-actionForm-formSubmit&id=1","m":"POST","c":"formSubmitbe","f":"actionFormbd","sc":"actionsContainer:actions:7:action:actionForm:formSubmit","e":"click","pd":true});})();(function(){Wicket.Ajax.ajax({"u":"./show?3-1.0-outerForm-actionsContainer-actions-7-action-actionForm-actionType&id=1","m":"POST","c":"actionTypebf","e":"change"});})();(function(){Wicket.Ajax.ajax({"u":"./show?3-1.0-outerForm-actionsContainer-actions-8-action-actionForm-formSubmit&id=1","m":"POST","c":"formSubmitc1","f":"actionFormc0","sc":"actionsContainer:actions:8:action:actionForm:formSubmit","e":"click","pd":true});})();(function(){Wicket.Ajax.ajax({"u":"

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
howto use it via Bootstrap confirmation..


Does anyone have an idea howto solve this problem?



Link to bootstrap confirmation:

https://bootstrap-confirmation.js.org/

-- 
Best regards / Med venlig hilsen
Nino Martinez


Re: Wicket Bootstrap 0.9.21 Release

2016-12-31 Thread Martin Grigorov
0.9.21 is on its way to Maven Central!

Happy New Year!

Martin Grigorov
Wicket Training and Consulting
https://twitter.com/mtgrigorov

On Sat, Dec 31, 2016 at 2:29 PM, Ronny Pscheidl 
wrote:

> Many thanks! :)
>
> john.j.cool
>
> > Am 31.12.2016 um 14:23 schrieb Martin Grigorov :
> >
> > My mistake!
> > https://issues.apache.org/jira/browse/WICKET-6219 is applied to 6.25.0
> as
> > well.
> > I'll release WB 0.9.21!
> >
> > Martin Grigorov
> > Wicket Training and Consulting
> > https://twitter.com/mtgrigorov
> >
> > On Fri, Dec 30, 2016 at 6:34 PM, Tobias Soloschenko <
> > tobiassolosche...@googlemail.com> wrote:
> >
> >> Then let's wait for 7.6.0
> >>
> >> kind regards
> >>
> >> Tobias
> >>
> >>> Am 30.12.2016 um 18:15 schrieb Martin Grigorov :
> >>>
> >>> The issue with the fragments is only with Wicket 7.5.0+
> >>>
> >>> On Dec 30, 2016 6:58 PM, "Tobias Soloschenko" <
> >>> tobiassolosche...@googlemail.com> wrote:
> >>>
> >>>> Hi,
> >>>>
> >>>> currently there is a vote for Wicket 6.26.0 to be released. I guess it
> >>>> would make sense to build WB with that new version and test it.
> >>>>
> >>>> @Martin - WDYT?
> >>>>
> >>>> kind regards
> >>>>
> >>>> Tobias
> >>>>
> >>>>> Am 30.12.2016 um 17:33 schrieb Ronny Pscheidl <
> >>>> john.j.c...@googlemail.com>:
> >>>>>
> >>>>> Hi,
> >>>>> but this isn'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,
> >>>>>>
> >>>>>> You can use older WB with latest Wicket.
> >>>>>> They are binary compatible.
> >>>>>>
> >>>>>>> On Dec 30, 2016 5:43 PM, "john.j.cool"  >
> >>>> wrote:
> >>>>>>>
> >>>>>>> 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
> >>>>>>>
> >>>>>
> >>>>> 
> -
> >>>>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> >>>>> For additional commands, e-mail: users-h...@wicket.apache.org
> >>>>>
> >>>>
> >>>> -
> >>>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> >>>> For additional commands, e-mail: users-h...@wicket.apache.org
> >>>>
> >>>>
> >>
> >> -
> >> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> >> For additional commands, e-mail: users-h...@wicket.apache.org
> >>
> >>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


Re: Wicket Bootstrap 0.9.21 Release

2016-12-31 Thread Ronny Pscheidl
Many thanks! :)

john.j.cool

> Am 31.12.2016 um 14:23 schrieb Martin Grigorov :
> 
> My mistake!
> https://issues.apache.org/jira/browse/WICKET-6219 is applied to 6.25.0 as
> well.
> I'll release WB 0.9.21!
> 
> Martin Grigorov
> Wicket Training and Consulting
> https://twitter.com/mtgrigorov
> 
> On Fri, Dec 30, 2016 at 6:34 PM, Tobias Soloschenko <
> tobiassolosche...@googlemail.com> wrote:
> 
>> Then let's wait for 7.6.0
>> 
>> kind regards
>> 
>> Tobias
>> 
>>> Am 30.12.2016 um 18:15 schrieb Martin Grigorov :
>>> 
>>> The issue with the fragments is only with Wicket 7.5.0+
>>> 
>>> On Dec 30, 2016 6:58 PM, "Tobias Soloschenko" <
>>> tobiassolosche...@googlemail.com> wrote:
>>> 
>>>> Hi,
>>>> 
>>>> currently there is a vote for Wicket 6.26.0 to be released. I guess it
>>>> would make sense to build WB with that new version and test it.
>>>> 
>>>> @Martin - WDYT?
>>>> 
>>>> kind regards
>>>> 
>>>> Tobias
>>>> 
>>>>> Am 30.12.2016 um 17:33 schrieb Ronny Pscheidl <
>>>> john.j.c...@googlemail.com>:
>>>>> 
>>>>> Hi,
>>>>> but this isn'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,
>>>>>> 
>>>>>> You can use older WB with latest Wicket.
>>>>>> They are binary compatible.
>>>>>> 
>>>>>>> On Dec 30, 2016 5:43 PM, "john.j.cool" 
>>>> wrote:
>>>>>>> 
>>>>>>> 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
>>>>>>> 
>>>>> 
>>>>> -
>>>>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>>>>> For additional commands, e-mail: users-h...@wicket.apache.org
>>>>> 
>>>> 
>>>> -
>>>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>>>> For additional commands, e-mail: users-h...@wicket.apache.org
>>>> 
>>>> 
>> 
>> -
>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> For additional commands, e-mail: users-h...@wicket.apache.org
>> 
>> 

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Wicket Bootstrap 0.9.21 Release

2016-12-31 Thread Martin Grigorov
My mistake!
https://issues.apache.org/jira/browse/WICKET-6219 is applied to 6.25.0 as
well.
I'll release WB 0.9.21!

Martin Grigorov
Wicket Training and Consulting
https://twitter.com/mtgrigorov

On Fri, Dec 30, 2016 at 6:34 PM, Tobias Soloschenko <
tobiassolosche...@googlemail.com> wrote:

> Then let's wait for 7.6.0
>
> kind regards
>
> Tobias
>
> > Am 30.12.2016 um 18:15 schrieb Martin Grigorov :
> >
> > The issue with the fragments is only with Wicket 7.5.0+
> >
> > On Dec 30, 2016 6:58 PM, "Tobias Soloschenko" <
> > tobiassolosche...@googlemail.com> wrote:
> >
> >> Hi,
> >>
> >> currently there is a vote for Wicket 6.26.0 to be released. I guess it
> >> would make sense to build WB with that new version and test it.
> >>
> >> @Martin - WDYT?
> >>
> >> kind regards
> >>
> >> Tobias
> >>
> >>> Am 30.12.2016 um 17:33 schrieb Ronny Pscheidl <
> >> john.j.c...@googlemail.com>:
> >>>
> >>> Hi,
> >>> but this isn'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,
> >>>>
> >>>> You can use older WB with latest Wicket.
> >>>> They are binary compatible.
> >>>>
> >>>>> On Dec 30, 2016 5:43 PM, "john.j.cool" 
> >> wrote:
> >>>>>
> >>>>> 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
> >>>>>
> >>>
> >>> -
> >>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> >>> For additional commands, e-mail: users-h...@wicket.apache.org
> >>>
> >>
> >> -
> >> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> >> For additional commands, e-mail: users-h...@wicket.apache.org
> >>
> >>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


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 :

> The issue with the fragments is only with Wicket 7.5.0+
>
> On Dec 30, 2016 6:58 PM, "Tobias Soloschenko" <
> tobiassolosche...@googlemail.com> wrote:
>
> > Hi,
> >
> > currently there is a vote for Wicket 6.26.0 to be released. I guess it
> > would make sense to build WB with that new version and test it.
> >
> > @Martin - WDYT?
> >
> > kind regards
> >
> > Tobias
> >
> > > Am 30.12.2016 um 17:33 schrieb Ronny Pscheidl <
> > john.j.c...@googlemail.com>:
> > >
> > > Hi,
> > > but this isn'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,
> > >>
> > >> You can use older WB with latest Wicket.
> > >> They are binary compatible.
> > >>
> > >>> On Dec 30, 2016 5:43 PM, "john.j.cool" 
> > wrote:
> > >>>
> > >>> 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
> > >>>
> > >
> > > -
> > > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> > > For additional commands, e-mail: users-h...@wicket.apache.org
> > >
> >
> > -
> > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> > For additional commands, e-mail: users-h...@wicket.apache.org
> >
> >
>


Re: Wicket Bootstrap 0.9.21 Release

2016-12-30 Thread Tobias Soloschenko
Then let's wait for 7.6.0

kind regards

Tobias

> Am 30.12.2016 um 18:15 schrieb Martin Grigorov :
> 
> The issue with the fragments is only with Wicket 7.5.0+
> 
> On Dec 30, 2016 6:58 PM, "Tobias Soloschenko" <
> tobiassolosche...@googlemail.com> wrote:
> 
>> Hi,
>> 
>> currently there is a vote for Wicket 6.26.0 to be released. I guess it
>> would make sense to build WB with that new version and test it.
>> 
>> @Martin - WDYT?
>> 
>> kind regards
>> 
>> Tobias
>> 
>>> Am 30.12.2016 um 17:33 schrieb Ronny Pscheidl <
>> john.j.c...@googlemail.com>:
>>> 
>>> Hi,
>>> but this isn'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,
>>>> 
>>>> You can use older WB with latest Wicket.
>>>> They are binary compatible.
>>>> 
>>>>> On Dec 30, 2016 5:43 PM, "john.j.cool" 
>> wrote:
>>>>> 
>>>>> 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
>>>>> 
>>> 
>>> -
>>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>>> For additional commands, e-mail: users-h...@wicket.apache.org
>>> 
>> 
>> -
>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> For additional commands, e-mail: users-h...@wicket.apache.org
>> 
>> 

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Wicket Bootstrap 0.9.21 Release

2016-12-30 Thread Martin Grigorov
The issue with the fragments is only with Wicket 7.5.0+

On Dec 30, 2016 6:58 PM, "Tobias Soloschenko" <
tobiassolosche...@googlemail.com> wrote:

> Hi,
>
> currently there is a vote for Wicket 6.26.0 to be released. I guess it
> would make sense to build WB with that new version and test it.
>
> @Martin - WDYT?
>
> kind regards
>
> Tobias
>
> > Am 30.12.2016 um 17:33 schrieb Ronny Pscheidl <
> john.j.c...@googlemail.com>:
> >
> > Hi,
> > but this isn'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,
> >>
> >> You can use older WB with latest Wicket.
> >> They are binary compatible.
> >>
> >>> On Dec 30, 2016 5:43 PM, "john.j.cool" 
> wrote:
> >>>
> >>> 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
> >>>
> >
> > -
> > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> > For additional commands, e-mail: users-h...@wicket.apache.org
> >
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


Re: Wicket Bootstrap 0.9.21 Release

2016-12-30 Thread Tobias Soloschenko
Hi,

currently there is a vote for Wicket 6.26.0 to be released. I guess it would 
make sense to build WB with that new version and test it.

@Martin - WDYT?

kind regards

Tobias

> Am 30.12.2016 um 17:33 schrieb Ronny Pscheidl :
> 
> Hi,
> but this isn't fixing the issues with bootstrap components which are using 
> wicket:fragment tag.
> 
>> Am 30.12.2016 um 16:47 schrieb 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"  wrote:
>>> 
>>> 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
>>> 
> 
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
> 

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Wicket Bootstrap 0.9.21 Release

2016-12-30 Thread Ronny Pscheidl
Hi,
but this isn't fixing the issues with bootstrap components which are using 
wicket:fragment tag.

> Am 30.12.2016 um 16:47 schrieb 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"  wrote:
>> 
>> 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
>> 

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



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"  wrote:

> 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
>


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

Hi,

good to hear and thanks for the feedback.

kind regards

Tobias

Am 30.10.16 um 10:04 schrieb Francesco Chicchiriccò:


On 2016-10-28 14:37 (+0100), Martin Grigorov  wrote:

On Fri, Oct 28, 2016 at 12:01 PM, Francesco Chicchiriccò <
ilgro...@apache.org> wrote:


On 2016-10-27 14:18 (+0200), Martin Grigorov  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.html#L10

This  uses a Label in Java. (No idea why).
Since https://issues.apache.org/jira/browse/WICKET-6219 this is not
possible.

Hi,
we are still having problems when upgrading to Wicket 7.5.0 [1], possibly
because of the same reason as above (e.g. WICKET-6219): in deployment mode
everything works fine, but in development mode a stacktrace is reported (as
shown in [1]): could you please explain what is needed to change, taking
[2] as reference?


I've added a comment in the ticket explaining what was the problem in
Wicket Bootstrap.
Looking at AbstractFieldPanel and its specializations I have the feeling
the problem is the same.

FYI we have solved all Syncope admin console issues with Wicket 7.5.0 and 
resolved SYNCOPE-962.

The actual fix was

https://git-wip-us.apache.org/repos/asf?p=syncope.git;a=blobdiff;f=client/console/src/main/resources/org/apache/syncope/client/console/wicket/markup/html/bootstrap/dialog/BaseModal.html;h=ddf2c9ef8ee4c311e0578862cf7d887fa94e91d5;hp=30689677a83ff9715603cde96e2b1ebe5c7dd30b;hb=dd9e95e;hpb=1bc21e3eb330f44c490baf3448565b4fa6598308

for modal windows.


Anyway we could improve the error message by adding the relative path to
the page, so it is more easier to find which component has problems.

Oh, this would be good anyway.
Regards.


[1] https://issues.apache.org/jira/browse/SYNCOPE-962
[2] https://github.com/apache/syncope/blob/2_0_X/client/
console/src/main/resources/org/apache/syncope/client/
console/wicket/markup/html/form/AbstractFieldPanel.html

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org




-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



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

2016-10-30 Thread Francesco Chicchiriccò


On 2016-10-28 14:37 (+0100), Martin Grigorov  wrote: 
> On Fri, Oct 28, 2016 at 12:01 PM, Francesco Chicchiriccò <
> ilgro...@apache.org> wrote:
> 
> > On 2016-10-27 14:18 (+0200), Martin Grigorov  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.html#L10
> > >
> > > This  uses a Label in Java. (No idea why).
> > > Since https://issues.apache.org/jira/browse/WICKET-6219 this is not
> > > possible.
> >
> > Hi,
> > we are still having problems when upgrading to Wicket 7.5.0 [1], possibly
> > because of the same reason as above (e.g. WICKET-6219): in deployment mode
> > everything works fine, but in development mode a stacktrace is reported (as
> > shown in [1]): could you please explain what is needed to change, taking
> > [2] as reference?
> >
> 
> I've added a comment in the ticket explaining what was the problem in
> Wicket Bootstrap.
> Looking at AbstractFieldPanel and its specializations I have the feeling
> the problem is the same.

FYI we have solved all Syncope admin console issues with Wicket 7.5.0 and 
resolved SYNCOPE-962.

The actual fix was

https://git-wip-us.apache.org/repos/asf?p=syncope.git;a=blobdiff;f=client/console/src/main/resources/org/apache/syncope/client/console/wicket/markup/html/bootstrap/dialog/BaseModal.html;h=ddf2c9ef8ee4c311e0578862cf7d887fa94e91d5;hp=30689677a83ff9715603cde96e2b1ebe5c7dd30b;hb=dd9e95e;hpb=1bc21e3eb330f44c490baf3448565b4fa6598308

for modal windows.

> Anyway we could improve the error message by adding the relative path to
> the page, so it is more easier to find which component has problems.

Oh, this would be good anyway.
Regards.

> > [1] https://issues.apache.org/jira/browse/SYNCOPE-962
> > [2] https://github.com/apache/syncope/blob/2_0_X/client/
> > console/src/main/resources/org/apache/syncope/client/
> > console/wicket/markup/html/form/AbstractFieldPanel.html

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



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  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.html#L10
> >
> > This  uses a Label in Java. (No idea why).
> > Since https://issues.apache.org/jira/browse/WICKET-6219 this is not
> > possible.
>
> Hi,
> we are still having problems when upgrading to Wicket 7.5.0 [1], possibly
> because of the same reason as above (e.g. WICKET-6219): in deployment mode
> everything works fine, but in development mode a stacktrace is reported (as
> shown in [1]): could you please explain what is needed to change, taking
> [2] as reference?
>

I've added a comment in the ticket explaining what was the problem in
Wicket Bootstrap.
Looking at AbstractFieldPanel and its specializations I have the feeling
the problem is the same.
Anyway we could improve the error message by adding the relative path to
the page, so it is more easier to find which component has problems.


>
> Thank you very much.
> Regards.
>
> [1] https://issues.apache.org/jira/browse/SYNCOPE-962
> [2] https://github.com/apache/syncope/blob/2_0_X/client/
> console/src/main/resources/org/apache/syncope/client/
> console/wicket/markup/html/form/AbstractFieldPanel.html
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


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  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.html#L10
> 
> This  uses a Label in Java. (No idea why).
> Since https://issues.apache.org/jira/browse/WICKET-6219 this is not
> possible.

Hi,
we are still having problems when upgrading to Wicket 7.5.0 [1], possibly 
because of the same reason as above (e.g. WICKET-6219): in deployment mode 
everything works fine, but in development mode a stacktrace is reported (as 
shown in [1]): could you please explain what is needed to change, taking [2] as 
reference?

Thank you very much.
Regards.

[1] https://issues.apache.org/jira/browse/SYNCOPE-962
[2] 
https://github.com/apache/syncope/blob/2_0_X/client/console/src/main/resources/org/apache/syncope/client/console/wicket/markup/html/form/AbstractFieldPanel.html

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



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

2016-10-27 Thread Joachim Rohde
Wow. Thanks a lot.

On 10/27/2016 03:17 PM, Martin Grigorov wrote:
> 0.10.11 should be at Maven Central any time soon!
> 
> Martin Grigorov
> Wicket Training and Consulting
> https://twitter.com/mtgrigorov
> 
> On Thu, Oct 27, 2016 at 3:06 PM, Martin Grigorov 
> wrote:
> 
>> The release script is running...
>>
>> Martin Grigorov
>> Wicket Training and Consulting
>> https://twitter.com/mtgrigorov
>>
>> On Thu, Oct 27, 2016 at 3:03 PM, Francesco Chicchiriccò <
>> ilgro...@apache.org> wrote:
>>
>>>
>>>
>>> On 2016-10-27 14:40 (+0200), Joachim Rohde  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 fix?
>>>
>>> Regards.
>>>
>>>
>>> -
>>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>>> For additional commands, e-mail: users-h...@wicket.apache.org
>>>
>>>
>>
> 

-- 
SOLVIT GmbH
Joachim Rohde

Softwareentwicklung

Lise-Meitner-Straße 4
24941 Flensburg

Telefon: +49 461 57 49 85 94
Fax: +49 461 57 49 88 99

Geschäftsführung:
Benjamin Klink,
Karsten Paulsen,
Helge Werlein

Amtsgericht Flensburg HRB 9450 FL
St.-Nr.: 15/296/14057 - USt-Id.: DE 283 368 011

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



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

2016-10-27 Thread Francois Meillet
super !

François



> Le 27 oct. 2016 à 15:17, Martin Grigorov  a écrit :
> 
> 0.10.11 should be at Maven Central any time soon!
> 
> Martin Grigorov
> Wicket Training and Consulting
> https://twitter.com/mtgrigorov
> 
> On Thu, Oct 27, 2016 at 3:06 PM, Martin Grigorov 
> wrote:
> 
>> The release script is running...
>> 
>> Martin Grigorov
>> Wicket Training and Consulting
>> https://twitter.com/mtgrigorov
>> 
>> On Thu, Oct 27, 2016 at 3:03 PM, Francesco Chicchiriccò <
>> ilgro...@apache.org> wrote:
>> 
>>> 
>>> 
>>> On 2016-10-27 14:40 (+0200), Joachim Rohde  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 fix?
>>> 
>>> Regards.
>>> 
>>> 
>>> -
>>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>>> For additional commands, e-mail: users-h...@wicket.apache.org
>>> 
>>> 
>> 


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



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

2016-10-27 Thread Martin Grigorov
0.10.11 should be at Maven Central any time soon!

Martin Grigorov
Wicket Training and Consulting
https://twitter.com/mtgrigorov

On Thu, Oct 27, 2016 at 3:06 PM, Martin Grigorov 
wrote:

> The release script is running...
>
> Martin Grigorov
> Wicket Training and Consulting
> https://twitter.com/mtgrigorov
>
> On Thu, Oct 27, 2016 at 3:03 PM, Francesco Chicchiriccò <
> ilgro...@apache.org> wrote:
>
>>
>>
>> On 2016-10-27 14:40 (+0200), Joachim Rohde  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 fix?
>>
>> Regards.
>>
>>
>> -
>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> For additional commands, e-mail: users-h...@wicket.apache.org
>>
>>
>


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

2016-10-27 Thread Martin Grigorov
The release script is running...

Martin Grigorov
Wicket Training and Consulting
https://twitter.com/mtgrigorov

On Thu, Oct 27, 2016 at 3:03 PM, Francesco Chicchiriccò  wrote:

>
>
> On 2016-10-27 14:40 (+0200), Joachim Rohde  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 fix?
>
> Regards.
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


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  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 fix?

Regards.


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



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/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/browse/WICKET-6219 this is not
> possible.
> 
> Martin Grigorov
> Wicket Training and Consulting
> https://twitter.com/mtgrigorov
> 
> On Thu, Oct 27, 2016 at 1:10 PM, Joachim Rohde  wrote:
> 
>> We are having a custom FeedbackPanel which extends from NotificationPanel.
>> After upgrading from Wicket 7.4.0 to 7.5.0 an
>> unexpected runtime exception is thrown as soon as an error message should
>> be rendered (see below).
>>
>> I have created a quickstart with a simple link which demonstrates this
>> behavior. With Wicket 7.4.0 everything works as
>> expected. With Wicket 7.5.0 you'll get an exception.
>>
>> When using the Wicket FeedbackPanel everything works fine. I have no clue
>> if this is a bug in Wicket itself or Wicket
>> Bootstrap. Any help is appreciated.
>>
>> Joachim
>>
>>
>> The generated exception:
>>
>> Unexpected RuntimeException
>>
>> Last cause: The component(s) below failed to render. Possible reasons
>> could be that: 1) you have added a component in
>> code but forgot to reference it in the markup (thus the component will
>> never be rendered), 2) if your components were
>> added in a parent container then make sure the markup for the child
>> container includes them in .
>>
>> 1. [Component id = message]
>>
>> Stacktrace
>>
>> Root cause:
>>
>> org.apache.wicket.WicketRuntimeException: The component(s) below failed
>> to render. Possible reasons could be that: 1)
>> you have added a component in code but forgot to reference it in the
>> markup (thus the component will never be rendered),
>> 2) if your components were added in a parent container then make sure the
>> markup for the child container includes them
>> in .
>>
>> 1. [Component id = message]
>>
>>  at org.apache.wicket.Page.checkRendering(Page.java:666)
>>  at org.apache.wicket.Page.endComponentRender(Page.java:317)
>>  at org.apache.wicket.page.XmlPartialPageUpdate.writeComponent(
>> XmlPartialPageUpdate.java:127)
>>  at org.apache.wicket.page.PartialPageUpdate.writeComponents(
>> PartialPageUpdate.java:248)
>>  at org.apache.wicket.page.PartialPageUpdate.writeTo(
>> PartialPageUpdate.java:161)
>>  at org.apache.wicket.ajax.AjaxRequestHandler.respond(
>> AjaxRequestHandler.java:358)
>>  at org.apache.wicket.request.cycle.RequestCycle$
>> HandlerExecutor.respond(RequestCycle.java:895)
>>  at org.apache.wicket.request.RequestHandlerStack.execute(
>> RequestHandlerStack.java:64)
>>  at org.apache.wicket.request.RequestHandlerStack.execute(
>> RequestHandlerStack.java:97)
>>  at org.apache.wicket.request.cycle.RequestCycle.execute(
>> RequestCycle.java:265)
>>  at org.apache.wicket.request.cycle.RequestCycle.
>> processRequest(RequestCycle.java:222)
>>  at org.apache.wicket.request.cycle.RequestCycle.
>> processRequestAndDetach(RequestCycle.java:293)
>>  at org.apache.wicket.protocol.http.WicketFilter.processRequestCycle(
>> WicketFilter.java:261)
>>  at org.apache.wicket.protocol.http.WicketFilter.
>> processRequest(WicketFilter.java:203)
>>  at org.apache.wicket.protocol.http.WicketFilter.doFilter(
>> WicketFilter.java:284)
>>  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(
>> ApplicationFilterChain.java:239)
>>  at org.apache.catalina.core.ApplicationFilterChain.doFilter(
>> ApplicationFilterChain.java:206)
>>  at org.apache.catalina.core.StandardWrapperValve.invoke(
>> StandardWrapperValve.java:217)
>>  at org.apache.catalina.core.StandardContextValve.invoke(
>> StandardContextValve.java:106)
>>  at org.apache.catalina.authenticator.AuthenticatorBase.invoke(
>> AuthenticatorBase.java:502)
>>  at org.apache.catalina.core.StandardHostValve.invoke(
>> StandardHostValve.java:142)
>>  at org.apache.catalina.valves.ErrorReportValve.invoke(
>> ErrorReportValve.java:79)
>>  at org.apache.catalina.valves.AbstractAccessLogValve.invoke(
>> AbstractAccessLogValve.java:616)
&g

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 
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.html#L10
> This  uses a Label in Java. (No idea why).
> Since https://issues.apache.org/jira/browse/WICKET-6219 this is not
> possible.
>
> Martin Grigorov
> Wicket Training and Consulting
> https://twitter.com/mtgrigorov
>
> On Thu, Oct 27, 2016 at 1:10 PM, Joachim Rohde  wrote:
>
>> We are having a custom FeedbackPanel which extends from
>> NotificationPanel. After upgrading from Wicket 7.4.0 to 7.5.0 an
>> unexpected runtime exception is thrown as soon as an error message should
>> be rendered (see below).
>>
>> I have created a quickstart with a simple link which demonstrates this
>> behavior. With Wicket 7.4.0 everything works as
>> expected. With Wicket 7.5.0 you'll get an exception.
>>
>> When using the Wicket FeedbackPanel everything works fine. I have no clue
>> if this is a bug in Wicket itself or Wicket
>> Bootstrap. Any help is appreciated.
>>
>> Joachim
>>
>>
>> The generated exception:
>>
>> Unexpected RuntimeException
>>
>> Last cause: The component(s) below failed to render. Possible reasons
>> could be that: 1) you have added a component in
>> code but forgot to reference it in the markup (thus the component will
>> never be rendered), 2) if your components were
>> added in a parent container then make sure the markup for the child
>> container includes them in .
>>
>> 1. [Component id = message]
>>
>> Stacktrace
>>
>> Root cause:
>>
>> org.apache.wicket.WicketRuntimeException: The component(s) below failed
>> to render. Possible reasons could be that: 1)
>> you have added a component in code but forgot to reference it in the
>> markup (thus the component will never be rendered),
>> 2) if your components were added in a parent container then make sure the
>> markup for the child container includes them
>> in .
>>
>> 1. [Component id = message]
>>
>>  at org.apache.wicket.Page.checkRendering(Page.java:666)
>>  at org.apache.wicket.Page.endComponentRender(Page.java:317)
>>  at org.apache.wicket.page.XmlPartialPageUpdate.writeComponent(X
>> mlPartialPageUpdate.java:127)
>>  at org.apache.wicket.page.PartialPageUpdate.writeComponents(Par
>> tialPageUpdate.java:248)
>>  at org.apache.wicket.page.PartialPageUpdate.writeTo(PartialPage
>> Update.java:161)
>>  at org.apache.wicket.ajax.AjaxRequestHandler.respond(AjaxReques
>> tHandler.java:358)
>>  at org.apache.wicket.request.cycle.RequestCycle$HandlerExecutor
>> .respond(RequestCycle.java:895)
>>  at org.apache.wicket.request.RequestHandlerStack.execute(Reques
>> tHandlerStack.java:64)
>>  at org.apache.wicket.request.RequestHandlerStack.execute(Reques
>> tHandlerStack.java:97)
>>  at org.apache.wicket.request.cycle.RequestCycle.execute(Request
>> Cycle.java:265)
>>  at org.apache.wicket.request.cycle.RequestCycle.processRequest(
>> RequestCycle.java:222)
>>  at org.apache.wicket.request.cycle.RequestCycle.processRequestA
>> ndDetach(RequestCycle.java:293)
>>  at org.apache.wicket.protocol.http.WicketFilter.processRequestC
>> ycle(WicketFilter.java:261)
>>  at org.apache.wicket.protocol.http.WicketFilter.processRequest(
>> WicketFilter.java:203)
>>  at org.apache.wicket.protocol.http.WicketFilter.doFilter(Wicket
>> Filter.java:284)
>>  at org.apache.catalina.core.ApplicationFilterChain.internalDoFi
>> lter(ApplicationFilterChain.java:239)
>>  at org.apache.catalina.core.ApplicationFilterChain.doFilter(App
>> licationFilterChain.java:206)
>>  at org.apache.catalina.core.StandardWrapperValve.invoke(Standar
>> dWrapperValve.java:217)
>>  at org.apache.catalina.core.StandardContextValve.invoke(Standar
>> dContextValve.java:106)
>>  at org.apache.catalina.authenticator.AuthenticatorBase.invoke(A
>> uthenticatorBase.java:502)
>>  at org.apache.catalina.core.StandardHostValve.invoke(StandardHo
>> stValve.java:142)
>>  at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorRepo
>> rtValve.java:79)
>>  at org.apache.catalina.valves.AbstractAccessLogValve.invoke(Abs
>> tract

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/browse/WICKET-6219 this is not
possible.

Martin Grigorov
Wicket Training and Consulting
https://twitter.com/mtgrigorov

On Thu, Oct 27, 2016 at 1:10 PM, Joachim Rohde  wrote:

> We are having a custom FeedbackPanel which extends from NotificationPanel.
> After upgrading from Wicket 7.4.0 to 7.5.0 an
> unexpected runtime exception is thrown as soon as an error message should
> be rendered (see below).
>
> I have created a quickstart with a simple link which demonstrates this
> behavior. With Wicket 7.4.0 everything works as
> expected. With Wicket 7.5.0 you'll get an exception.
>
> When using the Wicket FeedbackPanel everything works fine. I have no clue
> if this is a bug in Wicket itself or Wicket
> Bootstrap. Any help is appreciated.
>
> Joachim
>
>
> The generated exception:
>
> Unexpected RuntimeException
>
> Last cause: The component(s) below failed to render. Possible reasons
> could be that: 1) you have added a component in
> code but forgot to reference it in the markup (thus the component will
> never be rendered), 2) if your components were
> added in a parent container then make sure the markup for the child
> container includes them in .
>
> 1. [Component id = message]
>
> Stacktrace
>
> Root cause:
>
> org.apache.wicket.WicketRuntimeException: The component(s) below failed
> to render. Possible reasons could be that: 1)
> you have added a component in code but forgot to reference it in the
> markup (thus the component will never be rendered),
> 2) if your components were added in a parent container then make sure the
> markup for the child container includes them
> in .
>
> 1. [Component id = message]
>
>  at org.apache.wicket.Page.checkRendering(Page.java:666)
>  at org.apache.wicket.Page.endComponentRender(Page.java:317)
>  at org.apache.wicket.page.XmlPartialPageUpdate.writeComponent(
> XmlPartialPageUpdate.java:127)
>  at org.apache.wicket.page.PartialPageUpdate.writeComponents(
> PartialPageUpdate.java:248)
>  at org.apache.wicket.page.PartialPageUpdate.writeTo(
> PartialPageUpdate.java:161)
>  at org.apache.wicket.ajax.AjaxRequestHandler.respond(
> AjaxRequestHandler.java:358)
>  at org.apache.wicket.request.cycle.RequestCycle$
> HandlerExecutor.respond(RequestCycle.java:895)
>  at org.apache.wicket.request.RequestHandlerStack.execute(
> RequestHandlerStack.java:64)
>  at org.apache.wicket.request.RequestHandlerStack.execute(
> RequestHandlerStack.java:97)
>  at org.apache.wicket.request.cycle.RequestCycle.execute(
> RequestCycle.java:265)
>  at org.apache.wicket.request.cycle.RequestCycle.
> processRequest(RequestCycle.java:222)
>  at org.apache.wicket.request.cycle.RequestCycle.
> processRequestAndDetach(RequestCycle.java:293)
>  at org.apache.wicket.protocol.http.WicketFilter.processRequestCycle(
> WicketFilter.java:261)
>  at org.apache.wicket.protocol.http.WicketFilter.
> processRequest(WicketFilter.java:203)
>  at org.apache.wicket.protocol.http.WicketFilter.doFilter(
> WicketFilter.java:284)
>  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(
> ApplicationFilterChain.java:239)
>  at org.apache.catalina.core.ApplicationFilterChain.doFilter(
> ApplicationFilterChain.java:206)
>  at org.apache.catalina.core.StandardWrapperValve.invoke(
> StandardWrapperValve.java:217)
>  at org.apache.catalina.core.StandardContextValve.invoke(
> StandardContextValve.java:106)
>  at org.apache.catalina.authenticator.AuthenticatorBase.invoke(
> AuthenticatorBase.java:502)
>  at org.apache.catalina.core.StandardHostValve.invoke(
> StandardHostValve.java:142)
>  at org.apache.catalina.valves.ErrorReportValve.invoke(
> ErrorReportValve.java:79)
>  at org.apache.catalina.valves.AbstractAccessLogValve.invoke(
> AbstractAccessLogValve.java:616)
>  at org.apache.catalina.core.StandardEngineValve.invoke(
> StandardEngineValve.java:88)
>  at org.apache.catalina.connector.CoyoteAdapter.service(
> CoyoteAdapter.java:518)
>  at org.apache.coyote.http11.AbstractHttp11Processor.process(
> AbstractHttp11Processor.java:1091)
>  at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.
> process(AbstractProtocol.java:673)
>  at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.
> doRun(NioEndpoint.java:1500)
>  at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.
> run(NioEndpoint.

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 source cache
  Make sure that the less source is only compiled one time
  Added test to trigger the ConcurrentModificationException
  Fix the ConcurrentModificationException
  Cleaned up the unit test
  Removed try-with-resources statement

Martin Tzvetanov Grigorov (3):
  Update version matrix
  [BootstrapFileInput] Fixes #634 - Add
http://plugins.krajee.com/file-input#option-allowedfiletypes and
http://plugins.krajee.com/file-input#option-allowedfiletypes
  [bootswatch] Update Cyborg and Slate themes


The Wicket Bootstrap team!


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

2016-10-09 Thread Francois Meillet
Thanks Martin

François



> Le 8 oct. 2016 à 22:09, Martin Grigorov  a écrit :
> 
> Hi Francois,
> 
> You will need to
> extend 
> de.agilecoders.wicket.extensions.markup.html.bootstrap.editor.SummernoteConfig
> and add those yourself.
> "callbacks" would extend from de.agilecoders.wicket.jquery.AbstractConfig.
> "onXyz" would be be
> a de.agilecoders.wicket.jquery.function.AbstractFunction. 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 > wrote:
> 
>> 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 = e.currentTarget.innerText;
>> if (t.trim().length >= 400) {
>> //delete key
>> // if (e.keyCode != 8)
>> // e.preventDefault();
>> }
>> },
>> onKeyup: function (e) {
>> var t = e.currentTarget.innerText;
>> $('#maxContentPost').text(400 - t.trim().length);
>> },
>> onPaste: function (e) {
>> var t = e.currentTarget.innerText;
>> var bufferText = ((e.originalEvent || e).clipboardData ||
>> window.clipboardData).getData('Text');
>> e.preventDefault();
>> var all = t + bufferText;
>> document.execCommand('insertText', false,
>> all.trim().substring(0, 400));
>> $('#maxContentPost').text(400 - t.length);
>> }
>> }
>> });
>> });
>> 
>> Thanks for your help
>> François
>> -
>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> For additional commands, e-mail: users-h...@wicket.apache.org
>> 
>> 


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



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

2016-10-08 Thread Martin Grigorov
Hi Francois,

You will need to
extend 
de.agilecoders.wicket.extensions.markup.html.bootstrap.editor.SummernoteConfig
and add those yourself.
"callbacks" would extend from de.agilecoders.wicket.jquery.AbstractConfig.
"onXyz" would be be
a de.agilecoders.wicket.jquery.function.AbstractFunction. 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  wrote:

> 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 = e.currentTarget.innerText;
>  if (t.trim().length >= 400) {
>  //delete key
>  // if (e.keyCode != 8)
>  // e.preventDefault();
>  }
>  },
>  onKeyup: function (e) {
>  var t = e.currentTarget.innerText;
>  $('#maxContentPost').text(400 - t.trim().length);
>  },
>  onPaste: function (e) {
>  var t = e.currentTarget.innerText;
>  var bufferText = ((e.originalEvent || e).clipboardData ||
> window.clipboardData).getData('Text');
>  e.preventDefault();
>  var all = t + bufferText;
>  document.execCommand('insertText', false,
> all.trim().substring(0, 400));
>  $('#maxContentPost').text(400 - t.length);
>  }
>  }
>  });
>  });
>
> Thanks for your help
> François
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


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

2016-10-08 Thread Martin Grigorov
Hi Francois,

de.agilecoders.wicket.extensions.markup.html.bootstrap.editor.SummernoteEditor#SummernoteEditor(java.lang.String,
org.apache.wicket.model.IModel,
de.agilecoders.wicket.extensions.markup.html.bootstrap.editor.SummernoteConfig)
allows you to pass custom configuration.

de.agilecoders.wicket.extensions.markup.html.bootstrap.editor.SummernoteConfig#withPlaceholder(String)
is what you need to pass the placeholder.

I don't see anything about "maxlength" at http://summernote.org/deep-dive/


Martin Grigorov
Wicket Training and Consulting
https://twitter.com/mtgrigorov

On Sat, Oct 8, 2016 at 3:34 PM, Francois Meillet  wrote:

> 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
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


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
For additional commands, e-mail: users-h...@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 = e.currentTarget.innerText; 
 if (t.trim().length >= 400) {
 //delete key
 // if (e.keyCode != 8)
 // e.preventDefault(); 
 } 
 },
 onKeyup: function (e) {
 var t = e.currentTarget.innerText;
 $('#maxContentPost').text(400 - t.trim().length);
 },
 onPaste: function (e) {
 var t = e.currentTarget.innerText;
 var bufferText = ((e.originalEvent || e).clipboardData || 
window.clipboardData).getData('Text');
 e.preventDefault();
 var all = t + bufferText;
 document.execCommand('insertText', false, 
all.trim().substring(0, 400));
 $('#maxContentPost').text(400 - t.length);
 }
 }
 });
 });

Thanks for your help
François 
-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Wicket-Bootstrap

2016-09-20 Thread durairaj t
Thank you Martin!

On Tue, Sep 20, 2016 at 1:59 PM, Martin Grigorov 
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 Google to tell it to forget this old demo site.
>
> Martin Grigorov
> Wicket Training and Consulting
> https://twitter.com/mtgrigorov
>
> On Tue, Sep 20, 2016 at 7:18 PM, durairaj t 
> wrote:
>
> > Unable to access the URL: https://wb.agilecoders.de/app.
> >
> > I'm getting "Your Connection is not private".
> >
> > Is there any other URL?
> >
> >
> > Thanks!
> >
>


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, 2016 at 7:18 PM, durairaj t  wrote:

> 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

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
Great job!


--->
To boldly go where no man has gone before.

--->
We do this not because it is easy. We do this because it is hard.
-
-->
If I have seen further it is by standing on the shoulders of giants.
--
->
front...@gmail.com
->

On Wed, Aug 17, 2016 at 3:14 PM, Martin Grigorov 
wrote:

> 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
>
> The changelog is:
>
> Martin Tzvetanov Grigorov (17):
>   [maven-release-plugin] prepare for next development iteration
>   [maven-release-plugin] prepare release bootstrap-parent-0.9.17
>   [maven-release-plugin] prepare for next development iteration
>   Issu #630 - Update Bootstrap FileInput from 4.2.8 to 4.3.5
>   Fixes #630 - Remove 'display: inline-block' to fix rendering in
> Firefox
>   Fixes #630 - Add settings for maxFileCount and minFileCount
>   Merge branch 'master' into wicket-7.x
>   Fixes #628 - Add builder API for Bootstrap class to be able to
> provide custom IXyzSettings
>   Merge branch 'master' into wicket-7.x
>   Upgrade Bootstrap to 3.3.7
>   Update Wicket to 7.4.0
>   Update wicket-webjars to 0.5.5
>   Update Bootswatch theme to 3.3.7
>   Update Google theme to 3.3.7
>   Update Metro theme
>   Update Bootstrap webjars dependency to 3.3.7-1 because 3.3.7 doesn't
> include the .less files
>   [maven-release-plugin] prepare release bootstrap-parent-0.10.8
>
>
> The Wicket Bootstrap team!
>


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

The changelog is:

Martin Tzvetanov Grigorov (17):
  [maven-release-plugin] prepare for next development iteration
  [maven-release-plugin] prepare release bootstrap-parent-0.9.17
  [maven-release-plugin] prepare for next development iteration
  Issu #630 - Update Bootstrap FileInput from 4.2.8 to 4.3.5
  Fixes #630 - Remove 'display: inline-block' to fix rendering in
Firefox
  Fixes #630 - Add settings for maxFileCount and minFileCount
  Merge branch 'master' into wicket-7.x
  Fixes #628 - Add builder API for Bootstrap class to be able to
provide custom IXyzSettings
  Merge branch 'master' into wicket-7.x
  Upgrade Bootstrap to 3.3.7
  Update Wicket to 7.4.0
  Update wicket-webjars to 0.5.5
  Update Bootswatch theme to 3.3.7
  Update Google theme to 3.3.7
  Update Metro theme
  Update Bootstrap webjars dependency to 3.3.7-1 because 3.3.7 doesn't
include the .less files
  [maven-release-plugin] prepare release bootstrap-parent-0.10.8


The Wicket Bootstrap team!


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 
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 components:
> - Bootstrap Markdown editor: http://wb-mgrigorov.rhcloud.com/markdown
> - Bootstrap Reting: http://wb-mgrigorov.rhcloud.com/extensions#rating
>
> The changelog is:
>
> Martin Tzvetanov Grigorov (67):
>   [maven-release-plugin] prepare for next development iteration
>   Fixes #587 - update the versions in README
>   Update dependencies
>   Merge branch 'master' into wicket-7.x
>   s/0.9.16/0.10.6/
>   Update JS dependencies.
>   Update JS dependencies.
>   Fixes #586 - Update Bootstrap Select to 1.10.0
>   Fixes #579 - "Start upload" button type should not be "submit"
> because this was it makes normal (non-Ajax) submit
>   Fix JS issue in application.js
>   WICKET-6102 StackoverflowError related to enclosures
>   Use Logger for debug messages
>   Fixes #579 - "Start upload" button type should not be "submit"
> because this was it makes normal (non-Ajax) submit
>   Fix JS issue in application.js
>   WICKET-6102 StackoverflowError related to enclosures
>   Merge branch 'master' into wicket-7.x
>   PR #592 - Use item's index to find the first carousel item
>   Fixes #593 - Fix the file names of the resources for Material Design
> theme
>   Update the Google Theme's CSS resources
>   Update Bootswatch's theme CSS resources
>   Revert the default theme for the samples application to Bootswatch
>   Update Metro Theme
>   Fixes #589 - Add integration with Bootstrap-Markdown
>   Merge branch 'master' into wicket-7.x
>   Fix compilation issue
>   [toggle] Fixes #595: hide BootstrapToggleConfig#with(On|Off)Label
> methods and add javadoc that BootstrapToggle#get(On|off)Label() should be
> used for better i18n support
>   Merge branch 'master' into wicket-7.x
>   Update Wicket to 6.23.0 and Wicket-Webjars to 0.4.9
>   Update Wicket to 7.3.0 and Wicket-Webjars to 0.5.4
>   Fixes #597 - NotificationMessage#escapeModelStrings should be 'true'
> by default
>   Merge branch 'master' into wicket-7.x
>   Fixes #599 - Initialize the children in the constructor because
> otherwise there are not available in many public methods like #header(),
> #setHeaderVisible(), etc.
>   Merge branch 'master' into wicket-7.x
>   Fixes #598 - Set the "pagination" CSS class on the  element
>   Fixes #600 - Support Pagination sizing
>   Merge branch 'master' into wicket-7.x
>   Fixes #601 - Initialize BootstrapCheckbox's children eagerly in its
> constructor
>   Merge branch 'master' into wicket-7.x
>   Remove implicit modifiers
>   Fixes #605 - Do not render  for inline
> checkboxes
>   Merge branch 'master' into wicket-7.x
>   Dependency updates
>   Merge branch 'master' into wicket-7.x
>   Fixes #606 - First add the link to ButtonList and then configure it.
>   Merge branch 'master' into wicket-7.x
>  Merge branch 'master' into wicket-7.x
>   Issue #602 - Minor improvements
>   Merge branch 'master' into wicket-7.x
>   [rating] Issue #609 - Change the 'step' to Integer
>   [rating] Issue #609 - Change the type of RatingCssResourceReference
> to CssResourceReference
>   [rating] Issue #609 - Change to AjaxFormComponentUpdatingBehavior so
> that the Ajax updates actually send the new model to the server
>   [rating] Issue #609 - RatingField should be used with  type="hidden"/>
>   [rating] Issue #609 - Code style formatting
>   Fixes #612 - Initialize the ListBehavior eagerly, in the constructor
>   [datetimepicker] Fixes #611 - Use predefined date pattern for
> minDate, maxDate and defaultDate
>   [datetimepicker] Add 'defaultDate' and 'useStrict' options.
>   Merge branch 'master' into wicket-7.x
>   Code formatting
>   Merge branch 'master' into wicket-7.x
>   [DataTable] Fix a compilation problem due to API break in Wicket 7.0
>   Update Material Design theme
>   Update Bootswatch themes
>   Update Google theme
>   Fixes #626 - Remove 'wicket' theme
>   Update dependencies
>   Merge branch 'master' into wicket-7.x
>   [maven-release-plugin] prepare release bootstra

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/extensions#rating

The changelog is:

Martin Tzvetanov Grigorov (67):
  [maven-release-plugin] prepare for next development iteration
  Fixes #587 - update the versions in README
  Update dependencies
  Merge branch 'master' into wicket-7.x
  s/0.9.16/0.10.6/
  Update JS dependencies.
  Update JS dependencies.
  Fixes #586 - Update Bootstrap Select to 1.10.0
  Fixes #579 - "Start upload" button type should not be "submit"
because this was it makes normal (non-Ajax) submit
  Fix JS issue in application.js
  WICKET-6102 StackoverflowError related to enclosures
  Use Logger for debug messages
  Fixes #579 - "Start upload" button type should not be "submit"
because this was it makes normal (non-Ajax) submit
  Fix JS issue in application.js
  WICKET-6102 StackoverflowError related to enclosures
  Merge branch 'master' into wicket-7.x
  PR #592 - Use item's index to find the first carousel item
  Fixes #593 - Fix the file names of the resources for Material Design
theme
  Update the Google Theme's CSS resources
  Update Bootswatch's theme CSS resources
  Revert the default theme for the samples application to Bootswatch
  Update Metro Theme
  Fixes #589 - Add integration with Bootstrap-Markdown
  Merge branch 'master' into wicket-7.x
  Fix compilation issue
  [toggle] Fixes #595: hide BootstrapToggleConfig#with(On|Off)Label
methods and add javadoc that BootstrapToggle#get(On|off)Label() should be
used for better i18n support
  Merge branch 'master' into wicket-7.x
  Update Wicket to 6.23.0 and Wicket-Webjars to 0.4.9
  Update Wicket to 7.3.0 and Wicket-Webjars to 0.5.4
  Fixes #597 - NotificationMessage#escapeModelStrings should be 'true'
by default
  Merge branch 'master' into wicket-7.x
  Fixes #599 - Initialize the children in the constructor because
otherwise there are not available in many public methods like #header(),
#setHeaderVisible(), etc.
  Merge branch 'master' into wicket-7.x
  Fixes #598 - Set the "pagination" CSS class on the  element
  Fixes #600 - Support Pagination sizing
  Merge branch 'master' into wicket-7.x
  Fixes #601 - Initialize BootstrapCheckbox's children eagerly in its
constructor
  Merge branch 'master' into wicket-7.x
  Remove implicit modifiers
  Fixes #605 - Do not render  for inline
checkboxes
  Merge branch 'master' into wicket-7.x
  Dependency updates
  Merge branch 'master' into wicket-7.x
  Fixes #606 - First add the link to ButtonList and then configure it.
  Merge branch 'master' into wicket-7.x
 Merge branch 'master' into wicket-7.x
  Issue #602 - Minor improvements
  Merge branch 'master' into wicket-7.x
  [rating] Issue #609 - Change the 'step' to Integer
  [rating] Issue #609 - Change the type of RatingCssResourceReference
to CssResourceReference
  [rating] Issue #609 - Change to AjaxFormComponentUpdatingBehavior so
that the Ajax updates actually send the new model to the server
  [rating] Issue #609 - RatingField should be used with 
  [rating] Issue #609 - Code style formatting
  Fixes #612 - Initialize the ListBehavior eagerly, in the constructor
  [datetimepicker] Fixes #611 - Use predefined date pattern for
minDate, maxDate and defaultDate
  [datetimepicker] Add 'defaultDate' and 'useStrict' options.
  Merge branch 'master' into wicket-7.x
  Code formatting
  Merge branch 'master' into wicket-7.x
  [DataTable] Fix a compilation problem due to API break in Wicket 7.0
  Update Material Design theme
  Update Bootswatch themes
  Update Google theme
  Fixes #626 - Remove 'wicket' theme
  Update dependencies
  Merge branch 'master' into wicket-7.x
  [maven-release-plugin] prepare release bootstrap-parent-0.10.7

heryqk (13):
  Adding Contextual Classes support for tables.
  Adding support for Bootstrap Panel
  Mods requested by martin-g
  Removing old PanelType CSS for runtime panel type change support.
  Added PanelBehavior to class. Will not create a new instance of
PanelBehavior at onBeforeRender().
 Added getSize() to allow for Override in the new
BootstrapNavigationTooblar
  Added a bootstrap styled Navigator label which leverages the
BootstrapPagingNavigator.Size
  Adding a Bootstrap style border for 

Re: Wicket Bootstrap & wicket 7.2

2016-03-10 Thread Martin Grigorov
Thanks for sharing!

Have fun!

Martin Grigorov
Wicket Training and Consulting
https://twitter.com/mtgrigorov

On Thu, Mar 10, 2016 at 9:16 AM, nino martinez wael <
nino.martinez.w...@gmail.com> wrote:

> Ok did some further digging.. And this seems to be related to an error
> in a IComponentOnBeforeRenderListener which we use for prettyfying
> form errors.. SO this is not related to bootstrap or wicket itself..
>
> On Thu, Mar 10, 2016 at 12:12 AM, Martin Grigorov
>  wrote:
> > 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 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
> >>  wrote:
> >> > 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 exceptions about missing fields
> >> >> that it did not do in 7.1.
> >> >
> >> > Example would be helpful !
> >> >
> >> >>
> >> >>
> >> >> --
> >> >> Best regards / Med venlig hilsen
> >> >> Nino Martinez
> >> >>
> >> >> -
> >> >> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> >> >> For additional commands, e-mail: users-h...@wicket.apache.org
> >> >>
> >>
> >>
> >>
> >> --
> >> Best regards / Med venlig hilsen
> >> Nino Martinez
> >>
> >> -
> >> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> >> For additional commands, e-mail: users-h...@wicket.apache.org
> >>
> >>
>
>
>
> --
> Best regards / Med venlig hilsen
> Nino Martinez
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


Re: Wicket Bootstrap & wicket 7.2

2016-03-10 Thread nino martinez wael
Ok did some further digging.. And this seems to be related to an error
in a IComponentOnBeforeRenderListener which we use for prettyfying
form errors.. SO this is not related to bootstrap or wicket itself..

On Thu, Mar 10, 2016 at 12:12 AM, Martin Grigorov
 wrote:
> Yes. I use latest version of both in my project.
> On Mar 10, 2016 12:09 AM, "nino martinez wael" 
> wrote:
>
>> 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
>>  wrote:
>> > 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 exceptions about missing fields
>> >> that it did not do in 7.1.
>> >
>> > Example would be helpful !
>> >
>> >>
>> >>
>> >> --
>> >> Best regards / Med venlig hilsen
>> >> Nino Martinez
>> >>
>> >> -
>> >> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> >> For additional commands, e-mail: users-h...@wicket.apache.org
>> >>
>>
>>
>>
>> --
>> Best regards / Med venlig hilsen
>> Nino Martinez
>>
>> -
>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> For additional commands, e-mail: users-h...@wicket.apache.org
>>
>>



-- 
Best regards / Med venlig hilsen
Nino Martinez

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



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" 
wrote:

> 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
>  wrote:
> > 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 exceptions about missing fields
> >> that it did not do in 7.1.
> >
> > Example would be helpful !
> >
> >>
> >>
> >> --
> >> Best regards / Med venlig hilsen
> >> Nino Martinez
> >>
> >> -
> >> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> >> For additional commands, e-mail: users-h...@wicket.apache.org
> >>
>
>
>
> --
> Best regards / Med venlig hilsen
> Nino Martinez
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


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
 wrote:
> On Mar 9, 2016 11:59 PM, "nino martinez wael" 
> 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 exceptions about missing fields
>> that it did not do in 7.1.
>
> Example would be helpful !
>
>>
>>
>> --
>> Best regards / Med venlig hilsen
>> Nino Martinez
>>
>> -
>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> For additional commands, e-mail: users-h...@wicket.apache.org
>>



-- 
Best regards / Med venlig hilsen
Nino Martinez

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Wicket Bootstrap & wicket 7.2

2016-03-09 Thread Martin Grigorov
On Mar 9, 2016 11:59 PM, "nino martinez wael" 
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 exceptions about missing fields
> that it did not do in 7.1.

Example would be helpful !

>
>
> --
> Best regards / Med venlig hilsen
> Nino Martinez
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>


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

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



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 spaces as before the PR
  Merge branch 'master' into wicket-7.x
  Upgrade Wicket to 6.21.0
  Fixes #563 - Behaviors depending on bootstrap.js should extend from
BootstrapJavascriptBehavior
  Fixes #562 - Add CookieThemeProvider - an ActiveThemeProvider that
loads/stores the theme name in a cookie for durability
  [build] Do not disable javadoc's doclint completely but only the html
validation
  [bootlint] Update Bootlint to 0.14.1
  Merge branch 'master' into wicket-7.x
  [bootlint] Fix bootlint issues in BaseCssPage and CheckboxesPage
  [bootlint] Fix Bootlint issues in ComponentsPage
  [bootlint] Fix Bootlint issues in Javascript demo page
  [bootlint] Fix Bootlint issues in DatetimePickerPage
  [bootlint] Fix issues in Issues demo page
  [bootlint] Fix Bootlint warnings in ExtensionsPage and
DropZoneFileUpload
  [bootlint] Fix Bootlint issues in CheckboxesPage demo page
  Merge branch 'master' into wicket-7.x
  Fixes #569 - Add support for fixed width FontAwesome icons
  Issue #569 - Move 'fixed width' property to FontAwesomeIconTypeBuilder
  [fontawesome] Whitespace cleanup.
  Issue #572 - Remove #name(). The name of the meta is well known
  Issue #572 - Rework the setters to use fluent API
  Upgrade Bootstrap to 3.3.6
  Update Bootlint to 0.14.2
  [themes] Update Material Design theme
  [themes] Update Bootswatch themes
  [themes] Update Metro theme
  [themes] Update Google theme
  Merge branch 'master' into wicket-7.x
  Update Less4j to 1.15.4
  [samples] Fix the value of 
  [summernote] Update to 0.7.0
  [themes] Update Material Design theme
  [select] Update Bootstrap-Select to 1.8.1
  Merge branch 'master' into wicket-7.x
  [summernote] Do not use 'placeholder' for the demo. Use a proper model
  Merge branch 'master' into wicket-7.x
  [summernote] Do not allow the default behavior of the 'submit' JS
event
  [maven-release-plugin] prepare release bootstrap-parent-0.9.14
  [maven-release-plugin] prepare for next development iteration
  Do not deploy the samples to Maven Central (very slow)
  [maven-release-plugin] prepare release bootstrap-parent-0.9.15
  [maven-release-plugin] prepare for next development iteration
  Merge branch 'master' into wicket-7.x
  Fix a merge conflict
  [maven-release-plugin] prepare release bootstrap-parent-0.10.5

David Beer (6):
  Changes to the viewport meta tag so that you can select no zoom
option. This fixes #570
  Refactored OptimizedMobileViewportMetaTag to be MobileViewportMetaTag
So that you can customise the values added to the viewport meta tag.
  Modified BasePage to use new MobileViewportMetaTag
  Merge branch 'master' of github.com:l0rdn1kk0n/wicket-bootstrap
  Changed Author. Modified Width to be more like the other members.
So that you can get the width value independately.
  Changed Author.

Maarten Rijke (1):
  Fixes TypeAhead Bloodhound not working with Wicket URL encryption

Michael Haitz (1):
  add IntelliJ hint on readme page

Peter Grauvogel (1):
  Edit constructor for flexible usage to set custom markup ID.


Many thanks to all contributors!

Wicket Bootstrap team

P.S. There were build issues with 0.9.14, that's why the jump from .13 to
.15.


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://www.bootstraptoggle.com/

Upgrades JQuery UI to 1.11.4 (used for draggable & resizable modals)

The list of commits since 0.9.12 are:

Martin Tzvetanov Grigorov (36):
  [maven-release-plugin] prepare for next development iteration
  [summernote] PR #536 Code formating and best practices
  [bootstrap] Issue #512 - Exclude Bower dependencies for Summernote
editor (jquery, bootstrap and font-awesome)
  Fixes #512 - Add a demo page for Summernote text editor
  Issue #512 Fix the build for 7.x by updating the APIs for Summernote
  [summernote] Issue #512 - Add configuration for Summernote storage in
WicketApplication
  [summernote] Issue #512 - Delete the folder with the uploaded images
on application stop
  Code formatting - use spaces, no tabs
  [dropzone] Do not add Dropzone components twice
  [summernote] Issue #538 - Fix whitespaces
  [bootstrap-checkbox(picker)] Fixes #542 - Add integration for
http://vsn4ik.github.io/bootstrap-checkbox/
  [checkboxes] Move CheckboxX demo to "Checkboxes and Toggles" demo page
  [samples] Add a label to "Show animation" woth Animate.css button
  Fixes #543 - Add integration with Bootstrap Toggle checkbox
  [bootstrap-toggle] Rename .min.js.map.txt to .min.js.map (remove .txt)
  Issue #547 - Fix whitespaces
  Issue #547 - Remove special CSS rules for opacity for Mozilla and
KHTML/Safari
  Issue #547 - Fix whitespaces
  Issue #547 - Remove special CSS rules for opacity for Mozilla and
KHTML/Safari
  [summernote] Issue #548 - Extract constants for the default values
  PR #552 - Remove BootstrapResourceLink
  Fixes #549 - Upgrade jQuery UI to 1.11.4
  [samples] Fix the path to Wicket logo
  [fileinput] Fixes #554 - Upgrade FileInput resources, add loading.gif
  Remove some implied modifiers for Java enum as inner class
  [modal] Fixes #539 - Add factory methods for the header and footer
  Fixes #559 - bootstrap.js should not be deferred by default
  [less] Update Less4j to 1.15.0
  Update CheckboxX' resources
  Build against Wicket 7.1.0
  [samples] Validation in Modal example should use Ajax submit
  [samples] Validation in Modal example should use Ajax submit
  [maven-release-plugin] prepare release bootstrap-parent-0.9.13
  [maven-release-plugin] prepare for next development iteration
  [maven-release-plugin] prepare release bootstrap-parent-0.10.4

Tobias Soloschenko (25):
  Summernote-Editor Integration
  Summernote Image Upload Initial
  Summernote Image Upload Finalized
  Summernote Images are received from server, now
  Summernote Base64 encode / decode for file name in header
  Summernote sub folder support
  Summernote fixes typo and some references
  Summernote WebJars / Component
  Summernote - Provide different implementations to store images
  Summernote - submit and set content
  Summernote - Base64 encode / decode for editor content
  Summernote content via model / formdata fix for IE>10
  Summernote Javadoc
  Summernote toolbar support / removes picture if no storageid
  Summernote toolbar support typo
  Summernote toolbar support order of buttons
  Summernote toolbar support order of buttons fixed
  Summernote fix for mobile devices which store images with same name
  Summernote - spin.js overlay if images are uploaded
  Summernote - spin.js overlay if images are uploaded - finished
  Summernote - spin.js overlay fixed formatting
  Summernote busy spinner integration - fixed defaults
  Summernote - spin.js overlay if images are uploaded
  Summernote - spin.js overlay if images are uploaded - finished
  Summernote - spin.js overlay fixed formatting

TahitianGabriel (4):
  Add all missing fontawesome icons (4.1, 4.2, 4.3 & 4.4)
  add class="disabled" on listitem when link is disabled (
http://getbootstrap.com/components/#dropdowns-disabled) Make
newButtonList protected
  Add all missing fontawesome icons (4.1, 4.2, 4.3 & 4.4)
  add class="disabled" on listitem when link is disabled (
http://getbootstrap.com/components/#dropdowns-disabled) Make
newButtonList protected

ymlaine (2):
  Make SummernoteEditor as TextArea component.
  Addition of BootstrapResourceLink, same as default ResourceLink but
based on styled BootstrapLink


Many thanks to all contributors!


Wicket Bootstrap team


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

2015-10-27 Thread Ernesto Reinaldo Barreiro
Thanks!

On Tue, Oct 27, 2015 at 3:05 PM, Martin Grigorov 
wrote:

> 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 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 version of wicket bootstrap compatible with wicket 7.1.0?
>
> --
> Regards - Ernesto Reinaldo Barreiro
>


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?
>
> --
> Regards - Ernesto Reinaldo Barreiro
>



-- 
Regards - Ernesto Reinaldo Barreiro


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 michal vas
thank you for your detailed reply
Michal

2015-08-24 22:00 GMT+02:00 Martin Grigorov :

> Hi,
>
>
> On Mon, Aug 24, 2015 at 9:49 PM, michal vas 
> 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 of
> Bootstrap itself
>  - easier migration to Bootstrap.next, because Bootstrap devs tend to make
> a lot of breaking changes in major versions and you either get the
> migration for (almost) free by upgrading Wicket-Bootstrap or you have to go
> over your HTML files and migrate yourself
>
>
> > Why not using bootstrap directly in the html pages only ?
> >
>
> It is possible to use Wicket-Bootstrap both ways.
> Many components in bootstrap-core just generate the correct HTML for you,
> e.g. buttons, carousel, etc.
> You can just avoid these components and apply the expected (by Bootstrap)
> HTML yourself in your markup files.
>
>
> > Using the wicket-bootstrap project wouldn't make the java code too much
> > linked with the bootstrap framework ?
> >
>
> It would.
>
> The benefit of Wicket-Bootstrap is the collection of integrations with
> third party Bootstrap widgets
>
>
> >
> > Best regards,
> > Michal
> >
>


Re: wicket-bootstrap project

2015-08-24 Thread Martin Grigorov
Hi,


On Mon, Aug 24, 2015 at 9:49 PM, michal vas  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 of
Bootstrap itself
 - easier migration to Bootstrap.next, because Bootstrap devs tend to make
a lot of breaking changes in major versions and you either get the
migration for (almost) free by upgrading Wicket-Bootstrap or you have to go
over your HTML files and migrate yourself


> Why not using bootstrap directly in the html pages only ?
>

It is possible to use Wicket-Bootstrap both ways.
Many components in bootstrap-core just generate the correct HTML for you,
e.g. buttons, carousel, etc.
You can just avoid these components and apply the expected (by Bootstrap)
HTML yourself in your markup files.


> Using the wicket-bootstrap project wouldn't make the java code too much
> linked with the bootstrap framework ?
>

It would.

The benefit of Wicket-Bootstrap is the collection of integrations with
third party Bootstrap widgets


>
> Best regards,
> Michal
>


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 ?

Best regards,
Michal


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  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://www.dropzonejs.com/
> <http://www.dropzonejs.com/>*
> - a behavior for https://daneden.github.io/animate.css/
>

Small correction - the above are new features for 0.9.11 (copy/paste error).
In 0.9.12 the new feature is ConfirmationBehavior (
http://mistic100.github.io/Bootstrap-Confirmation/)


>
> The list of commits since 0.9.11 are:
>
> Maarten Rijke (1):
>   Add missing fa-database icon
>
> Martin Tzvetanov Grigorov (28):
>   [maven-release-plugin] prepare for next development iteration
>   Update the versions in the README
>   [Less] Issue #523 - Add support for importing LESS resources from
> the web context root
>   Fix a typo in a comment
>   Remove unused imports
>   Issue #526 - Clarify the javadoc about the special 'start' CSS class
>   Fixes #522 - BootstrapAjaxLink should use different models for the
> link and its label
>   Fixes #524 - Introduce
> ContextRelativeLessResourceReference/ContextRelativeResource
>   Add Gitter channel badge
>   Update Less4j to 1.13.0
>   [confirmation] Add a Behavior that integrates with
> http://mistic100.github.io/Bootstrap-Confirmation/
>   Fixes #533 - Suppress the default JS event behavior on Ajax call
>   Fix the name of the method (AjaxRequestAttributes#setAllowDefault())
>   Update moment.js to 2.10.3
>   [confirmation] Add 'title' config property
>   Fixes #532 - Add an explicit constructor parameter to LaddaAjaxLink
> for the label's model
>   [video] Fixes #529 - Update the url to "Copying is not theft" videos
>   [datetimepicker] Fixes #530 - Load the DateTimePicker demo panels
> one by one
>   [datetimepicker] Issue #530 - Use more specific CSS selector for
> datetimepicker demo links
>   [tour] Fixes #531 - Simplify the logic to detect whether the tour
> has been made.
>   [datetimepicker] DatetimePickerCssReference is actually a *CSS*
> resource reference, not JS
>   [font-awesome] Update Font-Awesome to 4.4.0 and load them with
> Webjars
>   [themes] Update Material Design theme
>   [themes] Update Bootswatch themes to their latest 3.3.5 version
>   [themes] Update Google theme to its latest 3.3.5 version
>   [themes] Update Metro theme to its latest 3.3.5 version
>   Upgrade Wicket JQuery Selectors to 0.1.6 & Wicket Webjars to 0.4.8
>   [maven-release-plugin] prepare release bootstrap-parent-0.9.12
>
> Michael Haitz (2):
>   Merge pull request #534 from mrijke/fix-missing-fontawesomeicon
>   Merge pull request #535 from tgoetz/master
>
> Tobias Soloschenko (1):
>   #521 - Javadoc to ensure users are providing .start
>
> Tom Götz (1):
>   Upgrade Eonasdan-bootstrap-datetimepicker to 4.14.30
>
>
> Additionally wicket-jquery-selectors and wicket-webjars dependencies have
> been updated with the following changes respectively:
>
>
> wicket-jquery-selectors 0.1.6 (6.x) & 0.2.3 (7.x):
>
> Martin Tzvetanov Grigorov (7):
>   Fixes #11 - Use Jackson's
> com.fasterxml.jackson.databind.util.RawValue when needing to serialize as
> raw
>   Issue #11 - Fixes serializing nested configs
>   Issue #11 - Simplify serialization of raw values by using
> ObjectMapper#writeValueAsString().
>   [maven-release-plugin] prepare for next development iteration
>   Merge branch 'jackson-raw-value'
>   Fixes #11 #16 Update Jackson to 2.6.0
>   [maven-release-plugin] prepare release jquery-selectors-0.1.6
>
>
> wicket-webjars 0.4.7 (6.x) & 0.5.3 (7.x):
>
> Martin Tzvetanov Grigorov (3):
>   [maven-release-plugin] prepare for next development iteration
>   Fixes #34 - Add support for reading the jar entries inside .war
> files (as Spring Boot applications)
>   [maven-release-plugin] prepare release wicket-webjars-parent-0.4.7
>
>
> Many thanks to all contributors!
>
>
> Wicket Bootstrap team
>


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/

The list of commits since 0.9.11 are:

Maarten Rijke (1):
  Add missing fa-database icon

Martin Tzvetanov Grigorov (28):
  [maven-release-plugin] prepare for next development iteration
  Update the versions in the README
  [Less] Issue #523 - Add support for importing LESS resources from the
web context root
  Fix a typo in a comment
  Remove unused imports
  Issue #526 - Clarify the javadoc about the special 'start' CSS class
  Fixes #522 - BootstrapAjaxLink should use different models for the
link and its label
  Fixes #524 - Introduce
ContextRelativeLessResourceReference/ContextRelativeResource
  Add Gitter channel badge
  Update Less4j to 1.13.0
  [confirmation] Add a Behavior that integrates with
http://mistic100.github.io/Bootstrap-Confirmation/
  Fixes #533 - Suppress the default JS event behavior on Ajax call
  Fix the name of the method (AjaxRequestAttributes#setAllowDefault())
  Update moment.js to 2.10.3
  [confirmation] Add 'title' config property
  Fixes #532 - Add an explicit constructor parameter to LaddaAjaxLink
for the label's model
  [video] Fixes #529 - Update the url to "Copying is not theft" videos
  [datetimepicker] Fixes #530 - Load the DateTimePicker demo panels one
by one
  [datetimepicker] Issue #530 - Use more specific CSS selector for
datetimepicker demo links
  [tour] Fixes #531 - Simplify the logic to detect whether the tour has
been made.
  [datetimepicker] DatetimePickerCssReference is actually a *CSS*
resource reference, not JS
  [font-awesome] Update Font-Awesome to 4.4.0 and load them with Webjars
  [themes] Update Material Design theme
  [themes] Update Bootswatch themes to their latest 3.3.5 version
  [themes] Update Google theme to its latest 3.3.5 version
  [themes] Update Metro theme to its latest 3.3.5 version
  Upgrade Wicket JQuery Selectors to 0.1.6 & Wicket Webjars to 0.4.8
  [maven-release-plugin] prepare release bootstrap-parent-0.9.12

Michael Haitz (2):
  Merge pull request #534 from mrijke/fix-missing-fontawesomeicon
  Merge pull request #535 from tgoetz/master

Tobias Soloschenko (1):
  #521 - Javadoc to ensure users are providing .start

Tom Götz (1):
  Upgrade Eonasdan-bootstrap-datetimepicker to 4.14.30


Additionally wicket-jquery-selectors and wicket-webjars dependencies have
been updated with the following changes respectively:


wicket-jquery-selectors 0.1.6 (6.x) & 0.2.3 (7.x):

Martin Tzvetanov Grigorov (7):
  Fixes #11 - Use Jackson's
com.fasterxml.jackson.databind.util.RawValue when needing to serialize as
raw
  Issue #11 - Fixes serializing nested configs
  Issue #11 - Simplify serialization of raw values by using
ObjectMapper#writeValueAsString().
  [maven-release-plugin] prepare for next development iteration
  Merge branch 'jackson-raw-value'
  Fixes #11 #16 Update Jackson to 2.6.0
  [maven-release-plugin] prepare release jquery-selectors-0.1.6


wicket-webjars 0.4.7 (6.x) & 0.5.3 (7.x):

Martin Tzvetanov Grigorov (3):
  [maven-release-plugin] prepare for next development iteration
  Fixes #34 - Add support for reading the jar entries inside .war files
(as Spring Boot applications)
  [maven-release-plugin] prepare release wicket-webjars-parent-0.4.7


Many thanks to all contributors!


Wicket Bootstrap team


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
  Update the version of the release against Wicket 7.x
  Update Less4j to 1.12.0
  Fixes #516 - Read the form component's label lazily
  Issue #516 - BootstrapCheckbox's model type should be Boolean
  Fixes #519 - Do not wrap with div.radio when the radio button is
inline
  Issue #519 - Fix broken test
  Update libraries:
  Merge branch 'master' into wicket-7.x
  Add type="text" attribute to an input
  Change the visibility of BootstrapCheckbox#convertInput() to public
  Upgrade Bootstrap to 3.3.5
  Fix warnings in bootstrap-samples/pom.xml
  [theme] Update Material design theme
  [theme] Update Bootswatch to 3.3.5
  [theme] Update Metro theme to 3.3.5
  [theme] Update Google theme (TODC) to 3.3.5
  Merge branch 'master' into wicket-7.x
  [theme] Remove Bootswatch Amelia theme. It has been deprecated by
Bootswatch for some time
  [maven-release-plugin] prepare release bootstrap-parent-0.9.11
  [maven-release-plugin] prepare for next development iteration
  Merge branch 'master' into wicket-7.x
  Update Wicket to 7.0.0-M6
  [maven-release-plugin] prepare release bootstrap-parent-0.10.2

TahitianGabriel (2):
  add convertInput()
  revert file 'auto-format'


The Wicket Bootstrap team


[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 version built against Wicket 6.x
  Update Less4j to 1.12.0
  [BootstrapCheckbox] Fixes #516 - Read the form component's label
lazily
  [BootstrapCheckbox] Issue #516 - BootstrapCheckbox's model type
should be Boolean
  [BootstrapRadioButton] Fixes #519 - Do not wrap with div.radio when
the radio button is inline
  [BootstrapRadioButton] Issue #519 - Fix broken test
  Update libraries: Wicket 6.20.0, Logback 1.1.3, JUnit 4.12, Guava 18.0
  Upgrade Bootstrap to 3.3.5
  Fix warnings in bootstrap-samples/pom.xml
  [theme] Update Material design theme
  [theme] Update Bootswatch to 3.3.5
  [theme] Update Metro theme to 3.3.5
  [theme] Update Google theme (TODC) to 3.3.5
  [maven-release-plugin] prepare release bootstrap-parent-0.9.11

Martin Grigorov (2):
  Merge pull request #513 from klopfdreh/master
  Merge pull request #518 from tahitiangabriel/master

TahitianGabriel (2):
  add convertInput()
  revert file 'auto-format'

Tobias Soloschenko (1):
  JDK8 junit fix - wicket-jquery-selector 0.1.5 has to be released
first!


Thank you to bug reporters and contributors!

Wicket Bootstrap team


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...@yahoo.de> wrote:

> 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(Bootstrap.getSettings(getApplication()).getActiveThemeProvider().getActiveTheme().name().toLowerCase()));
>
> Where BootswatchThemeProvider is:
>
> public class BootswatchThemeProvider  {
> Map map = new HashMap();
>public BootswatchThemeProvider() {
>   map.put("windows", new WindowsTheme());  map.put("human", new
> HumanTheme());  map.put("flatly", new FlatlyTheme());
>  }
>
>  public Behavior getTheme(String name){  if(map.containsKey(name)) return
> (Behavior) map.get(name);
>  else return (Behavior) map.get("windows"); }
> }
>
> When I open the Tree it's OK
> But when I change the Theme I get the error:
>
> Last cause: Unable to find component with id 'tree' in
> [TransparentWebMarkupContainer [Component id = wicket_extend2]]
> Expected: 'html:wicket_child1:wicket_extend2:tree'.
> Found with similar names: ''
>
> Markup
> The problem is in
> "file:/home/java/wicket/appfuse/braunimmobilien-eclipse-maven/project/webapp-bootstrap/target/classes/braunimmobilien/bootstrap/webapp/pages/angebot/AngebotTree.html":
> | 
> 
> 
>
> OffersAll offers ever available.
> 
>
> 
>  [tree]
> 
> 
> 
> 
>   |
>
> | Root cause:Unable to find component with id 'tree' in
> [TransparentWebMarkupContainer [Component id = wicket_extend2]]
> Expected: 'html:wicket_child1:wicket_extend2:tree'.
> Found with similar names: ''
> MarkupStream: [markup =
> file:/home/java/wicket/appfuse/braunimmobilien-eclipse-maven/project/webapp-bootstrap/target/classes/braunimmobilien/bootstrap/webapp/pages/angebot/AngebotTree.html
> 
> 
> 
> Offers All offers ever available.
> 
> 
>  [tree]
> 
> 
> 
> 
> , index = 2, current = '' (line 0,
> column 0)]
> at
> org.apache.wicket.markup.MarkupStream.throwMarkupException(MarkupStream.java:526)
>
> I am using 0.9.9-Bootstrap.
>   Von: Martin Grigorov 
>  An: "users@wicket.apache.org" 
>  Gesendet: 22:43 Sonntag, 31.Mai 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/mtgrigorov
>
>
>
> On Sun, May 31, 2015 at 11:06 AM, hansheinrichbraun <
> hansheinrichbr...@yahoo.de> wrote:
>
> > 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
>
>
>
>


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(Bootstrap.getSettings(getApplication()).getActiveThemeProvider().getActiveTheme().name().toLowerCase()));

Where BootswatchThemeProvider is:

public class BootswatchThemeProvider  { 
Map map = new HashMap();
   public BootswatchThemeProvider() {
  map.put("windows", new WindowsTheme());  map.put("human", new HumanTheme());  
map.put("flatly", new FlatlyTheme());
 }

 public Behavior getTheme(String name){  if(map.containsKey(name)) return 
(Behavior) map.get(name);
 else return (Behavior) map.get("windows"); }
}

When I open the Tree it's OK
But when I change the Theme I get the error:

Last cause: Unable to find component with id 'tree' in 
[TransparentWebMarkupContainer [Component id = wicket_extend2]]
Expected: 'html:wicket_child1:wicket_extend2:tree'.
Found with similar names: ''

Markup
The problem is in 
"file:/home/java/wicket/appfuse/braunimmobilien-eclipse-maven/project/webapp-bootstrap/target/classes/braunimmobilien/bootstrap/webapp/pages/angebot/AngebotTree.html":
| 


OffersAll offers ever available.

 
 [tree]




  |

| Root cause:Unable to find component with id 'tree' in 
[TransparentWebMarkupContainer [Component id = wicket_extend2]]
Expected: 'html:wicket_child1:wicket_extend2:tree'.
Found with similar names: ''
MarkupStream: [markup = 
file:/home/java/wicket/appfuse/braunimmobilien-eclipse-maven/project/webapp-bootstrap/target/classes/braunimmobilien/bootstrap/webapp/pages/angebot/AngebotTree.html



Offers All offers ever available.

  
 [tree]




, index = 2, current = '' (line 0, column 
0)]
at 
org.apache.wicket.markup.MarkupStream.throwMarkupException(MarkupStream.java:526)

I am using 0.9.9-Bootstrap.
  Von: Martin Grigorov 
 An: "users@wicket.apache.org"  
 Gesendet: 22:43 Sonntag, 31.Mai 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/mtgrigorov



On Sun, May 31, 2015 at 11:06 AM, hansheinrichbraun <
hansheinrichbr...@yahoo.de> wrote:

> 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


  

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 0.1.5 / 0.2.1 has to be
> released first.
>

Done!
Thank you!


>
> kind regards
>
> Tobias
>
> Am 31.05.15 um 22:41 schrieb Martin Grigorov:
>
>> Hi,
>>
>> Tobias Soloschenko caught that an important commit related to the
>> DropZone.js integration was missing in 0.9.x and was applied only to
>> 0.10.x
>> (for Wicket 7.x).
>> So 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:
>>> - 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 0.9.8 are:
>>>
>>> Martin Tzvetanov Grigorov (30):
>>>[maven-release-plugin] prepare for next development iteration
>>>Update Less4j to 1.9.0
>>>Update the versions in README
>>>[animate] Use spaces instead of tabs
>>>[animate.css] Add an entry for Animate.css to the affix
>>>Upgrade Bootstrap to 3.3.4
>>>[themes] Upgrade Bootswatch to 3.3.4
>>>[themes] Update Google theme to 3.3.4
>>>[themes] Upgrade Material Design by FezVrasta to 0.3.0
>>>[bootlint] Upgrade Bootlint to 0.12.0. Fixes #498
>>>Fixes #502 - Add component for password strength check
>>>[themes] Update Bootswatch themes to 3.3.4+1
>>>[themes] Update Google theme
>>>Upgrade Less4j to 1.10.0
>>>Add IssueStats to the README
>>>Upgrade Less4J to 1.11.0
>>>setOutputMarkupPlaceholderTag(true) implies
>>> setOutputMarkupId(true).
>>> No need to call it explicitly.
>>>Fixes #507 - [datetime picker] Add 'showClose' option
>>>Issue #508 [dropzone] Replace tabs with spaces
>>>Issue #508 - Introduce config for DropZone widget
>>>Issue #509 - Fix code style. Use spaces instead of tab
>>>Issue #509 - fix formating
>>>Issue #509 - Clean up the code for dropzone integration
>>>[typeahead] Fix broken test
>>>Fixes #511 #507 - Upgrade datetimepicker to 4.7.14
>>>Update Material Design theme
>>>Update Bootswatch themes
>>>Update Google theme
>>>Update dependencies and Maven plugins
>>>[maven-release-plugin] prepare release bootstrap-parent-0.9.9
>>>
>>> danjee (6):
>>>Added animated.css behavior Using CDN resources if bootstrap
>>> settings permits, otherwise a webjar resource
>>>Fix test
>>>Merge branch 'master' of
>>> https://github.com/danjee/wicket-bootstrap.git
>>>update animate.css version to 3.2.5 (same as default CDN version)
>>>move behavior from core to extensions including test class
>>>  added
>>> sample with notification panel animation
>>>    Change test
>>>
>>> Robert Gruendler (3):
>>>template values need to be functions, change from String to
>>> RawValue
>>>it's perfectly valid to have both a local and a remote source
>>>fixed StalePageException, refs #493
>>>
>>> Tobias Soloschenko (3):
>>>Modern File Upload based on dropzone.js
>>>FileParts are parsed internally / Restored formatting
>>>Fixed Dropzone with new Config
>>>
>>> Daniel Jipa (1):
>>>Update pom.xml
>>>
>>> Guillaume Smet (1):
>>>Add a setter for the Modernizr resource reference
>>>
>>> schrader (1):
>>>allow *.woff2 files
>>>
>>>
>>> Thank You to all contributors!
>>>
>>> Wicket Bootstrap team
>>>
>>>
>>>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


Re: Wicket Bootstrap 0.9.9 is released

2015-05-31 Thread Tobias Soloschenko

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 0.1.5 / 0.2.1 has to be 
released first.


kind regards

Tobias

Am 31.05.15 um 22:41 schrieb Martin Grigorov:

Hi,

Tobias Soloschenko caught that an important commit related to the
DropZone.js integration was missing in 0.9.x and was applied only to 0.10.x
(for Wicket 7.x).
So I just released 0.9.10 with this extra commit.

Thank you, Tobias!

On Sun, May 31, 2015 at 1:10 AM, Martin Grigorov 
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/

The list of commits since 0.9.8 are:

Martin Tzvetanov Grigorov (30):
   [maven-release-plugin] prepare for next development iteration
   Update Less4j to 1.9.0
   Update the versions in README
   [animate] Use spaces instead of tabs
   [animate.css] Add an entry for Animate.css to the affix
   Upgrade Bootstrap to 3.3.4
   [themes] Upgrade Bootswatch to 3.3.4
   [themes] Update Google theme to 3.3.4
   [themes] Upgrade Material Design by FezVrasta to 0.3.0
   [bootlint] Upgrade Bootlint to 0.12.0. Fixes #498
   Fixes #502 - Add component for password strength check
   [themes] Update Bootswatch themes to 3.3.4+1
   [themes] Update Google theme
   Upgrade Less4j to 1.10.0
   Add IssueStats to the README
   Upgrade Less4J to 1.11.0
   setOutputMarkupPlaceholderTag(true) implies setOutputMarkupId(true).
No need to call it explicitly.
   Fixes #507 - [datetime picker] Add 'showClose' option
   Issue #508 [dropzone] Replace tabs with spaces
   Issue #508 - Introduce config for DropZone widget
   Issue #509 - Fix code style. Use spaces instead of tab
   Issue #509 - fix formating
   Issue #509 - Clean up the code for dropzone integration
   [typeahead] Fix broken test
   Fixes #511 #507 - Upgrade datetimepicker to 4.7.14
   Update Material Design theme
   Update Bootswatch themes
   Update Google theme
   Update dependencies and Maven plugins
   [maven-release-plugin] prepare release bootstrap-parent-0.9.9

danjee (6):
   Added animated.css behavior Using CDN resources if bootstrap
settings permits, otherwise a webjar resource
   Fix test
   Merge branch 'master' of
https://github.com/danjee/wicket-bootstrap.git
   update animate.css version to 3.2.5 (same as default CDN version)
   move behavior from core to extensions including test class added
sample with notification panel animation
   Change test

Robert Gruendler (3):
   template values need to be functions, change from String to RawValue
   it's perfectly valid to have both a local and a remote source
   fixed StalePageException, refs #493

Tobias Soloschenko (3):
   Modern File Upload based on dropzone.js
   FileParts are parsed internally / Restored formatting
   Fixed Dropzone with new Config

Daniel Jipa (1):
   Update pom.xml

Guillaume Smet (1):
   Add a setter for the Modernizr resource reference

schrader (1):
   allow *.woff2 files


Thank You to all contributors!

Wicket Bootstrap team





-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



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, hansheinrichbraun <
hansheinrichbr...@yahoo.de> wrote:

> 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


Re: Wicket Bootstrap 0.9.9 is released

2015-05-31 Thread Martin Grigorov
Hi,

Tobias Soloschenko caught that an important commit related to the
DropZone.js integration was missing in 0.9.x and was applied only to 0.10.x
(for Wicket 7.x).
So I just released 0.9.10 with this extra commit.

Thank you, Tobias!

On Sun, May 31, 2015 at 1:10 AM, Martin Grigorov 
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/
>
> The list of commits since 0.9.8 are:
>
> Martin Tzvetanov Grigorov (30):
>   [maven-release-plugin] prepare for next development iteration
>   Update Less4j to 1.9.0
>   Update the versions in README
>   [animate] Use spaces instead of tabs
>   [animate.css] Add an entry for Animate.css to the affix
>   Upgrade Bootstrap to 3.3.4
>   [themes] Upgrade Bootswatch to 3.3.4
>   [themes] Update Google theme to 3.3.4
>   [themes] Upgrade Material Design by FezVrasta to 0.3.0
>   [bootlint] Upgrade Bootlint to 0.12.0. Fixes #498
>   Fixes #502 - Add component for password strength check
>   [themes] Update Bootswatch themes to 3.3.4+1
>   [themes] Update Google theme
>   Upgrade Less4j to 1.10.0
>   Add IssueStats to the README
>   Upgrade Less4J to 1.11.0
>   setOutputMarkupPlaceholderTag(true) implies setOutputMarkupId(true).
> No need to call it explicitly.
>   Fixes #507 - [datetime picker] Add 'showClose' option
>   Issue #508 [dropzone] Replace tabs with spaces
>   Issue #508 - Introduce config for DropZone widget
>   Issue #509 - Fix code style. Use spaces instead of tab
>   Issue #509 - fix formating
>   Issue #509 - Clean up the code for dropzone integration
>   [typeahead] Fix broken test
>   Fixes #511 #507 - Upgrade datetimepicker to 4.7.14
>   Update Material Design theme
>   Update Bootswatch themes
>   Update Google theme
>   Update dependencies and Maven plugins
>   [maven-release-plugin] prepare release bootstrap-parent-0.9.9
>
> danjee (6):
>   Added animated.css behavior Using CDN resources if bootstrap
> settings permits, otherwise a webjar resource
>   Fix test
>   Merge branch 'master' of
> https://github.com/danjee/wicket-bootstrap.git
>   update animate.css version to 3.2.5 (same as default CDN version)
>   move behavior from core to extensions including test class added
> sample with notification panel animation
>   Change test
>
> Robert Gruendler (3):
>   template values need to be functions, change from String to RawValue
>   it's perfectly valid to have both a local and a remote source
>   fixed StalePageException, refs #493
>
> Tobias Soloschenko (3):
>   Modern File Upload based on dropzone.js
>   FileParts are parsed internally / Restored formatting
>   Fixed Dropzone with new Config
>
> Daniel Jipa (1):
>   Update pom.xml
>
> Guillaume Smet (1):
>   Add a setter for the Modernizr resource reference
>
> schrader (1):
>   allow *.woff2 files
>
>
> Thank You to all contributors!
>
> Wicket Bootstrap team
>
>


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 0.9.8 are:

Martin Tzvetanov Grigorov (30):
  [maven-release-plugin] prepare for next development iteration
  Update Less4j to 1.9.0
  Update the versions in README
  [animate] Use spaces instead of tabs
  [animate.css] Add an entry for Animate.css to the affix
  Upgrade Bootstrap to 3.3.4
  [themes] Upgrade Bootswatch to 3.3.4
  [themes] Update Google theme to 3.3.4
  [themes] Upgrade Material Design by FezVrasta to 0.3.0
  [bootlint] Upgrade Bootlint to 0.12.0. Fixes #498
  Fixes #502 - Add component for password strength check
  [themes] Update Bootswatch themes to 3.3.4+1
  [themes] Update Google theme
  Upgrade Less4j to 1.10.0
  Add IssueStats to the README
  Upgrade Less4J to 1.11.0
  setOutputMarkupPlaceholderTag(true) implies setOutputMarkupId(true).
No need to call it explicitly.
  Fixes #507 - [datetime picker] Add 'showClose' option
  Issue #508 [dropzone] Replace tabs with spaces
  Issue #508 - Introduce config for DropZone widget
  Issue #509 - Fix code style. Use spaces instead of tab
  Issue #509 - fix formating
  Issue #509 - Clean up the code for dropzone integration
  [typeahead] Fix broken test
  Fixes #511 #507 - Upgrade datetimepicker to 4.7.14
  Update Material Design theme
  Update Bootswatch themes
  Update Google theme
  Update dependencies and Maven plugins
  [maven-release-plugin] prepare release bootstrap-parent-0.9.9

danjee (6):
  Added animated.css behavior Using CDN resources if bootstrap
settings permits, otherwise a webjar resource
  Fix test
  Merge branch 'master' of
https://github.com/danjee/wicket-bootstrap.git
  update animate.css version to 3.2.5 (same as default CDN version)
  move behavior from core to extensions including test class added
sample with notification panel animation
  Change test

Robert Gruendler (3):
  template values need to be functions, change from String to RawValue
  it's perfectly valid to have both a local and a remote source
  fixed StalePageException, refs #493

Tobias Soloschenko (3):
  Modern File Upload based on dropzone.js
  FileParts are parsed internally / Restored formatting
  Fixed Dropzone with new Config

Daniel Jipa (1):
  Update pom.xml

Guillaume Smet (1):
  Add a setter for the Modernizr resource reference

schrader (1):
  allow *.woff2 files


Thank You to all contributors!

Wicket Bootstrap team


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: Re: Wicket Bootstrap and Wizard

2015-05-26 Thread Hans-Heinrich Braun
est.cycle.RequestCycle$HandlerExecutor.respond(RequestCycle.java:890)
 at 
org.apache.wicket.request.RequestHandlerStack.execute(RequestHandlerStack.java:64)
 at org.apache.wicket.request.cycle.RequestCycle.execute(RequestCycle.java:261)
 at 
org.apache.wicket.request.cycle.RequestCycle.processRequest(RequestCycle.java:218)
 at 
org.apache.wicket.request.cycle.RequestCycle.processRequestAndDetach(RequestCycle.java:289)
 at 
org.apache.wicket.protocol.http.WicketFilter.processRequestCycle(WicketFilter.java:259)
 at 
org.apache.wicket.protocol.http.WicketFilter.processRequest(WicketFilter.java:201)
 at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:282)
 at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1338)
 at 
org.springframework.orm.hibernate4.support.OpenSessionInViewFilter.doFilterInternal(OpenSessionInViewFilter.java:152)
 at 
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
 at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1338)
 at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
 at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
 at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:524)
 at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:233)
 at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1065)
 at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
 at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
 at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
 at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
 at 
org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:250)
 at 
org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:149)
 at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
 at org.eclipse.jetty.server.Server.handle(Server.java:350)
 at 
org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
 at 
org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:890)
 at 
org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:944)
 at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:630)
 at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:230)
 at 
org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:77)
 at 
org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:606)
 at 
org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:46)
 at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:603)
 at 
org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:538)
 at java.lang.Thread.run(Thread.java:745) |

  Von: Martin Grigorov 
 An: "users@wicket.apache.org"  
 Gesendet: 10:02 Dienstag, 26.Mai 2015
 Betreff: Re: Re: Re: Re: Wicket Bootstrap and Wizard
   
I am not CSS expert but what I'd do is:
- copy windows.css to theme.paper.css
- edit theme.paper.css to match with the sizes and colors defined
bootswatch.paper.css
- do the same for all other Bootswatch themes I need to support

With Less (http://lesscss.org/) it would be easier for you to re-use
Bootswatch's themes variables/parameters and thus make it future proof. But
you will have to introduce a build step for Less->CSS, or do it at runtime.
This will add extra complexity for you.

Martin Grigorov
Wicket Training and Consulting
https://twitter.com/mtgrigorov



On Tue, May 26, 2015 at 10:46 AM, hansheinrichbraun <
hansheinrichbr...@yahoo.de> wrote:

> Everything what is defined in the folder human or windows for a folder for
> example flatly
>
>
> Von Samsung Mobile gesendet
>
>  Ursprüngliche Nachricht Von: Martin
> Grigorov  Datum:26.05.2015  08:09
> (GMT+01:00) An: users@wicket.apache.org Betreff:
> Re: Re: Re: Wicket Bootstrap and Wizard 
> What 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 myself or  does ther
> > already exist something anywhere?
> >
> >
> > Von Samsung Mobile gesendet
> >
> >  Ursprüngliche Nachricht Von: Martin
> > Grigorov  Datum:25.05.2015  22:10
> > (GMT+01:00) An: users@wicket.apache.org Betreff:
> > Re: Re: Wicket Bootstrap and Wizard 
> > Hi,
> >
> > I'd use

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

2015-05-26 Thread Martin Grigorov
I am not CSS expert but what I'd do is:
- copy windows.css to theme.paper.css
- edit theme.paper.css to match with the sizes and colors defined
bootswatch.paper.css
- do the same for all other Bootswatch themes I need to support

With Less (http://lesscss.org/) it would be easier for you to re-use
Bootswatch's themes variables/parameters and thus make it future proof. But
you will have to introduce a build step for Less->CSS, or do it at runtime.
This will add extra complexity for you.

Martin Grigorov
Wicket Training and Consulting
https://twitter.com/mtgrigorov

On Tue, May 26, 2015 at 10:46 AM, hansheinrichbraun <
hansheinrichbr...@yahoo.de> wrote:

> Everything what is defined in the folder human or windows for a folder for
> example flatly
>
>
> Von Samsung Mobile gesendet
>
>  Ursprüngliche Nachricht Von: Martin
> Grigorov  Datum:26.05.2015  08:09
> (GMT+01:00) An: users@wicket.apache.org Betreff:
> Re: Re: Re: Wicket Bootstrap and Wizard 
> What 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 myself or  does ther
> > already exist something anywhere?
> >
> >
> > Von Samsung Mobile gesendet
> >
> >  Ursprüngliche Nachricht ----Von: Martin
> > Grigorov  Datum:25.05.2015  22:10
> > (GMT+01:00) An: users@wicket.apache.org Betreff:
> > Re: Re: Wicket Bootstrap and Wizard 
> > Hi,
> >
> > 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 the name of the CSS tree theme.
> >
> > Martin Grigorov
> > Wicket Training and Consulting
> > https://twitter.com/mtgrigorov
> >
> > On Mon, May 25, 2015 at 6:14 PM, hansheinrichbraun <
> > hansheinrichbr...@yahoo.de> wrote:
> >
> > > Hello Martin,
> > > I made a first trial to bring the bootswatch Themes to the tree
> > > component.In the  wicket component there are 2 themes HumanTheme and
> > > WindowsTheme which are added as Behaviors.In Your Bootstrap adaption
> the
> > > Boutswatch Themes are interfaced by ITheme.I didn't yet get out how
> they
> > > are brought in the Components and my first trial to turn them in
> > Behaviors
> > > didn't work.I tried to use the renderHead of the ITheme and to add
> class=
> > > theme-theme.name() to the Treecomponent.Maybe you  can give me a hint.
> > > Heiner Braun
> > >
> > >
> > > Von Samsung Mobile gesendet
> > >
> > >  Ursprüngliche Nachricht Von: Martin
> > > Grigorov  Datum:25.05.2015  08:45
> > > (GMT+01:00) An: users@wicket.apache.org,Hans-Heinrich
> Braun <
> > > hansheinrichbr...@yahoo.de> Betreff: Re: Wicket Bootstrap
> and
> > > Wizard 
> > > Hi,
> > >
> > > 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 at 10:47 PM, Hans-Heinrich Braun <
> > > hansheinrichbr...@yahoo.de> wrote:
> > >
> > > > Martin thank you problem solved.I used Ajax for making visible  new
> > > select
> > > > fields and making the choices in dependence of the choice of other
> > select
> > > > fields like country location street person .Maybe i didn't use
> > everywhere
> > > > BasePage or didn't change all html files.I am using  a real estate
> > > > application with wicket hibernate spring with a lot of google  mail
> > > > calendar and contacts integration.I want now to make it accessible in
> > > > internet responsive and therefore start to use Bootstrap.After a used
> > my
> > > > own solution for the management of inter page operations i want to
> > change
> > > > to   Wizard and Breadcrumb style.Question: I show  my datastructures
> > in a
> > > > tree view.I don't really see a Bootstrap tree structure. I found
> > > something
> > > > in internet which is totally javascript.Somebody recommended HTML5
> > > Although
> > > > the normal wi

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

2015-05-26 Thread hansheinrichbraun
Everything what is defined in the folder human or windows for a folder for 
example flatly


Von Samsung Mobile gesendet

 Ursprüngliche Nachricht Von: Martin Grigorov 
 Datum:26.05.2015  08:09  (GMT+01:00) 
An: users@wicket.apache.org Betreff: Re: Re: Re: Wicket 
Bootstrap and Wizard 
What 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 myself or  does ther
> already exist something anywhere?
>
>
> Von Samsung Mobile gesendet
>
>  Ursprüngliche Nachricht Von: Martin
> Grigorov  Datum:25.05.2015  22:10
> (GMT+01:00) An: users@wicket.apache.org Betreff:
> Re: Re: Wicket Bootstrap and Wizard 
> Hi,
>
> 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 the name of the CSS tree theme.
>
> Martin Grigorov
> Wicket Training and Consulting
> https://twitter.com/mtgrigorov
>
> On Mon, May 25, 2015 at 6:14 PM, hansheinrichbraun <
> hansheinrichbr...@yahoo.de> wrote:
>
> > Hello Martin,
> > I made a first trial to bring the bootswatch Themes to the tree
> > component.In the  wicket component there are 2 themes HumanTheme and
> > WindowsTheme which are added as Behaviors.In Your Bootstrap adaption the
> > Boutswatch Themes are interfaced by ITheme.I didn't yet get out how they
> > are brought in the Components and my first trial to turn them in
> Behaviors
> > didn't work.I tried to use the renderHead of the ITheme and to add class=
> > theme-theme.name() to the Treecomponent.Maybe you  can give me a hint.
> > Heiner Braun
> >
> >
> > Von Samsung Mobile gesendet
> >
> >  Ursprüngliche Nachricht Von: Martin
> > Grigorov  Datum:25.05.2015  08:45
> > (GMT+01:00) An: users@wicket.apache.org,Hans-Heinrich Braun <
> > hansheinrichbr...@yahoo.de> Betreff: Re: Wicket Bootstrap and
> > Wizard 
> > Hi,
> >
> > 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 at 10:47 PM, Hans-Heinrich Braun <
> > hansheinrichbr...@yahoo.de> wrote:
> >
> > > Martin thank you problem solved.I used Ajax for making visible  new
> > select
> > > fields and making the choices in dependence of the choice of other
> select
> > > fields like country location street person .Maybe i didn't use
> everywhere
> > > BasePage or didn't change all html files.I am using  a real estate
> > > application with wicket hibernate spring with a lot of google  mail
> > > calendar and contacts integration.I want now to make it accessible in
> > > internet responsive and therefore start to use Bootstrap.After a used
> my
> > > own solution for the management of inter page operations i want to
> change
> > > to   Wizard and Breadcrumb style.Question: I show  my datastructures
> in a
> > > tree view.I don't really see a Bootstrap tree structure. I found
> > something
> > > in internet which is totally javascript.Somebody recommended HTML5
> > Although
> > > the normal wicket treestructure looks rather good on the handy. What
> > would
> > > you recommend?Heiner Braun
> > >
> > >   Von: Martin Grigorov 
> > >  An: "users@wicket.apache.org" ;
> Hans-Heinrich
> > > Braun 
> > >  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 wicket-extensions' Wizard uses non-Ajax buttons.
> > >
> > > Can you create a quickstart project at GitHub/BitBucket ?
> > >
> > > Martin Grigorov
> > > Wicket Training and Consulting
> > > https://twitter.com/mtgrigorov
> > >
> > >
> > >
> > > On Sat, May 23, 2015 at 10:57 AM, Hans-Heinrich Braun <
> > > 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:
>

Re: Re: Re: Wicket Bootstrap and Wizard

2015-05-25 Thread Martin Grigorov
What 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 myself or  does ther
> already exist something anywhere?
>
>
> Von Samsung Mobile gesendet
>
>  Ursprüngliche Nachricht Von: Martin
> Grigorov  Datum:25.05.2015  22:10
> (GMT+01:00) An: users@wicket.apache.org Betreff:
> Re: Re: Wicket Bootstrap and Wizard 
> Hi,
>
> 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 the name of the CSS tree theme.
>
> Martin Grigorov
> Wicket Training and Consulting
> https://twitter.com/mtgrigorov
>
> On Mon, May 25, 2015 at 6:14 PM, hansheinrichbraun <
> hansheinrichbr...@yahoo.de> wrote:
>
> > Hello Martin,
> > I made a first trial to bring the bootswatch Themes to the tree
> > component.In the  wicket component there are 2 themes HumanTheme and
> > WindowsTheme which are added as Behaviors.In Your Bootstrap adaption the
> > Boutswatch Themes are interfaced by ITheme.I didn't yet get out how they
> > are brought in the Components and my first trial to turn them in
> Behaviors
> > didn't work.I tried to use the renderHead of the ITheme and to add class=
> > theme-theme.name() to the Treecomponent.Maybe you  can give me a hint.
> > Heiner Braun
> >
> >
> > Von Samsung Mobile gesendet
> >
> >  Ursprüngliche Nachricht Von: Martin
> > Grigorov  Datum:25.05.2015  08:45
> > (GMT+01:00) An: users@wicket.apache.org,Hans-Heinrich Braun <
> > hansheinrichbr...@yahoo.de> Betreff: Re: Wicket Bootstrap and
> > Wizard 
> > Hi,
> >
> > 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 at 10:47 PM, Hans-Heinrich Braun <
> > hansheinrichbr...@yahoo.de> wrote:
> >
> > > Martin thank you problem solved.I used Ajax for making visible  new
> > select
> > > fields and making the choices in dependence of the choice of other
> select
> > > fields like country location street person .Maybe i didn't use
> everywhere
> > > BasePage or didn't change all html files.I am using  a real estate
> > > application with wicket hibernate spring with a lot of google  mail
> > > calendar and contacts integration.I want now to make it accessible in
> > > internet responsive and therefore start to use Bootstrap.After a used
> my
> > > own solution for the management of inter page operations i want to
> change
> > > to   Wizard and Breadcrumb style.Question: I show  my datastructures
> in a
> > > tree view.I don't really see a Bootstrap tree structure. I found
> > something
> > > in internet which is totally javascript.Somebody recommended HTML5
> > Although
> > > the normal wicket treestructure looks rather good on the handy. What
> > would
> > > you recommend?Heiner Braun
> > >
> > >   Von: Martin Grigorov 
> > >  An: "users@wicket.apache.org" ;
> Hans-Heinrich
> > > Braun 
> > >  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 wicket-extensions' Wizard uses non-Ajax buttons.
> > >
> > > Can you create a quickstart project at GitHub/BitBucket ?
> > >
> > > Martin Grigorov
> > > Wicket Training and Consulting
> > > https://twitter.com/mtgrigorov
> > >
> > >
> > >
> > > On Sat, May 23, 2015 at 10:57 AM, Hans-Heinrich Braun <
> > > 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
> > > > org.apache.wicket.request.mapper.parameter.PageParameters;import
> > > > braunimmobilien.bootstrap.webapp.pages.WicketExamplePage;import
>

AW: Re: Re: Wicket Bootstrap and Wizard

2015-05-25 Thread hansheinrichbraun
Must I define the parameters for the css files myself or  does ther already 
exist something anywhere?


Von Samsung Mobile gesendet

 Ursprüngliche Nachricht Von: Martin Grigorov 
 Datum:25.05.2015  22:10  (GMT+01:00) 
An: users@wicket.apache.org Betreff: Re: Re: Wicket 
Bootstrap and Wizard 
Hi,

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 the name of the CSS tree theme.

Martin Grigorov
Wicket Training and Consulting
https://twitter.com/mtgrigorov

On Mon, May 25, 2015 at 6:14 PM, hansheinrichbraun <
hansheinrichbr...@yahoo.de> wrote:

> Hello Martin,
> I made a first trial to bring the bootswatch Themes to the tree
> component.In the  wicket component there are 2 themes HumanTheme and
> WindowsTheme which are added as Behaviors.In Your Bootstrap adaption the
> Boutswatch Themes are interfaced by ITheme.I didn't yet get out how they
> are brought in the Components and my first trial to turn them in Behaviors
> didn't work.I tried to use the renderHead of the ITheme and to add class=
> theme-theme.name() to the Treecomponent.Maybe you  can give me a hint.
> Heiner Braun
>
>
> Von Samsung Mobile gesendet
>
>  Ursprüngliche Nachricht Von: Martin
> Grigorov  Datum:25.05.2015  08:45
> (GMT+01:00) An: users@wicket.apache.org,Hans-Heinrich Braun <
> hansheinrichbr...@yahoo.de> Betreff: Re: Wicket Bootstrap and
> Wizard 
> Hi,
>
> 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 at 10:47 PM, Hans-Heinrich Braun <
> hansheinrichbr...@yahoo.de> wrote:
>
> > Martin thank you problem solved.I used Ajax for making visible  new
> select
> > fields and making the choices in dependence of the choice of other select
> > fields like country location street person .Maybe i didn't use everywhere
> > BasePage or didn't change all html files.I am using  a real estate
> > application with wicket hibernate spring with a lot of google  mail
> > calendar and contacts integration.I want now to make it accessible in
> > internet responsive and therefore start to use Bootstrap.After a used my
> > own solution for the management of inter page operations i want to change
> > to   Wizard and Breadcrumb style.Question: I show  my datastructures in a
> > tree view.I don't really see a Bootstrap tree structure. I found
> something
> > in internet which is totally javascript.Somebody recommended HTML5
> Although
> > the normal wicket treestructure looks rather good on the handy. What
> would
> > you recommend?Heiner Braun
> >
> >   Von: Martin Grigorov 
> >  An: "users@wicket.apache.org" ; Hans-Heinrich
> > Braun 
> >  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 wicket-extensions' Wizard uses non-Ajax buttons.
> >
> > Can you create a quickstart project at GitHub/BitBucket ?
> >
> > Martin Grigorov
> > Wicket Training and Consulting
> > https://twitter.com/mtgrigorov
> >
> >
> >
> > On Sat, May 23, 2015 at 10:57 AM, Hans-Heinrich Braun <
> > 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
> > > org.apache.wicket.request.mapper.parameter.PageParameters;import
> > > braunimmobilien.bootstrap.webapp.pages.WicketExamplePage;import
> > > org.apache.wicket.extensions.wizard.Wizard;
> > >
> > > /** * Page for displaying a wizard. *  * @author Eelco Hillenius
> */public
> > > class WizardPage extends WicketExamplePage{ /**  * Construct.  *  *
> > @param
> > >   *  * @param wizardClass  *class of the wizard
> component
> > > */ public  WizardPage(Class wizardClass) {  if
> > > (wizardClass == null) { throw new IllegalArgumentException("argument
> > > wizardClass must be not null"); } try { Constructor
> > ctor
> > > = wizardClass.getConstructor(String.class); Wizard wizard =
> > > ctor.newInstance("wizard"); add(wizar

Re: Re: Wicket Bootstrap and Wizard

2015-05-25 Thread Martin Grigorov
Hi,

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 the name of the CSS tree theme.

Martin Grigorov
Wicket Training and Consulting
https://twitter.com/mtgrigorov

On Mon, May 25, 2015 at 6:14 PM, hansheinrichbraun <
hansheinrichbr...@yahoo.de> wrote:

> Hello Martin,
> I made a first trial to bring the bootswatch Themes to the tree
> component.In the  wicket component there are 2 themes HumanTheme and
> WindowsTheme which are added as Behaviors.In Your Bootstrap adaption the
> Boutswatch Themes are interfaced by ITheme.I didn't yet get out how they
> are brought in the Components and my first trial to turn them in Behaviors
> didn't work.I tried to use the renderHead of the ITheme and to add class=
> theme-theme.name() to the Treecomponent.Maybe you  can give me a hint.
> Heiner Braun
>
>
> Von Samsung Mobile gesendet
>
>  Ursprüngliche Nachricht Von: Martin
> Grigorov  Datum:25.05.2015  08:45
> (GMT+01:00) An: users@wicket.apache.org,Hans-Heinrich Braun <
> hansheinrichbr...@yahoo.de> Betreff: Re: Wicket Bootstrap and
> Wizard 
> Hi,
>
> 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 at 10:47 PM, Hans-Heinrich Braun <
> hansheinrichbr...@yahoo.de> wrote:
>
> > Martin thank you problem solved.I used Ajax for making visible  new
> select
> > fields and making the choices in dependence of the choice of other select
> > fields like country location street person .Maybe i didn't use everywhere
> > BasePage or didn't change all html files.I am using  a real estate
> > application with wicket hibernate spring with a lot of google  mail
> > calendar and contacts integration.I want now to make it accessible in
> > internet responsive and therefore start to use Bootstrap.After a used my
> > own solution for the management of inter page operations i want to change
> > to   Wizard and Breadcrumb style.Question: I show  my datastructures in a
> > tree view.I don't really see a Bootstrap tree structure. I found
> something
> > in internet which is totally javascript.Somebody recommended HTML5
> Although
> > the normal wicket treestructure looks rather good on the handy. What
> would
> > you recommend?Heiner Braun
> >
> >   Von: Martin Grigorov 
> >  An: "users@wicket.apache.org" ; Hans-Heinrich
> > Braun 
> >  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 wicket-extensions' Wizard uses non-Ajax buttons.
> >
> > Can you create a quickstart project at GitHub/BitBucket ?
> >
> > Martin Grigorov
> > Wicket Training and Consulting
> > https://twitter.com/mtgrigorov
> >
> >
> >
> > On Sat, May 23, 2015 at 10:57 AM, Hans-Heinrich Braun <
> > 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
> > > org.apache.wicket.request.mapper.parameter.PageParameters;import
> > > braunimmobilien.bootstrap.webapp.pages.WicketExamplePage;import
> > > org.apache.wicket.extensions.wizard.Wizard;
> > >
> > > /** * Page for displaying a wizard. *  * @author Eelco Hillenius
> */public
> > > class WizardPage extends WicketExamplePage{ /**  * Construct.  *  *
> > @param
> > >   *  * @param wizardClass  *class of the wizard
> component
> > > */ public  WizardPage(Class wizardClass) {  if
> > > (wizardClass == null) { throw new IllegalArgumentException("argument
> > > wizardClass must be not null"); } try { Constructor
> > ctor
> > > = wizardClass.getConstructor(String.class); Wizard wizard =
> > > ctor.newInstance("wizard"); add(wizard); } catch (Exception e) { throw
> > new
> > > RuntimeException(e); } } public  WizardPage(Class
> > > wizardClass,Class responsepage,PageParameters pageparameters) { if
> > > (wizardClass == null) { throw new IllegalArgumentException("argument
> > > wizardClass must be not null"); } try { Constructor
> > ctor
> > > =
> > >
> >
> wizardClass.getConstructor(String.class,Class.class,PageParameters.class);
> > > Wizard wizard = ctor.newInstance("wizard",responsepage,pageparameters);
> > > add(wizard); } catch (Exception e) { throw new RuntimeException(e); }
> > > }}which shows  the pages but Ajax functions don't work.Even i have no
> > > Bootstrap.I didn't succeed to turn the corresponding pages in
> inheritance
> > > of BasePage.After several trials I thought it better to ask you.
> > > Regards Henry.
> > >
> >
> >
> >
> >
>


AW: Re: Wicket Bootstrap and Wizard

2015-05-25 Thread hansheinrichbraun
Hello Martin,
I made a first trial to bring the bootswatch Themes to the tree component.In 
the  wicket component there are 2 themes HumanTheme and WindowsTheme which are 
added as Behaviors.In Your Bootstrap adaption the Boutswatch Themes are 
interfaced by ITheme.I didn't yet get out how they are brought in the 
Components and my first trial to turn them in Behaviors didn't work.I tried to 
use the renderHead of the ITheme and to add class=theme-theme.name() to the 
Treecomponent.Maybe you  can give me a hint.
Heiner Braun


Von Samsung Mobile gesendet

 Ursprüngliche Nachricht Von: Martin Grigorov 
 Datum:25.05.2015  08:45  (GMT+01:00) 
An: users@wicket.apache.org,Hans-Heinrich Braun 
 Betreff: Re: Wicket Bootstrap and 
Wizard 
Hi,

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 at 10:47 PM, Hans-Heinrich Braun <
hansheinrichbr...@yahoo.de> wrote:

> Martin thank you problem solved.I used Ajax for making visible  new select
> fields and making the choices in dependence of the choice of other select
> fields like country location street person .Maybe i didn't use everywhere
> BasePage or didn't change all html files.I am using  a real estate
> application with wicket hibernate spring with a lot of google  mail
> calendar and contacts integration.I want now to make it accessible in
> internet responsive and therefore start to use Bootstrap.After a used my
> own solution for the management of inter page operations i want to change
> to   Wizard and Breadcrumb style.Question: I show  my datastructures in a
> tree view.I don't really see a Bootstrap tree structure. I found something
> in internet which is totally javascript.Somebody recommended HTML5 Although
> the normal wicket treestructure looks rather good on the handy. What would
> you recommend?Heiner Braun
>
>   Von: Martin Grigorov 
>  An: "users@wicket.apache.org" ; Hans-Heinrich
> Braun 
>  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 wicket-extensions' Wizard uses non-Ajax buttons.
>
> Can you create a quickstart project at GitHub/BitBucket ?
>
> Martin Grigorov
> Wicket Training and Consulting
> https://twitter.com/mtgrigorov
>
>
>
> On Sat, May 23, 2015 at 10:57 AM, Hans-Heinrich Braun <
> 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
> > org.apache.wicket.request.mapper.parameter.PageParameters;import
> > braunimmobilien.bootstrap.webapp.pages.WicketExamplePage;import
> > org.apache.wicket.extensions.wizard.Wizard;
> >
> > /** * Page for displaying a wizard. *  * @author Eelco Hillenius */public
> > class WizardPage extends WicketExamplePage{ /**  * Construct.  *  *
> @param
> >   *  * @param wizardClass  *class of the wizard component
> > */ public  WizardPage(Class wizardClass) {  if
> > (wizardClass == null) { throw new IllegalArgumentException("argument
> > wizardClass must be not null"); } try { Constructor
> ctor
> > = wizardClass.getConstructor(String.class); Wizard wizard =
> > ctor.newInstance("wizard"); add(wizard); } catch (Exception e) { throw
> new
> > RuntimeException(e); } } public  WizardPage(Class
> > wizardClass,Class responsepage,PageParameters pageparameters) { if
> > (wizardClass == null) { throw new IllegalArgumentException("argument
> > wizardClass must be not null"); } try { Constructor
> ctor
> > =
> >
> wizardClass.getConstructor(String.class,Class.class,PageParameters.class);
> > Wizard wizard = ctor.newInstance("wizard",responsepage,pageparameters);
> > add(wizard); } catch (Exception e) { throw new RuntimeException(e); }
> > }}which shows  the pages but Ajax functions don't work.Even i have no
> > Bootstrap.I didn't succeed to turn the corresponding pages in inheritance
> > of BasePage.After several trials I thought it better to ask you.
> > Regards Henry.
> >
>
>
>
>


Re: Wicket Bootstrap and Wizard

2015-05-24 Thread Martin Grigorov
Hi,

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 at 10:47 PM, Hans-Heinrich Braun <
hansheinrichbr...@yahoo.de> wrote:

> Martin thank you problem solved.I used Ajax for making visible  new select
> fields and making the choices in dependence of the choice of other select
> fields like country location street person .Maybe i didn't use everywhere
> BasePage or didn't change all html files.I am using  a real estate
> application with wicket hibernate spring with a lot of google  mail
> calendar and contacts integration.I want now to make it accessible in
> internet responsive and therefore start to use Bootstrap.After a used my
> own solution for the management of inter page operations i want to change
> to   Wizard and Breadcrumb style.Question: I show  my datastructures in a
> tree view.I don't really see a Bootstrap tree structure. I found something
> in internet which is totally javascript.Somebody recommended HTML5 Although
> the normal wicket treestructure looks rather good on the handy. What would
> you recommend?Heiner Braun
>
>   Von: Martin Grigorov 
>  An: "users@wicket.apache.org" ; Hans-Heinrich
> Braun 
>  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 wicket-extensions' Wizard uses non-Ajax buttons.
>
> Can you create a quickstart project at GitHub/BitBucket ?
>
> Martin Grigorov
> Wicket Training and Consulting
> https://twitter.com/mtgrigorov
>
>
>
> On Sat, May 23, 2015 at 10:57 AM, Hans-Heinrich Braun <
> 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
> > org.apache.wicket.request.mapper.parameter.PageParameters;import
> > braunimmobilien.bootstrap.webapp.pages.WicketExamplePage;import
> > org.apache.wicket.extensions.wizard.Wizard;
> >
> > /** * Page for displaying a wizard. *  * @author Eelco Hillenius */public
> > class WizardPage extends WicketExamplePage{ /**  * Construct.  *  *
> @param
> >   *  * @param wizardClass  *class of the wizard component
> > */ public  WizardPage(Class wizardClass) {  if
> > (wizardClass == null) { throw new IllegalArgumentException("argument
> > wizardClass must be not null"); } try { Constructor
> ctor
> > = wizardClass.getConstructor(String.class); Wizard wizard =
> > ctor.newInstance("wizard"); add(wizard); } catch (Exception e) { throw
> new
> > RuntimeException(e); } } public  WizardPage(Class
> > wizardClass,Class responsepage,PageParameters pageparameters) { if
> > (wizardClass == null) { throw new IllegalArgumentException("argument
> > wizardClass must be not null"); } try { Constructor
> ctor
> > =
> >
> wizardClass.getConstructor(String.class,Class.class,PageParameters.class);
> > Wizard wizard = ctor.newInstance("wizard",responsepage,pageparameters);
> > add(wizard); } catch (Exception e) { throw new RuntimeException(e); }
> > }}which shows  the pages but Ajax functions don't work.Even i have no
> > Bootstrap.I didn't succeed to turn the corresponding pages in inheritance
> > of BasePage.After several trials I thought it better to ask you.
> > Regards Henry.
> >
>
>
>
>


Re: Wicket Bootstrap and Wizard

2015-05-24 Thread Hans-Heinrich Braun
Martin thank you problem solved.I used Ajax for making visible  new select 
fields and making the choices in dependence of the choice of other select 
fields like country location street person .Maybe i didn't use everywhere 
BasePage or didn't change all html files.I am using  a real estate application 
with wicket hibernate spring with a lot of google  mail calendar and contacts 
integration.I want now to make it accessible in internet responsive and 
therefore start to use Bootstrap.After a used my own solution for the 
management of inter page operations i want to change to   Wizard and Breadcrumb 
style.Question: I show  my datastructures in a tree view.I don't really see a 
Bootstrap tree structure. I found something in internet which is totally 
javascript.Somebody recommended HTML5 Although the normal wicket treestructure 
looks rather good on the handy. What would you recommend?Heiner Braun

  Von: Martin Grigorov 
 An: "users@wicket.apache.org" ; Hans-Heinrich Braun 
 
 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 wicket-extensions' Wizard uses non-Ajax buttons.

Can you create a quickstart project at GitHub/BitBucket ?

Martin Grigorov
Wicket Training and Consulting
https://twitter.com/mtgrigorov



On Sat, May 23, 2015 at 10:57 AM, Hans-Heinrich Braun <
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
> org.apache.wicket.request.mapper.parameter.PageParameters;import
> braunimmobilien.bootstrap.webapp.pages.WicketExamplePage;import
> org.apache.wicket.extensions.wizard.Wizard;
>
> /** * Page for displaying a wizard. *  * @author Eelco Hillenius */public
> class WizardPage extends WicketExamplePage{ /**  * Construct.  *  * @param
>   *  * @param wizardClass  *            class of the wizard component
> */ public  WizardPage(Class wizardClass) {  if
> (wizardClass == null) { throw new IllegalArgumentException("argument
> wizardClass must be not null"); } try { Constructor ctor
> = wizardClass.getConstructor(String.class); Wizard wizard =
> ctor.newInstance("wizard"); add(wizard); } catch (Exception e) { throw new
> RuntimeException(e); } } public  WizardPage(Class
> wizardClass,Class responsepage,PageParameters pageparameters) { if
> (wizardClass == null) { throw new IllegalArgumentException("argument
> wizardClass must be not null"); } try { Constructor ctor
> =
> wizardClass.getConstructor(String.class,Class.class,PageParameters.class);
> Wizard wizard = ctor.newInstance("wizard",responsepage,pageparameters);
> add(wizard); } catch (Exception e) { throw new RuntimeException(e); }
> }}which shows  the pages but Ajax functions don't work.Even i have no
> Bootstrap.I didn't succeed to turn the corresponding pages in inheritance
> of BasePage.After several trials I thought it better to ask you.
> Regards Henry.
>


  

Re: Wicket Bootstrap and Wizard

2015-05-24 Thread Martin Grigorov
Hi Henry,

It is hard for me to say what is wrong.
AFAIR wicket-extensions' Wizard uses non-Ajax buttons.

Can you create a quickstart project at GitHub/BitBucket ?

Martin Grigorov
Wicket Training and Consulting
https://twitter.com/mtgrigorov

On Sat, May 23, 2015 at 10:57 AM, Hans-Heinrich Braun <
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
> org.apache.wicket.request.mapper.parameter.PageParameters;import
> braunimmobilien.bootstrap.webapp.pages.WicketExamplePage;import
> org.apache.wicket.extensions.wizard.Wizard;
>
> /** * Page for displaying a wizard. *  * @author Eelco Hillenius */public
> class WizardPage extends WicketExamplePage{ /**  * Construct.  *   * @param
>   *   * @param wizardClass  *class of the wizard component
> */ public  WizardPage(Class wizardClass) {  if
> (wizardClass == null) { throw new IllegalArgumentException("argument
> wizardClass must be not null"); } try { Constructor ctor
> = wizardClass.getConstructor(String.class); Wizard wizard =
> ctor.newInstance("wizard"); add(wizard); } catch (Exception e) { throw new
> RuntimeException(e); } } public  WizardPage(Class
> wizardClass,Class responsepage,PageParameters pageparameters) { if
> (wizardClass == null) { throw new IllegalArgumentException("argument
> wizardClass must be not null"); } try { Constructor ctor
> =
> wizardClass.getConstructor(String.class,Class.class,PageParameters.class);
> Wizard wizard = ctor.newInstance("wizard",responsepage,pageparameters);
> add(wizard); } catch (Exception e) { throw new RuntimeException(e); }
> }}which shows  the pages but Ajax functions don't work.Even i have no
> Bootstrap.I didn't succeed to turn the corresponding pages in inheritance
> of BasePage.After several trials I thought it better to ask you.
> Regards Henry.
>


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;import 
braunimmobilien.bootstrap.webapp.pages.WicketExamplePage;import 
org.apache.wicket.extensions.wizard.Wizard;

/** * Page for displaying a wizard. *  * @author Eelco Hillenius */public class 
WizardPage extends WicketExamplePage{ /**  * Construct.  *   * @param   *   
* @param wizardClass  *            class of the wizard component  */ public  WizardPage(Class wizardClass) {  if (wizardClass == null) { 
throw new IllegalArgumentException("argument wizardClass must be not null"); } 
try { Constructor ctor = 
wizardClass.getConstructor(String.class); Wizard wizard = 
ctor.newInstance("wizard"); add(wizard); } catch (Exception e) { throw new 
RuntimeException(e); } } public  WizardPage(Class 
wizardClass,Class responsepage,PageParameters pageparameters) { if (wizardClass 
== null) { throw new IllegalArgumentException("argument wizardClass must be not 
null"); } try { Constructor ctor = 
wizardClass.getConstructor(String.class,Class.class,PageParameters.class); 
Wizard wizard = ctor.newInstance("wizard",responsepage,pageparameters); 
add(wizard); } catch (Exception e) { throw new RuntimeException(e); } }}which 
shows  the pages but Ajax functions don't work.Even i have no Bootstrap.I 
didn't succeed to turn the corresponding pages in inheritance of BasePage.After 
several trials I thought it better to ask you.
Regards Henry.  
  

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"  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..
>
>
> 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
>
> 2015-04-11 17:47 GMT+03:00 Martin Grigorov :
>
> > Hi,
> >
> > You have to build the whole project, not only the samples.
> > On Apr 11, 2015 5:02 PM, "Hasan Çelik"  wrote:
> >
> > > 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]
> > >
> 
> > > [INFO]
> > > [INFO] >>> jetty-maven-plugin:8.1.15.v20140411:run (default-cli) @
> > > wicket-bootstrap-samples >>>
> > > [WARNING] The POM for
> > > de.agilecoders.wicket:wicket-bootstrap-core:jar:0.9.9-SNAPSHOT is
> > missing,
> > > no dependency information available
> > > [WARNING] The POM for
> > > de.agilecoders.wicket:wicket-bootstrap-extensions:jar:0.9.9-SNAPSHOT is
> > > missing, no dependency information available
> > > [WARNING] The POM for
> > > de.agilecoders.wicket:wicket-bootstrap-less:jar:0.9.9-SNAPSHOT is
> > missing,
> > > no dependency information available
> > > [WARNING] The POM for
> > > de.agilecoders.wicket:wicket-bootstrap-themes:jar:0.9.9-SNAPSHOT is
> > > missing, no dependency information available
> > > [INFO]
> > >
> ----
> > > [INFO] BUILD FAILURE
> > > [INFO]
> > >
> 
> > > [INFO] Total time: 2.093s
> > > [INFO] Finished at: Sat Apr 11 16:53:56 EEST 2015
> > > [INFO] Final Memory: 13M/155M
> > > [INFO]
> > >
> 
> > > [ERROR] Failed to execute goal on project wicket-bootstrap-samples:
> Could
> > > not resolve dependencies for project
> > > de.agilecoders.wicket:wicket-bootstrap-samples:war:0.9.9-SNAPSHOT: The
> > > following artifacts could not be resolved:
> > > de.agilecoders.wicket:wicket-bootstrap-core:jar:0.9.9-SNAPSHOT,
> > > de.agilecoders.wicket:wicket-bootstrap-extensions:jar:0.9.9-SNAPSHOT,
> > > de.agilecoders.wicket:wicket-bootstrap-less:jar:0.9.9-SNAPSHOT,
> > > de.agilecoders.wicket:wicket-bootstrap-themes:jar:0.9.9-SNAPSHOT:
> Failure
> > > to find de.agilecoders.wicket:wicket-bootstrap-core:jar:0.9.9-SNAPSHOT
> in
> > > https://oss.sonatype.org/content/repositories/snapshots was cached in
> > the
> > > local repository, resolution will not be reattempted until the update
> > > interval of sonatype-nexus-snapshots has elapsed or updates are forced
> ->
> > > [Help 1]
> > > [ERROR]
> > > [ERROR] To see the full stack trace of the errors, re-run Maven with
> the
> > -e
> > > switch.
> > > [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> > > [ERROR]
> > > [ERROR] For more information about the errors and possible solutions,
> > > please read the following articles:
> > > [ERROR] [Help 1]
> > >
> > >
> >
> http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
> > >
> > > Process finished with exit code 1
> > >
> >
>


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

2015-04-11 17:47 GMT+03:00 Martin Grigorov :

> Hi,
>
> You have to build the whole project, not only the samples.
> On Apr 11, 2015 5:02 PM, "Hasan Çelik"  wrote:
>
> > 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]
> > --------
> > [INFO]
> > [INFO] >>> jetty-maven-plugin:8.1.15.v20140411:run (default-cli) @
> > wicket-bootstrap-samples >>>
> > [WARNING] The POM for
> > de.agilecoders.wicket:wicket-bootstrap-core:jar:0.9.9-SNAPSHOT is
> missing,
> > no dependency information available
> > [WARNING] The POM for
> > de.agilecoders.wicket:wicket-bootstrap-extensions:jar:0.9.9-SNAPSHOT is
> > missing, no dependency information available
> > [WARNING] The POM for
> > de.agilecoders.wicket:wicket-bootstrap-less:jar:0.9.9-SNAPSHOT is
> missing,
> > no dependency information available
> > [WARNING] The POM for
> > de.agilecoders.wicket:wicket-bootstrap-themes:jar:0.9.9-SNAPSHOT is
> > missing, no dependency information available
> > [INFO]
> > 
> > [INFO] BUILD FAILURE
> > [INFO]
> > 
> > [INFO] Total time: 2.093s
> > [INFO] Finished at: Sat Apr 11 16:53:56 EEST 2015
> > [INFO] Final Memory: 13M/155M
> > [INFO]
> > 
> > [ERROR] Failed to execute goal on project wicket-bootstrap-samples: Could
> > not resolve dependencies for project
> > de.agilecoders.wicket:wicket-bootstrap-samples:war:0.9.9-SNAPSHOT: The
> > following artifacts could not be resolved:
> > de.agilecoders.wicket:wicket-bootstrap-core:jar:0.9.9-SNAPSHOT,
> > de.agilecoders.wicket:wicket-bootstrap-extensions:jar:0.9.9-SNAPSHOT,
> > de.agilecoders.wicket:wicket-bootstrap-less:jar:0.9.9-SNAPSHOT,
> > de.agilecoders.wicket:wicket-bootstrap-themes:jar:0.9.9-SNAPSHOT: Failure
> > to find de.agilecoders.wicket:wicket-bootstrap-core:jar:0.9.9-SNAPSHOT in
> > https://oss.sonatype.org/content/repositories/snapshots was cached in
> the
> > local repository, resolution will not be reattempted until the update
> > interval of sonatype-nexus-snapshots has elapsed or updates are forced ->
> > [Help 1]
> > [ERROR]
> > [ERROR] To see the full stack trace of the errors, re-run Maven with the
> -e
> > switch.
> > [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> > [ERROR]
> > [ERROR] For more information about the errors and possible solutions,
> > please read the following articles:
> > [ERROR] [Help 1]
> >
> >
> http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
> >
> > Process finished with exit code 1
> >
>


Re: wicket-bootstrap current version error

2015-04-11 Thread Martin Grigorov
Hi,

You have to build the whole project, not only the samples.
On Apr 11, 2015 5:02 PM, "Hasan Çelik"  wrote:

> 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]
> 
> [INFO]
> [INFO] >>> jetty-maven-plugin:8.1.15.v20140411:run (default-cli) @
> wicket-bootstrap-samples >>>
> [WARNING] The POM for
> de.agilecoders.wicket:wicket-bootstrap-core:jar:0.9.9-SNAPSHOT is missing,
> no dependency information available
> [WARNING] The POM for
> de.agilecoders.wicket:wicket-bootstrap-extensions:jar:0.9.9-SNAPSHOT is
> missing, no dependency information available
> [WARNING] The POM for
> de.agilecoders.wicket:wicket-bootstrap-less:jar:0.9.9-SNAPSHOT is missing,
> no dependency information available
> [WARNING] The POM for
> de.agilecoders.wicket:wicket-bootstrap-themes:jar:0.9.9-SNAPSHOT is
> missing, no dependency information available
> [INFO]
> 
> [INFO] BUILD FAILURE
> [INFO]
> 
> [INFO] Total time: 2.093s
> [INFO] Finished at: Sat Apr 11 16:53:56 EEST 2015
> [INFO] Final Memory: 13M/155M
> [INFO]
> 
> [ERROR] Failed to execute goal on project wicket-bootstrap-samples: Could
> not resolve dependencies for project
> de.agilecoders.wicket:wicket-bootstrap-samples:war:0.9.9-SNAPSHOT: The
> following artifacts could not be resolved:
> de.agilecoders.wicket:wicket-bootstrap-core:jar:0.9.9-SNAPSHOT,
> de.agilecoders.wicket:wicket-bootstrap-extensions:jar:0.9.9-SNAPSHOT,
> de.agilecoders.wicket:wicket-bootstrap-less:jar:0.9.9-SNAPSHOT,
> de.agilecoders.wicket:wicket-bootstrap-themes:jar:0.9.9-SNAPSHOT: Failure
> to find de.agilecoders.wicket:wicket-bootstrap-core:jar:0.9.9-SNAPSHOT in
> https://oss.sonatype.org/content/repositories/snapshots was cached in the
> local repository, resolution will not be reattempted until the update
> interval of sonatype-nexus-snapshots has elapsed or updates are forced ->
> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e
> switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions,
> please read the following articles:
> [ERROR] [Help 1]
>
> http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
>
> Process finished with exit code 1
>


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]

[INFO]
[INFO] >>> jetty-maven-plugin:8.1.15.v20140411:run (default-cli) @
wicket-bootstrap-samples >>>
[WARNING] The POM for
de.agilecoders.wicket:wicket-bootstrap-core:jar:0.9.9-SNAPSHOT is missing,
no dependency information available
[WARNING] The POM for
de.agilecoders.wicket:wicket-bootstrap-extensions:jar:0.9.9-SNAPSHOT is
missing, no dependency information available
[WARNING] The POM for
de.agilecoders.wicket:wicket-bootstrap-less:jar:0.9.9-SNAPSHOT is missing,
no dependency information available
[WARNING] The POM for
de.agilecoders.wicket:wicket-bootstrap-themes:jar:0.9.9-SNAPSHOT is
missing, no dependency information available
[INFO]

[INFO] BUILD FAILURE
[INFO]

[INFO] Total time: 2.093s
[INFO] Finished at: Sat Apr 11 16:53:56 EEST 2015
[INFO] Final Memory: 13M/155M
[INFO]

[ERROR] Failed to execute goal on project wicket-bootstrap-samples: Could
not resolve dependencies for project
de.agilecoders.wicket:wicket-bootstrap-samples:war:0.9.9-SNAPSHOT: The
following artifacts could not be resolved:
de.agilecoders.wicket:wicket-bootstrap-core:jar:0.9.9-SNAPSHOT,
de.agilecoders.wicket:wicket-bootstrap-extensions:jar:0.9.9-SNAPSHOT,
de.agilecoders.wicket:wicket-bootstrap-less:jar:0.9.9-SNAPSHOT,
de.agilecoders.wicket:wicket-bootstrap-themes:jar:0.9.9-SNAPSHOT: Failure
to find de.agilecoders.wicket:wicket-bootstrap-core:jar:0.9.9-SNAPSHOT in
https://oss.sonatype.org/content/repositories/snapshots was cached in the
local repository, resolution will not be reattempted until the update
interval of sonatype-nexus-snapshots has elapsed or updates are forced ->
[Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions,
please read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException

Process finished with exit code 1


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-touchspin/
- Bootstrap 3.3.2
- better support for OpenGraph meta tags

The list of commits since 0.9.7 are:

Daniel Jipa (1):
  Format markup

Hendy Irawan (3):
  Remove toLowerCase(), fixed #474
  MetaTag to detect OpenGraph protocol properties
  Better styling for BootstrapPagingNavigator, using Bootstrap
`class="disabled"`

Martin Tzvetanov Grigorov (85):
  [maven-release-plugin] prepare for next development iteration
  [bootlint] Update BootLint to 0.5.0
  [checkboxx] Update CheckBox-X to 1.3.0 with fixes for  with enclosed label (
https://github.com/kartik-v/bootstrap-checkbox-x/issues/3)
  [checkboxx] Add a setting for 'useNative'. Introduced with
bootstrap-checkbox-x 1.3.0
  [ModalCloseButton] Rework ModalCloseButton to be Ajax based
  Issue #451 - Use AjaxCallListener#onBeforeSend() to set the new
location.hash.
  [tour] Update bootstrap-tour to 0.10
  [checkboxx] Use a  around the CheckBoxX demo because the
default config says so
  Fixes #452 - Re-enable resizing and dragging of Modal windows
  Fixes #455 - 'd' -> 'd'; 'dd' -> 'dd'; 'M' -> 'm'; 'MM' -> 'mm';
'MMM' -> 'M'; '' -> 'MM'
  Fixes #455 - JavaScript to Java improvements
  Add an empty line between methods. No functional changes!
  [bootlint] Update bootlint.js to its latest version
  Issue #458 - Upgrade Bootswatch themes to 3.3.0
  Issue #458 - Update Bootstrap to 3.3.0
  Upgrade Less4j to 1.8.4
  Use wicket-jquery-selectors 0.1.4
  [themes] Issue #458 - Update Bootswatch themes for 3.3.0
  Use wicket-webjars 0.4.4
  [bootlint] Update Bootlint to 0.7.0. Run the linter manually as
explained at
https://github.com/twbs/bootlint/issues/171#issuecomment-62070774
  [bootlint] Add a singleton instance of BootlintHeaderItem
  Fixes #450 - Add ITheme#getResourceReferences() method to be able to
depend on the theme and allow lazy initialization of Webjars resources
  Issue #442 - Add Bootstrap Material Design theme
  Issue #442, #450 Rework #450 to allow depending on any HeaderItem.
This way MaterialDesignTheme can initialize itself ondomready
  Issue #442 - Add a shell script to download the last available
resources from the dist/ folder
 Issue #442 - Improve the samples markup
  Issue #442 - Improve the markup of FileInput sample
  Issue #442 - Optimize imports
  [bootlint] Update Bootlint to 0.8.0
  Issue #442 - Revert to Flatly as a default theme for the samples
  Fixes #465 - Update Bootstrap to 3.3.1
  Update Modernizr to 2.8.3
  Update the expectation of a test after the upgrade of Bootstrap to
3.3.1
  Update Wicket to 6.18.0
  Remove unused dependency declaration for Rhino
  Update Google (TODC) theme to 3.3.1
  Fixes #457 - Use Guava 18.0 for the samples to make is possible to
deploy in JBoss WildFly
  Fixes #460 - Use the 'btn' component for initializing the dropdown.
  Simplify the check. 'currentValue' cannot be null at that point
  Fixes #426 - Add special logic that decides whether to add a CSS
class to a ListItem in #onConfigure()
  Update Bootswatch to 3.3.1+1
  [ladda] Update Ladda resources
  [yuicompressor] Declare yuicompressor as manadatory dependency in the
samples to be able to start the demo in deployment mode
  [material design theme] Update Material Design theme to 0.1.6
  Addresses
https://github.com/l0rdn1kk0n/wicket-bootstrap/issues/349#issuecomment-41503179
  Update README
  [spinner] Use spaces instead of tabs as all other classes in the
project
  [spinner] Issue #469 - Make 'initval' a String with default value ""
  [spinner] Issue #469 - Make it possible to register only for the some
of the possible event notifications
  [checkboxx] Demo - use NotificationPanel instead of plain
ComponentFeedbackPanel
  [NotificationPanel] Fixes #470 - NotificationPanel should act as a
fenced feedback panel
  [themes] Update Material Design theme to 0.20
  [modal] ModalCloseButton should actually close the Modal
  Merge branch 'master' of github.com:lehvolk/wicket-bootstrap into
lehvolk-master
  [valiation] Issue #461 - Do no autofocus the first element by
default. Focus only when there is an invalid form component
  [validation] Make ParametrizedFunction package scoped and add a TODO
to replace it with a better class in wicket-jqeury-selectors:0.1.5
  [file-input] Update File Input JS wid

Re: CheckBoxX style (wicket-bootstrap)

2014-12-16 Thread Martin Grigorov
Hi,

On Tue, Dec 16, 2014 at 12:19 PM, Lucio Crusca  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 question mark (?).
>
> Moreover I want to make the box (or symbols) size the same as the usual
> wicket
> CheckBox component, whatever it is (I've not changed it from the default
> in my
> custom style.css). The CheckBoxX default size seems to be way bigger than
> the
> CheckBox one.
>
> What's the "standard" way to make those changes to CheckBoxX? Is it
> possible
> at all to use CSS to change the characters shown for each state? (e.g. I'd
> rather avoid using bitmaps for the states instead of unicode characters).
>

Yes.
All this is possible with CSS.
See at
https://github.com/apache/isis/blob/master/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/scalars/primitive/BooleanPanel.java#L46
how it is configured to use XS (extra small) size, and some Font Awesome
font icons for the states.

CheckBoxX's documentation can be found at
https://github.com/kartik-v/bootstrap-checkbox-x.


>
> Thanks in advance,
> Lucio.
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


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 the usual wicket 
CheckBox component, whatever it is (I've not changed it from the default in my 
custom style.css). The CheckBoxX default size seems to be way bigger than the 
CheckBox one.

What's the "standard" way to make those changes to CheckBoxX? Is it possible 
at all to use CSS to change the characters shown for each state? (e.g. I'd 
rather avoid using bitmaps for the states instead of unicode characters).

Thanks in advance,
Lucio.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



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://github.com/twbs/bootlint - a linter tool for
Bootstrap based markup

The list of commits is:

Martin Tzvetanov Grigorov (20):
  [maven-release-plugin] prepare for next development iteration
  Update the versions in the README
  [openwebicons] Update OpenWebIcons from master branch
  [coverage] Use coveralls for coverage notifications
  Revert "Travis-CI builds fail with BootstrapSettings.Holder cannot be
initialized error"
  [affix] Make AffixBehavior lighter by using #onComponentTag() instead
of adding extra behaviors (AttributeModifier)
  [openwebicons] Add minified version of openwebicons-bootstrap.css
  Fixes #444 - Bootstrap ASL2 -> MIT
  [datepicker] Add support for 'calendarWeeks' option. Shows the week
number in the lest side
  Issue #444 - better phrasing
  [bootlint] Update BootLint from 0.2.0 to 0.4.0
  [tooltip] Do not render 'title' attribute if there is no value for it
  Fixes #445 - Add integration with
https://github.com/kartik-v/bootstrap-checkbox-x
  Fixes #448 - Contributes IE 6-8 related dependencies (respond.js and
html5shiv.js)
  Issue #445 - Add default and copy constructors
  Issue #445 - Simplify the impl by using non-submitting behavior
(AjaxEventBehavior)
  Issue #445 - Update checkbox-x to 1.2.0 with a fix for
https://github.com/kartik-v/bootstrap-checkbox-x/issues/3
  [less] Make the test Windows line break resilient
  Update the version to 0.9.7
  [maven-release-plugin] prepare release bootstrap-parent-0.9.7

Chris Rebert (1):
  "Twitter Bootstrap" => "Bootstrap"


Dependencies:

core maven dependency:


  de.agilecoders.wicket
  wicket-bootstrap-core
  0.9.7


for all extensions:


  de.agilecoders.wicket
  wicket-bootstrap-extensions
  0.9.7


for all themes:


  de.agilecoders.wicket
  wicket-bootstrap-themes
  0.9.7


if you want to use a less compiler:


  de.agilecoders.wicket
  wicket-bootstrap-less
  0.9.7


all samples can be used with this dependency:


  de.agilecoders.wicket
  wicket-bootstrap-samples
  0.9.7



Wicket Bootstrap team!


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://twitter.github.io/typeahead.js/

The Git short log is:

Martin Tzvetanov Grigorov:
  Install LessResourceReferenceFactory with BootstrapLess.install(app)
  Simplify BootstrapRadioChoice.
  [file-input] Issue #424 - Make it possible to pass the config to the
constructor of BootstrapFileInput
  Use the result variable to decide whether to use CDN resources for
VegibitTheme
  [xeditable] Issue #427 - By default do not send Ajax call for the
hidden event.
  [xeditable] Issue #427 - remove the save/hidden ajax behaviors when
the x-editable-behavior is unbind from its component
  [xeditable] Improve the javadoc of XEditableOptions
  [font awesome] Upgrade Font Awesome to 4.2.0
  [tour] Upgrade to 0.9.3
  [xeditable] Null-ify the ajax behaviors in unbind() to make them
eligible for GC
  [tour demo] Show Info alert when the tour is already taken
  Simplify component settings - do not wrap them in IModel when no
necessary
  [ladda] Add LaddaAjaxLink and LaddaAjaxButton (intergration with
http://msurguy.github.io/ladda-bootstrap/)
  [ladda] Add javadoc and clear the data in complete()
  [ladda] Use Bootstrap's Button size rather than Ladda's
  [ladda] Javadocs and cleanup
  [ladda] Code formatting
  [ladda] code formatting
  Upgrade Less4j to 1.8.1 that uses ANTLR 3.5.2
  Upgrade to Wicket 6.17.0
  [ladda] Issue #432 - Use webjars for spin.js
  [ladda] remove local copies of spin.js (we use it thru webjars now)
  Upgrade Less4j to 1.8.2
  Set the role of Navbar to "navigation" instead of "banner"
  Use  instead of  for the markup of a
component that should render its body only
  Remove CSS class 'navbar-ex1-collapse' - there is no such CSS class
in any .css file
  remove CSS class 'bs-navbar-collapse'.
  Add a TODO for review by miha
  [navbar] Make it possible to remove the class="container" around the
Navbar's contents
  navbar[] Configure the brandLabel and brandImage components before
deciding whether the brandLink should be visible or not.
  [navbar] Use #onConfigure() to set the visibility of the brand's
label and image
  [navbar] Issue #438 - Add a RepeatingView for extra items in the
navigation bar which should not be in the s
  Update Bootswatch themes. Add Paper and Sandstone themes
  [navbar] Issue #439 - Remove the new container flag and use the old
'fluid'. It seems it has been broken since a while
  [navbar] Fix broken test - NavbarTest
  Use https://github.com/twbs/bootlint to improve the usage of
Bootstrap in the components and samples
  Move bootlint to -core module so it can be used by application
developers too
  Use OpenJDK 6 for building at Travis
  Make it possible to build with JDK 6
  Fix the problems on the home page:
  cat the contents of surefire report for a failing test
  Cat the surefire XML report too
  Update README (test the build)
  Travis-CI builds fail with BootstrapSettings.Holder cannot be
initialized error
  Fix all lint errors in BaseCssPage.html
  [navbar] Remove CSS class 'navbar-ex1-collapse' - there is no such
CSS class in any .css file
  [navbar] remove CSS class 'bs-navbar-collapse'.
  [navbar] Add a TODO for review by miha
  [navbar] Make it possible to remove the class="container" around the
Navbar's contents
  [navbar] Configure the brandLabel and brandImage components before
deciding whether the brandLink should be visible or not.
  [navbar] Use #onConfigure() to set the visibility of the brand's
label and image
  [navbar] Issue #438 - Add a RepeatingView for extra items in the
navigation bar which should not be in the s
  [navbar] Issue #439 - Remove the new container flag and use the old
'fluid'. It seems it has been broken since a while
  Fix BootLint warnings in Button components and Components sample
  Fix BootLint problems in all samples pages
  [modal] Use AjaxRequestTarget#prependJavaScript() when hiding the
modal to do it as early as possible.
  Remove a TODO. The use case is that the Link can have children, e.g.
a Label

Michael Haitz:
  Update README.md
  update wicket-jquery-selector version.
  [datetextfield] proposed solution for issue #414
  [datetextfield] add test cases (issue #414)
  add test for duplicated updateModel call
  upgrade wicket-jquery-selector to 0.1.2
  use latest wicket-jquery-selectors version

Robert Gruendler:
  [typeahead 0.10] added support for typeahead

Fwd: Wicket Bootstrap 0.9.5 is released

2014-07-08 Thread Martin Grigorov
-- Forwarded message --
From: Michael Haitz 
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.

release description:
https://github.com/l0rdn1kk0n/wicket-bootstrap/releases/tag/bootstrap-parent-0.9.5

The major change is the upgrade of Bootstrap to 3.2.0.


*The Git short log is:*

Martin Tzvetanov Grigorov

   - [samples] Fix the build by fixing the imports in WicketApplication
   (demo app)
   - [tabbedpanel] Fixes #404
   <https://github.com/l0rdn1kk0n/wicket-bootstrap/issues/404> - The
   default selected tab should be expressed either as Model.of(0) or null
   - [datetextfield] Issue #408
   <https://github.com/l0rdn1kk0n/wicket-bootstrap/pull/408> - rename the
   new method from "withClearButton" to "clearButton" as other setter-only
   methods
   - Add test case for #406
   <https://github.com/l0rdn1kk0n/wicket-bootstrap/pull/406>
   - Revert to Bootswatch theme provider in the sample application
   - [less] #390 <https://github.com/l0rdn1kk0n/wicket-bootstrap/issues/390> -
   Add support for "package!" scheme for resolving dependencies/imports in the
   same package but in a different Jar file
   - Fixes #396 <https://github.com/l0rdn1kk0n/wicket-bootstrap/issues/396> -
   Update Google theme to 3.2.0
   - Fixes #399 <https://github.com/l0rdn1kk0n/wicket-bootstrap/issues/399> -
   Disable javadoc lint when building with Java 8
   - Issue #399 <https://github.com/l0rdn1kk0n/wicket-bootstrap/issues/399> -
   Use LinkedHashSet in CssClassNames to preserve the order of the CSS classes.
   - Issue #390 <https://github.com/l0rdn1kk0n/wicket-bootstrap/issues/390> -
   Add new scheme for resolving dependencies - "package!"
   - Issue #396 <https://github.com/l0rdn1kk0n/wicket-bootstrap/issues/396> -
   Use "current" for resolving the latest version of Bootstrap's
   variables.less in the test for "webjars!" scheme for importing
   - Issue #396 <https://github.com/l0rdn1kk0n/wicket-bootstrap/issues/396> -
   Upgrade Bootswatch themes to 3.2.0
   - Upgrade maven-bundle-plugin to 2.5.0
   - Issue #396 <https://github.com/l0rdn1kk0n/wicket-bootstrap/issues/396> -
   Use stable version instead of "current" for resolving the latest version of
   Bootstrap's variables.less
   - Issue #396 <https://github.com/l0rdn1kk0n/wicket-bootstrap/issues/396> -
   Upgrade Bootstrap to 3.2.0
   - Issue #396 <https://github.com/l0rdn1kk0n/wicket-bootstrap/issues/396> -
   Add support for FormGroup sizes

Michael Haitz

   - add imported sources to LessUrlSource (fixes #409
   <https://github.com/l0rdn1kk0n/wicket-bootstrap/issues/409>)
   - add vegibit themes (fixes #407
   <https://github.com/l0rdn1kk0n/wicket-bootstrap/issues/407>) and upgrade
   metro theme
   - upgrade less4j to 1.7.0
   - improve API documentation (#16
   <https://github.com/l0rdn1kk0n/wicket-bootstrap/issues/16>)
   - add bootstrap-theme.css as theme, fix issue in GoogleCssReference
   (related to issue #349
   <https://github.com/l0rdn1kk0n/wicket-bootstrap/issues/349>)
   - remove unused files
   - fix equals check for default themes
   - remove bootstrap3 theme, upgrade google theme

subes

   - ajaxUploadBehavior now only gets removed once
   - added configuration option for the defer script attribute

pulse00

   - added clearButton option for DateTextFieldConfig

*Dependencies:*

core maven dependency:


  de.agilecoders.wicket
  wicket-bootstrap-core
  0.9.5

for all extensions:


  de.agilecoders.wicket
  wicket-bootstrap-extensions
  0.9.5

for all themes:


  de.agilecoders.wicket
  wicket-bootstrap-themes
  0.9.5

if you want to use a less compiler:


  de.agilecoders.wicket
  wicket-bootstrap-less
  0.9.5

all samples can be used with this dependency:


  de.agilecoders.wicket
  wicket-bootstrap-samples
  0.9.5


[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.
  [prettify] Add Scala to the enumeration. The .js file is already here
  [prettify] Update Prettify (pretty print)
  [prettify] Revert CodeBehavior#lineNumbers to be false as before.
I've set it to true just for testing
  [prettify] Allow  as a tag for Code - it works great for
highlighted labels
  [prettify] Use prettify.js instead of run_prettify.js.
  [tabbed-panel] Fixes #373 - make it easier to use Pills
  [google-closure JS compiler] Fixes #376 - Expose method to override
CompilerOptions inside GoogleClosureJavaScriptCompressor
  [google-closure JS compiler] Issue #376 - Fix the build
  [yuicompressor] Fixes #375 - Use yuicompressor as optional Maven
dependendency
  [yuicompressor] Issue #375 - Add javadoc how to use it
  [yuicompressor] Issue #375 - Add javadoc to YuiCssCompressor
  [modal] Fixes #379 - Add support for closeOnEscapeKey and backdrop
  Fixes #380 - Use UrlResourceReference that depends on the configured
JQueryResourceReference for Bootstrap's JS from CDN
  [modal] Fixes #381 - Add functionality to disable the enforcement of
the focus so that inner components (like Select2) can acquire the focus
  Merge branch 'master' of https://github.com/subes/wicket-bootstrap
into subes-master
  [fileinput] Issue #383 - Bootstrap FileInput
  [fileinput] Issue #383 - Use a Panel that wraps the file input with a
Form so that Ajax uploads do not process the whole outer form
  [less] Fixes #387 - Use Less4j 1.6.1
  Upgrade Wicket to 6.16.0
  [ie8] Issue #321 - Contribute respond.js in the base page for the
samples because IE8 doesn't support min/max-width media queries
  Merge branch 'master' into subes-master
  [fileinput] Fixes #383 - Use JQuery and AbstractConfig to configure
FileInput field
  [datepicker] Fixes #382 - Format the start and end dates with the
provided format
  [colorpicker] Fixes #389 - ColorPickerTextFieldJavaScriptReference
should depend on JQuery
  [less] Fixes #390 - Add support for dependencies in the classpath
  Fixes #386 - Add BootstrapRadioChoice
  Fixes #392 - Add BootstrapCheckbox
  [file-input] Use spaces instead of tabs
  [fileinput] Issue #395 - Improve the initialization of the Ajax
behavior when upload button is enabled
  Issue #386 - Add unit tests for BootstrapRadioChoice
  Upgrade maven-release-plugin 2.5 to be able to release
  Upgrade maven-release-plugin 2.5 to be able to release
  [maven-release-plugin] prepare release bootstrap-parent-0.9.4

subes (14):
  Update GoogleClosureJavaScriptCompressor.java
  [fileinput] Integration for:
https://github.com/kartik-v/bootstrap-fileinput
  [fileinput] example for bootstrapfileinput
  [fileinput] sample for bootstrap file input now working
  [fileinput] form ajax infos added to sample
  [fileinput] btn btn-default fallback infos added
  [fileinput] Update BootstrapFileInputField.java
  [fileinput] Update BootstrapFileInput.java
  [fileinput] Update BootstrapFileInput.java
  [fileinput] Fix Ajax Behavior
  [fileinput] Fix Ajax Behavior
  [fileinput] Fix check for uploadClass
  [fileinput] Upload class automatically modified
  [fileinput] ajax behavior only added when upload button visibl

Martin Grigorov (4):
  Merge pull request #377 from subes/master
  Merge pull request #391 from uweschaefer/master
  Merge pull request #394 from subes/master
  Merge pull request #395 from subes/master

Michael Haitz (4):
  Merge pull request #378 from l0rdn1kk0n/375-YUI-compressor
  [navbar] add external link component (fixes #384)
  update google theme to bs3
  [navbar] allow external link as brand link (#385)

Uwe Schaefer (1):
  [tooltip] Patched ToolTip to respect IComponentAssignedModel


The Wicket-Bootstrap team!


[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 url
in the constructor
  Added support for a BootstrapStateless Form
  Added JavaDoc to class definition. Change the constructor layout
o chain the constructor.

Ernesto Reinaldo Barreiro (32):
  At a stateless pure JavaScript/client side component.
  wrap models to be able to user resource models
  add an example fo client side tabs
  get rid of extra iteration of tabs.
  introduce isActive
  rename model
  make tabs dynamic
  get rid of un-needed space
  improve text
  improve java doc rename some methods index start counting at
0 to be compatible with classical TabeedPanel
  add a test unit for client side tabs
  add more tests and add CSS class specific to each tab
  get rid of compilation warnings
  get rid of warnings
  get rid of unused import
  get rid of generic warning and un used import
  get rid of unused import
  get rit of unused import and generic warnings
  use Void for links
  fix a missing Void link
  another void link
  fix eclipse warning about missing default case
  modal model is limited to be IMode and this is not needed.
  generify modal and add close and show methods.
  get rid of unused import
  get rid of generic warnings
  a convenient Icon behavior
  Revert "a convenient Icon behavior"
  white space not shown even with label not empty.
  add factory methods for AJAX link: same as BootstrapAjaxButton
  setRenderBodyOnly not needed
  Javadoc fix

Martin Tzvetanov Grigorov (49):
  Code formatting (tabs -> spaces) and Javadoc.
  Fixes #316 - Check all buttons until an active one is found
  Update to wicket-webjars 0.4.1
  Fix the used versions of TB and Bootswatch
  Closes #324 - Upgrade Bootstrap Tour to latest stable - 0.9.0
  Allow .css.map in dev mode.
  Library updates
  Closes #322 - Add the menu divider in onInitialize() only when:
  Upgrade Less4j to 1.3.0
  Upgrade TB and Bootswatch themes to 3.1.1
  Issue #322 - Fix the condition when the "divider" CSS class should be
set in case of a ListView
  Remove a debug statement
  Remove the pattern for *.css.map for the samples
  https://github.com/twbs/bootstrap/issues/10884
  Closes #330 - Modal sizes
  Issue #330
  Upgrade datepicker JS and CSS from
https://raw2.github.com/eternicode/bootstrap-datepicker/master/css/datepicker3.css
  Closes #332 - use higher zIndex
  Small improvements suggested by FindBugs:
  Issue #339 - Minor restructuring of SessionThemeProvider class.
  Calculate the cdnUrl lazily to give chance the Bootstrap settings to
be installed
  Render the theme's css reference
  Fix test expectation - source maps are disabled
  Upgrade to Wicket 6.14
  Remove deprecated field that is not used since several releases
  Upgrade Less4j to 1.5.1
  Remove unused property for lesscss-engine
  Update Less4j to 1.5.2 (scripting support)
  Fixes #360 - set a default size for the Modal
  Issue #340 - rework ProgressBar to support non-upload scenaria and
stacks
  Issue #340 - add javadocs and make it easier to have a ProgressBar
with a single (default) stack
  Issue #340 - Add tests for ProgressBar
  Issue #340 - Minor cleanup before PR review
  Issue #340 - Make UpdatableProgressBar a specialization of ProgressBar
  Issue #340 - Simplify UploadProgressBar to duplicate the logic from
ProgressBar as less as possible
Issue #340 - Move #createLabelModel() to be a method of the Stack itself.
  Issue #340 - add checks for the value of the progress
  Issue #340 - extract Stack as a proper class.
  Fixes #367 - Do not contribute the CSS reference - it will be
contributed by the ITheme in use.
  Minor javadoc improvements
  Use wicket-jquery-selectors 0.0.4-SNAPSHOT because of
https://github.com/l0rdn1kk0n/wicket-bootstrap/issues/365
  https://github.com/l0rdn1kk0n/wicket-bootstrap/issues/365 - Use
utility methods Strings2.getMarkupId() and Strings2.escapeMarkupId()
  Use spaces instead of tabs for consistency
  Issue #364 - Fallback to the labelModel when there is no explicit
default label in the i18n resources for this id
  Fixes #369 - Upgrade Font Awesome to 4.1.0
  Upgrade dependencies
  Merge branch 'master' into dependencies-upgrade

Michael Haitz (19):
  [maven-release-plugin] prepare for next development iteration
  Update README.md
  Update README.md
  upgrade to 3.1.0 and add updated bootswatch themes (there are two new
themes: superhero, lumen)

Re: Wicket-Bootstrap 0.9.2 js resource not found.

2014-03-21 Thread David Beer
Hi Martin

Have created a new issue. After a bit more research this seems to be
becasue of loading a theme. Full Stacktrace and code in issue
https://github.com/l0rdn1kk0n/wicket-bootstrap/issues/344.

Thanks

David



On 21 March 2014 12:50, Martin Grigorov  wrote:

> Please paste the full stacktrace so we can see what triggers the load of
> WebjarsVersion$Holder.
> Better do it in GitHub issues.
> Thanks!
>
> Martin Grigorov
> Wicket Training and Consulting
>
>
> On Fri, Mar 21, 2014 at 2:37 PM, David Beer 
> wrote:
>
> > Hi Martin
> >
> > After having updated my local source and built 0.9.3-SNAPSHOT added it to
> > my pom and changed the statement in WicketApplication I get the following
> > error and unable to deploy.
> >
> > Caused by: java.lang.IllegalStateException: you have to call
> > WicketWebjars.install() before you can use an IWebjarsResourceReference
> or
> > any other component.
> > at
> >
> de.agilecoders.wicket.webjars.WicketWebjars.settings(WicketWebjars.java:81)
> > [wicket-webjars-0.4.1.jar:]
> > at
> >
> >
> de.agilecoders.wicket.webjars.util.WebjarsVersion$Holder.(WebjarsVersion.java:29)
> > [wicket-webjars-0.4.1.jar:]
> > ... 24 more
> >
> > My 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() {
> > {
> > defaultTheme("spacelab");
> > }
> >
> > };
> >
> > final IBootstrapSettings settings = new BootstrapSettings();
> > settings.setThemeProvider(themeProvider);
> > settings.useCdnResources(true);
> > Bootstrap.install(this, settings);
> > BootstrapLess.install(this);
> > }
> >
> > Thanks
> >
> > David
> >
> >
> > On 21 March 2014 12:20, Martin Grigorov  wrote:
> >
> > > 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 
> > > wrote:
> > >
> > > > I have decided to switch to 0.9.3-SNAPSHOT after getting latest code
> to
> > > > build. Will work on migrating to 3.1 and see if that helps.
> > > >
> > > > Thanks
> > > >
> > > > David
> > > >
> > > >
> > > > On 21 March 2014 11:43, David Beer  wrote:
> > > >
> > > > > Hi Martin
> > > > >
> > > > > I have been wondering about switching to 0.9.3-SNAPSHOT, I have a
> > > couple
> > > > > of concerns. This is for 3.1.x and 0.9.2 is for 3.0.x and there is
> > > quite
> > > > a
> > > > > difference wondering how much I have to change. However the change
> > may
> > > be
> > > > > worth it as twbs seems to moving forward quite fast with 3.1.x. The
> > > other
> > > > > is that the latest code failed to build, and I am not sure how
> recent
> > > the
> > > > > deployed jars are in maven.
> > > > >
> > > > > The third is more of a question is there a way of disabling webjars
> > for
> > > > > bootstrap and using CDN. like 0.9.3-SNAPSHOT does/
> > > > >
> > > > > Thanks
> > > > >
> > > > > David
> > > > >
> > > > >
> > > > > On 21 March 2014 09:40, Martin Grigorov 
> > 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-bootstrap/issues/337
> > > > >>
> > > > 

Re: Wicket-Bootstrap 0.9.2 js resource not found.

2014-03-21 Thread Martin Grigorov
Please paste the full stacktrace so we can see what triggers the load of
WebjarsVersion$Holder.
Better do it in GitHub issues.
Thanks!

Martin Grigorov
Wicket Training and Consulting


On Fri, Mar 21, 2014 at 2:37 PM, David Beer  wrote:

> Hi Martin
>
> After having updated my local source and built 0.9.3-SNAPSHOT added it to
> my pom and changed the statement in WicketApplication I get the following
> error and unable to deploy.
>
> Caused by: java.lang.IllegalStateException: you have to call
> WicketWebjars.install() before you can use an IWebjarsResourceReference or
> any other component.
> at
> de.agilecoders.wicket.webjars.WicketWebjars.settings(WicketWebjars.java:81)
> [wicket-webjars-0.4.1.jar:]
> at
>
> de.agilecoders.wicket.webjars.util.WebjarsVersion$Holder.(WebjarsVersion.java:29)
> [wicket-webjars-0.4.1.jar:]
> ... 24 more
>
> My 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() {
> {
> defaultTheme("spacelab");
> }
>
> };
>
> final IBootstrapSettings settings = new BootstrapSettings();
> settings.setThemeProvider(themeProvider);
> settings.useCdnResources(true);
> Bootstrap.install(this, settings);
> BootstrapLess.install(this);
> }
>
> Thanks
>
> David
>
>
> On 21 March 2014 12:20, Martin Grigorov  wrote:
>
> > 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 
> > wrote:
> >
> > > I have decided to switch to 0.9.3-SNAPSHOT after getting latest code to
> > > build. Will work on migrating to 3.1 and see if that helps.
> > >
> > > Thanks
> > >
> > > David
> > >
> > >
> > > On 21 March 2014 11:43, David Beer  wrote:
> > >
> > > > Hi Martin
> > > >
> > > > I have been wondering about switching to 0.9.3-SNAPSHOT, I have a
> > couple
> > > > of concerns. This is for 3.1.x and 0.9.2 is for 3.0.x and there is
> > quite
> > > a
> > > > difference wondering how much I have to change. However the change
> may
> > be
> > > > worth it as twbs seems to moving forward quite fast with 3.1.x. The
> > other
> > > > is that the latest code failed to build, and I am not sure how recent
> > the
> > > > deployed jars are in maven.
> > > >
> > > > The third is more of a question is there a way of disabling webjars
> for
> > > > bootstrap and using CDN. like 0.9.3-SNAPSHOT does/
> > > >
> > > > Thanks
> > > >
> > > > David
> > > >
> > > >
> > > > On 21 March 2014 09:40, Martin Grigorov 
> 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-bootstrap/issues/337
> > > >>
> > > >> Martin Grigorov
> > > >> Wicket Training and Consulting
> > > >>
> > > >>
> > > >> On Thu, Mar 20, 2014 at 7:52 PM, David Beer  >
> > > >> wrote:
> > > >>
> > > >> > Hi All
> > > >> >
> > > >> > I am updating a wicket-bootstrap application from 0.9.0-SNAPSHOT
> to
> > > >> 0.9.2
> > > >> > and am getting the following error message logged. I am running
> > JBoss
> > > AS
> > > >> > 7.1. None of the js seems to work.
> > > >> >
> > > >> > [org.apache.wicket.request.resource.ResourceReferenceRegistry]
> > > >> > (http--127.0.0.1-8080-5) A ResourceReference wont be created for a
> > > >> resource
> > > >> > with key [scope:

Re: Wicket-Bootstrap 0.9.2 js resource not found.

2014-03-21 Thread David Beer
Hi Martin

After having updated my local source and built 0.9.3-SNAPSHOT added it to
my pom and changed the statement in WicketApplication I get the following
error and unable to deploy.

Caused by: java.lang.IllegalStateException: you have to call
WicketWebjars.install() before you can use an IWebjarsResourceReference or
any other component.
at
de.agilecoders.wicket.webjars.WicketWebjars.settings(WicketWebjars.java:81)
[wicket-webjars-0.4.1.jar:]
at
de.agilecoders.wicket.webjars.util.WebjarsVersion$Holder.(WebjarsVersion.java:29)
[wicket-webjars-0.4.1.jar:]
... 24 more

My 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() {
{
defaultTheme("spacelab");
}

};

final IBootstrapSettings settings = new BootstrapSettings();
settings.setThemeProvider(themeProvider);
settings.useCdnResources(true);
Bootstrap.install(this, settings);
BootstrapLess.install(this);
}

Thanks

David


On 21 March 2014 12:20, Martin Grigorov  wrote:

> 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 
> wrote:
>
> > I have decided to switch to 0.9.3-SNAPSHOT after getting latest code to
> > build. Will work on migrating to 3.1 and see if that helps.
> >
> > Thanks
> >
> > David
> >
> >
> > On 21 March 2014 11:43, David Beer  wrote:
> >
> > > Hi Martin
> > >
> > > I have been wondering about switching to 0.9.3-SNAPSHOT, I have a
> couple
> > > of concerns. This is for 3.1.x and 0.9.2 is for 3.0.x and there is
> quite
> > a
> > > difference wondering how much I have to change. However the change may
> be
> > > worth it as twbs seems to moving forward quite fast with 3.1.x. The
> other
> > > is that the latest code failed to build, and I am not sure how recent
> the
> > > deployed jars are in maven.
> > >
> > > The third is more of a question is there a way of disabling webjars for
> > > bootstrap and using CDN. like 0.9.3-SNAPSHOT does/
> > >
> > > Thanks
> > >
> > > David
> > >
> > >
> > > On 21 March 2014 09:40, Martin Grigorov  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-bootstrap/issues/337
> > >>
> > >> Martin Grigorov
> > >> Wicket Training and Consulting
> > >>
> > >>
> > >> On Thu, Mar 20, 2014 at 7:52 PM, David Beer 
> > >> wrote:
> > >>
> > >> > Hi All
> > >> >
> > >> > I am updating a wicket-bootstrap application from 0.9.0-SNAPSHOT to
> > >> 0.9.2
> > >> > and am getting the following error message logged. I am running
> JBoss
> > AS
> > >> > 7.1. None of the js seems to work.
> > >> >
> > >> > [org.apache.wicket.request.resource.ResourceReferenceRegistry]
> > >> > (http--127.0.0.1-8080-5) A ResourceReference wont be created for a
> > >> resource
> > >> > with key [scope:
> > >> >
> > >> >
> > >>
> >
> de.agilecoders.wicket.webjars.request.resource.WebjarsJavaScriptResourceReference;
> > >> > name: webjars/bootstrap/null/js/bootstrap.js; locale: null; style:
> > null;
> > >> > variation: null] because it cannot be located.
> > >> >
> > >> > Page source for js css declarations is as follows:
> > >> >
> > >> > 
>   > >> > rel="stylesheet" type="text/css"
> > >> >
> > >> >
> > >>
> >
> href="./wicket/resource/de.agilecoders.wicket.themes.markup.html.bootswatch.BootswatchCssReference/css/bootstrap.spacelab-ver-139176153.css
> > >> >  > >> >
> > >>
> >
&g

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  wrote:

> I have decided to switch to 0.9.3-SNAPSHOT after getting latest code to
> build. Will work on migrating to 3.1 and see if that helps.
>
> Thanks
>
> David
>
>
> On 21 March 2014 11:43, David Beer  wrote:
>
> > Hi Martin
> >
> > I have been wondering about switching to 0.9.3-SNAPSHOT, I have a couple
> > of concerns. This is for 3.1.x and 0.9.2 is for 3.0.x and there is quite
> a
> > difference wondering how much I have to change. However the change may be
> > worth it as twbs seems to moving forward quite fast with 3.1.x. The other
> > is that the latest code failed to build, and I am not sure how recent the
> > deployed jars are in maven.
> >
> > The third is more of a question is there a way of disabling webjars for
> > bootstrap and using CDN. like 0.9.3-SNAPSHOT does/
> >
> > Thanks
> >
> > David
> >
> >
> > On 21 March 2014 09:40, Martin Grigorov  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-bootstrap/issues/337
> >>
> >> Martin Grigorov
> >> Wicket Training and Consulting
> >>
> >>
> >> On Thu, Mar 20, 2014 at 7:52 PM, David Beer 
> >> wrote:
> >>
> >> > Hi All
> >> >
> >> > I am updating a wicket-bootstrap application from 0.9.0-SNAPSHOT to
> >> 0.9.2
> >> > and am getting the following error message logged. I am running JBoss
> AS
> >> > 7.1. None of the js seems to work.
> >> >
> >> > [org.apache.wicket.request.resource.ResourceReferenceRegistry]
> >> > (http--127.0.0.1-8080-5) A ResourceReference wont be created for a
> >> resource
> >> > with key [scope:
> >> >
> >> >
> >>
> de.agilecoders.wicket.webjars.request.resource.WebjarsJavaScriptResourceReference;
> >> > name: webjars/bootstrap/null/js/bootstrap.js; locale: null; style:
> null;
> >> > variation: null] because it cannot be located.
> >> >
> >> > Page source for js css declarations is as follows:
> >> >
> >> >  >> > rel="stylesheet" type="text/css"
> >> >
> >> >
> >>
> href="./wicket/resource/de.agilecoders.wicket.themes.markup.html.bootswatch.BootswatchCssReference/css/bootstrap.spacelab-ver-139176153.css
> >> >  >> >
> >>
> http://localhost:8080/Tansu/wicket/resource/de.agilecoders.wicket.themes.markup.html.bootswatch.BootswatchCssReference/css/bootstrap.spacelab-ver-139176153.css
> >> > >"
> >> > /> >> >
> >> >
> >>
> src="./wicket/resource/org.apache.wicket.resource.JQueryResourceReference/jquery/jquery-1.11.0-ver-1392391424000.js
> >> > <view-source:
> >> >
> >>
> <a  rel="nofollow" href="http://localhost:8080/Tansu/wicket/resource/org.apache.wicket.resource.JQueryResourceReference/jquery/jquery-1.11.0-ver-1392391424000.js">http://localhost:8080/Tansu/wicket/resource/org.apache.wicket.resource.JQueryResourceReference/jquery/jquery-1.11.0-ver-1392391424000.js</a>
> >> > >"> >> > type="text/javascript"
> >> >
> >> >
> >>
> src="./wicket/resource/org.apache.wicket.ajax.AbstractDefaultAjaxBehavior/res/js/wicket-event-jquery-ver-1392391424000.js
> >> > <view-source:
> >> >
> >>
> <a  rel="nofollow" href="http://localhost:8080/Tansu/wicket/resource/org.apache.wicket.ajax.AbstractDefaultAjaxBehavior/res/js/wicket-event-jquery-ver-1392391424000.js">http://localhost:8080/Tansu/wicket/resource/org.apache.wicket.ajax.AbstractDefaultAjaxBehavior/res/js/wicket-event-jquery-ver-1392391424000.js</a>
> >> > >">
> >> >Tansu - File Sharing and
> >> > Storage >> > content="width=device-width, initial-scale=1.0, maximum-scale=1,
> >> > user-scalable=no">
> >

  1   2   >