Re: 8.0.0-M1 MarkupNotFoundException

2016-10-27 Thread greg.johnson
should be ... > So yes, in the real application the > > tags surround \ > > a\ > > elements and the Page is inherited from a -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/8-0-0-M1-wicket-link-MarkupNotFoundException-tp4675812p4675922.html Sent from the

Re: 8.0.0-M1 MarkupNotFoundException

2016-10-27 Thread greg.johnson
Hi Martin, Ok, thanks. The quickstart was stripped down to a bare minimum of html that would demonstrate the issue. So yes, in the real application the tags surround elements and the Page is inherited from a Bootstrap template with , etc. Issue is now fixed thanks to Andrea. Thanks again,

Re: how to call modal window on link

2016-10-27 Thread Ernesto Reinaldo Barreiro
checked that you don't target="_blank" on that link. On Thu, Oct 27, 2016 at 2:40 PM, Pratibha wrote: > Thank you that seems to be working but when i click on link it first opens > the same page in new tab and after that i can see modalWindow. > > So basically i end

AutocompleteTextField on submit : The value of .. is not a valid ...

2016-10-27 Thread ganea iulia
Hi, Please help me with following issue: I'm using wicket 7. I have a form with a AutocompleteTextField. The autocompletion works ok until I need to submit the form, when I get following message: - The value of 'test' is not a valid TestBean. Here is my component:

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

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

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

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

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.

Re: how to call modal window on link

2016-10-27 Thread Pratibha
Thank you that seems to be working but when i click on link it first opens the same page in new tab and after that i can see modalWindow. So basically i end up with 2 same pages in 2 tabs one with modalwindow. confirmModal.add(new OpenWindowOnLoadBehavior()); confirmModal.setContent(new

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

Re: how to call modal window on link

2016-10-27 Thread Martin Grigorov
response.render(OnLoadHeaderItem.forScript(getCallbackScript().toString()); Should be something like this. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Thu, Oct 27, 2016 at 2:08 PM, Pratibha wrote: > I am trying to call modal

Re: BootstrapPagingNavigator - Wicket-Boostrap 0.10.10 and Wicket 7.5.0

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 1:10 PM, Francois Meillet < francois.meil...@gmail.com> wrote: > Wicket-Boostrap 0.10.10 and Wicket 7.5.0 > When using a

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

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

Re: how to call modal window on link

2016-10-27 Thread Pratibha
I am trying to call modal window but this is not working my code is @Override public void onClick() { confirmModal.add(new OpenWindowOnLoadBehavior()); confirmModal.setPageCreator(new

Re: how to call modal window on link

2016-10-27 Thread Pratibha
Compile error..The method renderOnLoadJavascript(String) is undefined for the type IHeaderResponse public class OpenWindowOnLoadBehavior extends AbstractDefaultAjaxBehavior { @Override protected void respond(AjaxRequestTarget target) { ModalWindow window = (ModalWindow) getComponent();

Re: how to call modal window on link

2016-10-27 Thread Martin Grigorov
On Thu, Oct 27, 2016 at 1:41 PM, Pratibha wrote: > Hi thank you for your help but the below lines in OpenWindowOnLoadBehavior > seems to be creating issue > What kind of issue ? > > @Override > public void renderHead(IHeaderResponse response) { >

Re: BootstrapPagingNavigator - Wicket-Boostrap 0.10.10 and Wicket 7.5.0

2016-10-27 Thread Francesco Chicchiriccò
Same here. On 2016-10-27 13:10 (+0200), Francois Meillet wrote: > Wicket-Boostrap 0.10.10 and Wicket 7.5.0 > When using a BootstrapPagingNavigator, I get this error : > > > Last cause: The component(s) below failed to render. Possible reasons could > be that: 1)

Re: how to call modal window on link

2016-10-27 Thread Pratibha
Hi thank you for your help but the below lines in OpenWindowOnLoadBehavior seems to be creating issue @Override public void renderHead(IHeaderResponse response) { response.renderOnLoadJavascript(getCallbackScript().toString()); } I followed code in

BootstrapPagingNavigator - Wicket-Boostrap 0.10.10 and Wicket 7.5.0

2016-10-27 Thread Francois Meillet
Wicket-Boostrap 0.10.10 and Wicket 7.5.0 When using a BootstrapPagingNavigator, I get this error : 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

Re: Problems upgrading from 7.4.0 to 7.5.0

2016-10-27 Thread Francesco Chicchiriccò
On 2016-10-27 12:24 (+0200), Martin Grigorov wrote: > On Thu, Oct 27, 2016 at 12:19 PM, Francesco Chicchiriccò < > ilgro...@apache.org> wrote: > > > On 2016-10-27 11:26 (+0200), Martin Grigorov wrote: > > > Hi, > > > > > > On Thu, Oct 27, 2016 at

Re: Problems upgrading from 7.4.0 to 7.5.0

2016-10-27 Thread Martin Grigorov
On Thu, Oct 27, 2016 at 12:19 PM, Francesco Chicchiriccò < ilgro...@apache.org> wrote: > On 2016-10-27 11:26 (+0200), Martin Grigorov wrote: > > Hi, > > > > On Thu, Oct 27, 2016 at 10:28 AM, Francesco Chicchiriccò < > > ilgro...@apache.org> wrote: > > > > > Hi all, > > > I

Re: Problems upgrading from 7.4.0 to 7.5.0

2016-10-27 Thread Francesco Chicchiriccò
On 2016-10-27 11:26 (+0200), Martin Grigorov wrote: > Hi, > > On Thu, Oct 27, 2016 at 10:28 AM, Francesco Chicchiriccò < > ilgro...@apache.org> wrote: > > > Hi all, > > I am trying to upgrade the Apache Syncope console from 7.4.0 to recent > > 7.5.0, but I am

Re: Problems upgrading from 7.4.0 to 7.5.0

2016-10-27 Thread Francesco Chicchiriccò
On 2016-10-27 11:30 (+0200), Sven Meier wrote: > Hi, > > [1] does your button have a model object? Yes, it does. > Since WICKET-6225 the model object is used to replace the component > body, if you're using a tag. > Previously the model object was used for the value of an

Re: Problems upgrading from 7.4.0 to 7.5.0

2016-10-27 Thread Sven Meier
Hi, [1] does your button have a model object? Since WICKET-6225 the model object is used to replace the component body, iff you're using a tag. Previously the model object was used for the value of an tag only. Regards Sven Am 27.10.2016 um 10:28 schrieb Francesco Chicchiriccò: Hi all,

Re: Problems upgrading from 7.4.0 to 7.5.0

2016-10-27 Thread Martin Grigorov
Hi, On Thu, Oct 27, 2016 at 10:28 AM, Francesco Chicchiriccò < ilgro...@apache.org> wrote: > Hi all, > I am trying to upgrade the Apache Syncope console from 7.4.0 to recent > 7.5.0, but I am experiencing some troubles. > > First, I had to remove > > > > from [1], since Wicket was complaining

Problems upgrading from 7.4.0 to 7.5.0

2016-10-27 Thread Francesco Chicchiriccò
Hi all, I am trying to upgrade the Apache Syncope console from 7.4.0 to recent 7.5.0, but I am experiencing some troubles. First, I had to remove from [1], since Wicket was complaining that the element had to be closed (?): now things are working fine again (as it used to do up to 7.4.0),