You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Alexander Blum <al...@gmail.com> on 2012/06/27 14:24:49 UTC

AjaxEditableLabel in Wicket 6.0.x

Hi,

I am developing a web application where I use AjaxEditableLabels which work
fine in Wicket 1.5.x. I tried upgrading to Wicket 6.0.x to play with
websockets, but found out that AjaxEditableLabel and AjaxEditableMultiLabel
stopped working (I tried multiple browsers on multiple devices).
Breakpoints in onModelChanging or onModelChanged fail to trigger and the
model is not updated. I tried searching the web to see if this is a known
problem, but either I am bad at searching or nobody else seems to be having
problems with it.
You can see it on the samples page by comparing the 1.5.7 sample with the
6.0.x one:
http://www.wicket-library.com/wicket-examples/ajax/editable-label
http://www.wicket-library.com/wicket-examples-6.0.x/ajax/editable-label

I know 6.0.x is still a beta, but is it a known problem that Ajax is broken
or am I doing something wrong?

Alex

Re: AjaxEditableLabel in Wicket 6.0.x

Posted by Martin Grigorov <mg...@apache.org>.
Just use the snapshot repository.
You can see it at the bottom of the produced pom.xml for a quickstart
for 6.0-SNAPSHOT.

On Wed, Jun 27, 2012 at 3:37 PM, Alexander Blum
<al...@gmail.com> wrote:
> 2012/6/27 Martin Grigorov <mg...@apache.org>
>
>> Hi,
>>
>> There was a problem in -beta2 which is fixed in 6.0-SNAPSHOT.
>>
>
>  I guess I will have to clone the git repository and compile it myself or
> wait for a new release tarball.
> Thanks a lot!



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: AjaxEditableLabel in Wicket 6.0.x

Posted by Alexander Blum <al...@gmail.com>.
2012/6/27 Martin Grigorov <mg...@apache.org>

> Hi,
>
> There was a problem in -beta2 which is fixed in 6.0-SNAPSHOT.
>

 I guess I will have to clone the git repository and compile it myself or
wait for a new release tarball.
Thanks a lot!

Re: AjaxEditableLabel in Wicket 6.0.x

Posted by Martin Grigorov <mg...@apache.org>.
Hi,

There was a problem in -beta2 which is fixed in 6.0-SNAPSHOT.

On Wed, Jun 27, 2012 at 3:24 PM, Alexander Blum
<al...@gmail.com> wrote:
> Hi,
>
> I am developing a web application where I use AjaxEditableLabels which work
> fine in Wicket 1.5.x. I tried upgrading to Wicket 6.0.x to play with
> websockets, but found out that AjaxEditableLabel and AjaxEditableMultiLabel
> stopped working (I tried multiple browsers on multiple devices).
> Breakpoints in onModelChanging or onModelChanged fail to trigger and the
> model is not updated. I tried searching the web to see if this is a known
> problem, but either I am bad at searching or nobody else seems to be having
> problems with it.
> You can see it on the samples page by comparing the 1.5.7 sample with the
> 6.0.x one:
> http://www.wicket-library.com/wicket-examples/ajax/editable-label
> http://www.wicket-library.com/wicket-examples-6.0.x/ajax/editable-label
>
> I know 6.0.x is still a beta, but is it a known problem that Ajax is broken
> or am I doing something wrong?
>
> Alex



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org