Re: wicket:head and ajax updates

2016-06-02 Thread Ravi
One difference I see in the response is that in my application the is contained in the element (not working). Whereas in my quickstart it is in the in an element (working) as such: Quickstart: My application: any idea where I can start debugging or how to avoid this? I also added an A

Re: wicket:head and ajax updates

2016-06-02 Thread Ravi
Okay, my quickstart works as expected. So the problem must be somewhere else in my code... Thank you all for your quick response! Ravi -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/wicket-head-and-ajax-updates-tp4674827p4674833.html Sent from the Users forum mailin

Re: wicket:head and ajax updates

2016-06-02 Thread Ravi
Francois Meillet wrote > Hi Ravi, > > a stupid question : are you sure the updated value is different from the > original value ? > > François Yes :) I try to make a quikstart. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/wicket-head-and-ajax-updates-tp4674827p4

Re: wicket:head and ajax updates

2016-06-02 Thread Francois Meillet
Hi Ravi, a stupid question : are you sure the updated value is different from the original value ? François > Le 2 juin 2016 à 11:07, Ravi a écrit : > > @Ernesto > I added the version to my post. > > @Martin > It is present in the Ajax response as well as in the page markup. > The pa

Re: wicket:head and ajax updates

2016-06-02 Thread Ravi
@Ernesto I added the version to my post. @Martin It is present in the Ajax response as well as in the page markup. The page renders correctly the first time. Only the Ajax update does not occur in the head. I'll try to strip it down somewhat. Usually I don't use wicket:head. So I wasn't sure if I

Re: wicket:head and ajax updates

2016-06-02 Thread Martin Grigorov
Hi, In the Ajax response there must be something like: and in your page html there must be . What if two or more Panels contribute in their ? Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Thu, Jun 2, 2016 at 10:32 AM, Ravi wrote: > Hi all, > > I have follo

Re: wicket:head and ajax updates

2016-06-02 Thread Ernesto Reinaldo Barreiro
you don't even say which version of wicked are you using :-) On Thu, Jun 2, 2016 at 10:32 AM, Ravi wrote: > Hi all, > > I have following problem: > I have a panel with a wicket:head tag that contributes the to a > page. The title is a simple Label. > Now the first time it renders without a prob

wicket:head and ajax updates

2016-06-02 Thread Ravi
Hi all, I have following problem: I have a panel with a wicket:head tag that contributes the to a page. The title is a simple Label. Now the first time it renders without a problem. When I navigate in my form, it sends an event that the title-label listens to and adds itself to the target. But i