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 Ajaxlink in my application that send an event to my
Title-label and this works too!

I can not make out the where the difference lies, since the browserTitle
listens only to an event.

Any idea how to avoid this, or where I could start debugging?

Ravi

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/wicket-head-and-ajax-updates-tp4674827p4674834.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



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 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



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-tp4674827p4674832.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



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 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'm missing something.
> 
> You have a point there martin, but since this is a base component for
> multiple applications, we try to keep the applications itself as lean as
> possible.
> 
> Ravi
> 
> 
> --
> View this message in context: 
> http://apache-wicket.1842946.n4.nabble.com/wicket-head-and-ajax-updates-tp4674827p4674830.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
> 



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'm missing something.

You have a point there martin, but since this is a base component for
multiple applications, we try to keep the applications itself as lean as
possible.

Ravi


--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/wicket-head-and-ajax-updates-tp4674827p4674830.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



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 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 in the HTML it never gets refreshed. Although I can see it in the
> response with the updated value.
>
> Also the same mechanism worked before when I had it on the page itself and
> put it directly in the  section.
>
> any ideas what I missed?
>
> Kind regards,
>
> Ravi
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/wicket-head-and-ajax-updates-tp4674827.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
>
>


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 problem.
> When I navigate in my form, it sends an event that the title-label listens
> to and adds itself to the target.
> But in the HTML it never gets refreshed. Although I can see it in the
> response with the updated value.
>
> Also the same mechanism worked before when I had it on the page itself and
> put it directly in the  section.
>
> any ideas what I missed?
>
> Kind regards,
>
> Ravi
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/wicket-head-and-ajax-updates-tp4674827.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
>
>


-- 
Regards - Ernesto Reinaldo Barreiro


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 in the HTML it never gets refreshed. Although I can see it in the
response with the updated value.

Also the same mechanism worked before when I had it on the page itself and
put it directly in the  section.

any ideas what I missed?

Kind regards,

Ravi

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/wicket-head-and-ajax-updates-tp4674827.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