Re: AjaxEditableLabel in Wicket 6.0.x

2012-06-27 Thread Martin Grigorov
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
alexander.b...@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-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: AjaxEditableLabel in Wicket 6.0.x

2012-06-27 Thread Alexander Blum
2012/6/27 Martin Grigorov mgrigo...@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

2012-06-27 Thread Martin Grigorov
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
alexander.b...@gmail.com wrote:
 2012/6/27 Martin Grigorov mgrigo...@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-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org