Re: Reloading content via Ajax

2012-04-19 Thread Martin Grigorov
Hi,

read about static vs. dynamic models at:
https://cwiki.apache.org/WICKET/working-with-wicket-models.html

On Thu, Apr 19, 2012 at 11:33 AM, meduolis meduol...@gmail.com wrote:
 Hello guys, how do I properly reload content via Ajax using AjaxLink?

 I have label component like this:


 And there is an AjaxLink:


 After I click this link, label value stays not changed. Any ideas what I am
 doing wrong? :)

 --
 View this message in context: 
 http://apache-wicket.1842946.n4.nabble.com/Reloading-content-via-Ajax-tp4570233p4570233.html
 Sent from the Users forum mailing list archive at Nabble.com.

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




-- 
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: Reloading content via Ajax

2012-04-19 Thread meduolis
Thanks, that solved my problem:



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Reloading-content-via-Ajax-tp4570233p4570286.html
Sent from the Users forum mailing list archive at Nabble.com.

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