<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Rendering html "TITLE" tag problem in html header"]]></title>
		<link>http://www.icefaces.org/JForum/posts/list/12.page</link>
		<description><![CDATA[Latest messages posted in the topic "Rendering html "TITLE" tag problem in html header"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Rendering html &quot;TITLE&quot; tag problem in html header</title>
				<description><![CDATA[ Hi,

I get the last SVN rev. 17242.

Since this version, the title from my webapplication renders with html code in the html <title> tag.

The code:
<blockquote>...<head><title><ice:outputtext value="title" /></title></head>...&nbsp;
		</blockquote>

renders:

<blockquote>...<header><title><span class="iceOutputTxt" id="j_id7">Title</span></title></header>...&nbsp;
		</blockquote>

instead of rendering:
<blockquote>...<head><title>title</title></head>...&nbsp;
		</blockquote>

You can see the attached screen capture for more details.
The workarround I found is to use <h:output> tag.

Is it one other solution to use the ice tag ?

regards,

Bal.

]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/9274.page#38636</guid>
				<link>http://www.icefaces.org/JForum/posts/list/9274.page#38636</link>
				<pubDate><![CDATA[Tue, 29 Jul 2008 03:51:09]]> GMT</pubDate>
				<author><![CDATA[ Baleyba]]></author>
			</item>
			<item>
				<title>Re:Rendering html &quot;TITLE&quot; tag problem in html header</title>
				<description><![CDATA[ Hi,

as I've got the same problem with ICEfaces 1.8, I just wanted to ask if somebody knows a solution for the title tag?

Cheers,
Lukasz]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/9274.page#50030</guid>
				<link>http://www.icefaces.org/JForum/posts/list/9274.page#50030</link>
				<pubDate><![CDATA[Wed, 29 Apr 2009 09:50:42]]> GMT</pubDate>
				<author><![CDATA[ lplotni]]></author>
			</item>
			<item>
				<title>Re:Rendering html &quot;TITLE&quot; tag problem in html header</title>
				<description><![CDATA[ Hi,

I'm actually using the following work arroung with 1.8:

<blockquote><title>
<ice:outputText escape="false" <b>nospan="true"</b> value="#{bean.title}"	 id="idxxx" />
</title>&nbsp;
		</blockquote>


I hope this will help.

regards,

Bal]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/9274.page#50035</guid>
				<link>http://www.icefaces.org/JForum/posts/list/9274.page#50035</link>
				<pubDate><![CDATA[Wed, 29 Apr 2009 10:22:11]]> GMT</pubDate>
				<author><![CDATA[ Baleyba]]></author>
			</item>
			<item>
				<title>Re:Rendering html &quot;TITLE&quot; tag problem in html header</title>
				<description><![CDATA[ Thank you for the fast answer :)

The suggested solution works perfectly

Cheers,
Lukasz]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/9274.page#50044</guid>
				<link>http://www.icefaces.org/JForum/posts/list/9274.page#50044</link>
				<pubDate><![CDATA[Wed, 29 Apr 2009 10:53:53]]> GMT</pubDate>
				<author><![CDATA[ lplotni]]></author>
			</item>
			<item>
				<title>Aw:Rendering html &quot;TITLE&quot; tag problem in html header</title>
				<description><![CDATA[ Same problem here - nospan="true" does the trick.

Should be added to the Eclipse project script that generates the sample page.

Peter]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/9274.page#50097</guid>
				<link>http://www.icefaces.org/JForum/posts/list/9274.page#50097</link>
				<pubDate><![CDATA[Thu, 30 Apr 2009 09:14:31]]> GMT</pubDate>
				<author><![CDATA[ pswag]]></author>
			</item>
			<item>
				<title>Re:Rendering html &quot;TITLE&quot; tag problem in html header</title>
				<description><![CDATA[ This seems to work but when the value changes on the backend, that change is not pushed to the browser like normal icefaces.]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/9274.page#70529</guid>
				<link>http://www.icefaces.org/JForum/posts/list/9274.page#70529</link>
				<pubDate><![CDATA[Fri, 26 Aug 2011 15:28:21]]> GMT</pubDate>
				<author><![CDATA[ mtemple]]></author>
			</item>
	</channel>
</rss>
