<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "How to Insert a linebreak into a table cell?"]]></title>
		<link>http://www.icefaces.org/JForum/posts/list/12.page</link>
		<description><![CDATA[Latest messages posted in the topic "How to Insert a linebreak into a table cell?"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>How to Insert a linebreak into a table cell?</title>
				<description><![CDATA[ hello
we have a table, which contains "comments" column
a comment is a usual text, for example what i am currently typing is a comment
and therefore, it contains linebreaks

we declare a table like this:

<span class="genmed"><b>Code:</b></span><br>
		<div style="overflow: auto; width: 100%;">
		<pre>					&lt;ice:dataTable
						id="searchResultsTable"
						var="order"
						value="#{searchForm.searchResultsTable.rowDataModel}"
						rendered="#{searchForm.searchSucceeded}"
						rows="#{searchForm.searchResultsTable.resultsPerPage}"&gt;

						&lt;ice:columns value="#{searchForm.searchResultsTable.columnDataModel}"&gt;

							&lt;jsf:facet name="header"&gt;
								&lt;ice:panelGroup &gt;
									&lt;ice:outputText
										id="rowData"
										value="#{searchForm.searchResultsTable.columnDataModel.rowData}"/&gt;
								&lt;/ice:panelGroup&gt;
							&lt;/jsf:facet&gt;

							&lt;!-- display the table cell values--&gt;
							&lt;ice:panelGroup style="text-align: center; white-space: nowrap;" &gt;
								&lt;ice:outputText
									id="cellValue"
									value="#{searchForm.searchResultsTable.cellValue}"/&gt;
							&lt;/ice:panelGroup&gt;

						&lt;/ice:columns&gt;

					&lt;/ice:dataTable&gt;</pre>
		</div>

and the "ice:outputText" is the place where we output the comment
but when we use the linebreak tag:

<span class="genmed"><b>Code:</b></span><br>
		<div style="overflow: auto; width: 100%;">
		<pre>
</pre>
		</div>, it is encoded like a "less than, b, r, slash, greater than"
how can we place a linebreak into the table cell?]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/8983.page#37359</guid>
				<link>http://www.icefaces.org/JForum/posts/list/8983.page#37359</link>
				<pubDate><![CDATA[Fri, 4 Jul 2008 12:25:00]]> GMT</pubDate>
				<author><![CDATA[ kuchumovn]]></author>
			</item>
			<item>
				<title>Re:How to Insert a linebreak into a table cell?</title>
				<description><![CDATA[ seems that in the superclass of this component there is a boolean "escape" property, which indicates

<blockquote>
 that characters that are sensitive in HTML and XML markup must be escaped. This flag is set to "true" by default. &nbsp;
		</blockquote>

how can i set up this flag from the markup?
i've tried <i>escape="false"</i>, but it didn't work]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/8983.page#37360</guid>
				<link>http://www.icefaces.org/JForum/posts/list/8983.page#37360</link>
				<pubDate><![CDATA[Fri, 4 Jul 2008 13:13:08]]> GMT</pubDate>
				<author><![CDATA[ kuchumovn]]></author>
			</item>
			<item>
				<title>Re:How to Insert a linebreak into a table cell?</title>
				<description><![CDATA[ oh, i got it - i've placed the property into the column header instead of the content of the cell, and that's why it didn't work]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/8983.page#37362</guid>
				<link>http://www.icefaces.org/JForum/posts/list/8983.page#37362</link>
				<pubDate><![CDATA[Fri, 4 Jul 2008 13:18:18]]> GMT</pubDate>
				<author><![CDATA[ kuchumovn]]></author>
			</item>
	</channel>
</rss>