You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wicket.apache.org by Maxim Solodovnik <so...@gmail.com> on 2016/08/05 11:07:57 UTC

Error in Dialog example page

Dear Sebastien,

http://www.7thweb.net/wicket-jquery-ui/dialog/MessageDialogPage contains
error in the code:

if(button != null && button.match(LBL_OK))


is not compilable :(

BTW maybe it's time to release 7.4.0? :)

-- 
WBR
Maxim aka solomax

Re: Error in Dialog example page

Posted by Maxim Solodovnik <so...@gmail.com>.
I already find it out from the sources :)
just sent you the note to avoid confusion :)

On Fri, Aug 5, 2016 at 6:19 PM, Sebastien <se...@gmail.com> wrote:

> Hi Maxim,
>
> Right, I have to update the description! Thanks!
> #match does compare the button's name, not the label like it was earlier
> (which is itself an IModel now, that's why it does not compile)
>
> I will release 7.4.0 today or tomorrow, sorry for the delay :)
>
> Best regards,
> Sebastien.
>
>
> On Fri, Aug 5, 2016 at 1:07 PM, Maxim Solodovnik <so...@gmail.com>
> wrote:
>
>> Dear Sebastien,
>>
>> http://www.7thweb.net/wicket-jquery-ui/dialog/MessageDialogPage contains
>> error in the code:
>>
>> if(button != null && button.match(LBL_OK))
>>
>>
>> is not compilable :(
>>
>> BTW maybe it's time to release 7.4.0? :)
>>
>> --
>> WBR
>> Maxim aka solomax
>>
>
>


-- 
WBR
Maxim aka solomax

Re: Error in Dialog example page

Posted by Sebastien <se...@gmail.com>.
Hi Maxim,

Right, I have to update the description! Thanks!
#match does compare the button's name, not the label like it was earlier
(which is itself an IModel now, that's why it does not compile)

I will release 7.4.0 today or tomorrow, sorry for the delay :)

Best regards,
Sebastien.


On Fri, Aug 5, 2016 at 1:07 PM, Maxim Solodovnik <so...@gmail.com>
wrote:

> Dear Sebastien,
>
> http://www.7thweb.net/wicket-jquery-ui/dialog/MessageDialogPage contains
> error in the code:
>
> if(button != null && button.match(LBL_OK))
>
>
> is not compilable :(
>
> BTW maybe it's time to release 7.4.0? :)
>
> --
> WBR
> Maxim aka solomax
>