Re: Wicket Modal throws exception

2017-05-01 Thread Martin Grigorov
Please start new threads for new issues! Double check that this particular component indeed renders its HTML element. No matter what Java methods you call on the component it won't render if the used HTML element is . Depending on your MarkupSettings this elements are usually not rendered.

Re: Wicket Modal throws exception

2017-05-01 Thread Entropy
Upgrading seems to fix this specific issue. However, I am no getting another odd behavior. I am trying to update some text and button captions on the page. It's working, but gives an error in javascript despite the working. Wicket.Ajax: Wicket.Ajax.Call.processComponent: Component with id

Re: Wicket Modal throws exception

2017-05-01 Thread Martin Grigorov
First "workaround" that everyone should try whenever something behaves wrong is to upgrade to the latest stable version! In your case this is 6.26.0. If this doesn't help then try to reproduce the problem in a small demo app. Share it somehow with us (JIRA ticket, GitHub project, ...) and someone

Re: Wicket Modal throws exception

2017-05-01 Thread Entropy
6.24. Is there a workaround? We're using modals elsewhere. I am trying to make one that will be more general purpose, but it otherwise seems the same as our others and I am not sure what is so different about it. -- View this message in context:

Re: Wicket Modal throws exception

2017-04-30 Thread Martin Grigorov
Wicket version ? I think there was a bug related to that that has been fixed an year (?!) ago. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Sun, Apr 30, 2017 at 8:39 PM, Entropy wrote: > I am addding a Wicket Modal. I go to render