Method.invoke(Method.java:497) ~[na:1.8.0_51]
>> at
>>
>> org.apache.wicket.RequestListenerInterface.internalInvoke(RequestListenerInterface.java:258)
>> ~[wicket-core-7.0.0.jar:na]
>> ... 30 common frames omitted
>> Caused by: java.lang.NullPo
at
>
> org.apache.wicket.extensions.ajax.markup.html.modal.ModalWindow.show(ModalWindow.java:367)
> ~[wicket-extensions-7.0.0.jar:na]
> at
> de.widi.webcd.grid.TableOptionsPanel$3.onClick(TableOptionsPanel.java:86)
> ~[TableOptionsPanel$3.class:na]
>
at org.apache.wicket.markup.html.link.Link.onLinkClicked(Link.java:190)
~[wicket-core-7.0.0.jar:7.0.0]
... 35 common frames omitted
--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/AjaxFallbackLink-target-NULL-tp4671752p4671755.html
Sent from the Users forum ma
Hi,
check your browser's console for errors, maybe some javascript is
missing/faulty so the links fall back to normal requests?
Regards
Sven
On 09.08.2015 12:57, Peter Diefenthäler wrote:
Hello,
I tried to switch to Wicket 7 and I got a problem with all
AjaxFallBackLinks having target = NULL
Hi,
Please create a quickstart and attach it to a ticket in JIRA.
Thanks!
Martin Grigorov
Freelancer. Available for hire!
Wicket Training and Consulting
https://twitter.com/mtgrigorov
On Sun, Aug 9, 2015 at 1:57 PM, Peter Diefenthäler
wrote:
> Hello,
> I tried to switch to Wicket 7 and I got a
Hello,
I tried to switch to Wicket 7 and I got a problem with all
AjaxFallBackLinks having target = NULL.
link = new AjaxFallbackLink("tableImportRows") {
private static final long serialVersionUID = 1L;
@Override
public void onClick(AjaxRequestTarget target) {
log.debug("import new entries ...")