Hi,

In the Ajax response there must be something like: <component
id="theTitleMarkupId"> and in your page html there must be <title
id="theTitleMarkupId".
If both of those are true then I don't see why it won't work.

But I personally won't put any components inside <wicket:head>.
What if two or more Panels contribute <title> in their <wicket:head> ?

Martin Grigorov
Wicket Training and Consulting
https://twitter.com/mtgrigorov

On Thu, Jun 2, 2016 at 10:32 AM, Ravi <[email protected]> wrote:

> Hi all,
>
> I have following problem:
> I have a panel with a wicket:head tag that contributes the <title> 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 <head> 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: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to