regards
>>
>> marcel
>>
>> Gesendet: Mittwoch, 29. Mai 2013 um 10:12 Uhr
>>> Von: "Martin Grigorov"
>>> An: "users@wicket.apache.org"
>>> Betreff: Re: Re: Re: Re: wicket 6 and a confirm dialog
>>>
>>> Hi,
>>>
>
he.org"
Betreff: Re: Re: Re: Re: wicket 6 and a confirm dialog
Hi,
Replace
"if (!conf) return false; ";
with
"if (!conf) { Wicket.Event.stop(event, true); return false;} ";
in JavascriptEventConfirmation.java
On Wed, May 29, 2013 at 11:07 AM, Marcel Hoerr wrote
tly, this should work in wicket 6 too ("cancel" fires
> no request).
>
> Best regards
>
> marcel
>
> > Gesendet: Dienstag, 28. Mai 2013 um 12:58 Uhr
> > Von: "Martin Grigorov"
> > An: "users@wicket.apache.org"
> > Betreff: Re: Re: Re:
On Tue, May 28, 2013 at 1:54 PM, Marcel Hoerr wrote:
> Hi Martin,
>
> yeah you're right, the onclick solution still works for non-Ajax links.
> This should be mentionend in the wiki too, i was irritated about the
> "earlier wicket versions" paragraph.
>
The WIKI is editable by everyone.
Please i