Hi,
Create a quickstart and attach it to Jira. It is interesting to see what is the
problem.
In the meantime use <wicket:container wicket:id="pagetitle"/> instead.
________________________________
From: Илья Нарыжный <phan...@ydn.ru>
To: users@wicket.apache.org
Sent: Monday, 20 February 2012, 13:01
Subject: setRenderBodyOnly(true) doesn't work for label in <title>
Hello,
I have following code in HTML:
<title><span wicket:id="pagetitle"/><wicket:message
key="site.title.suffix"></wicket:message></title>
and in Java:
add(new Label("pagetitle", titleModel).setRenderBodyOnly(true));
But as output on page, I have following title:
<title><span>Actual title here</span>site suffix</title>
It seems to be a bug... Wicket version is 1.5.4
Is it a bug and Jira ticket should be created?
Thanks,
Ilia
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org