<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Changing the order of columns in a JSF Table Component -in the client, at run-time, by the end user</title>
	<atom:link href="http://technology.amis.nl/2006/09/20/changing-the-order-of-columns-in-a-jsf-table-component-in-the-client-at-run-time-by-the-end-user/feed/" rel="self" type="application/rss+xml" />
	<link>http://technology.amis.nl/2006/09/20/changing-the-order-of-columns-in-a-jsf-table-component-in-the-client-at-run-time-by-the-end-user/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=changing-the-order-of-columns-in-a-jsf-table-component-in-the-client-at-run-time-by-the-end-user</link>
	<description></description>
	<lastBuildDate>Fri, 12 Apr 2013 10:04:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Med</title>
		<link>http://technology.amis.nl/2006/09/20/changing-the-order-of-columns-in-a-jsf-table-component-in-the-client-at-run-time-by-the-end-user/#comment-3825</link>
		<dc:creator>Med</dc:creator>
		<pubDate>Wed, 13 Dec 2006 15:55:45 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1334#comment-3825</guid>
		<description><![CDATA[Can you give more detail and where i find &quot;EmpTableCollectionModel.table&quot;

// first get a handle to the table we are dealing with
 String EL = &quot;#{EmpTableCollectionModel.table}&quot;;

when i have en Entity &quot;Emp&quot; and a view &quot;EmpView&quot;

best regards.]]></description>
		<content:encoded><![CDATA[<p>Can you give more detail and where i find &#8220;EmpTableCollectionModel.table&#8221;</p>
<p>// first get a handle to the table we are dealing with<br />
 String EL = &#8220;#{EmpTableCollectionModel.table}&#8221;;</p>
<p>when i have en Entity &#8220;Emp&#8221; and a view &#8220;EmpView&#8221;</p>
<p>best regards.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Francisco</title>
		<link>http://technology.amis.nl/2006/09/20/changing-the-order-of-columns-in-a-jsf-table-component-in-the-client-at-run-time-by-the-end-user/#comment-3824</link>
		<dc:creator>Francisco</dc:creator>
		<pubDate>Fri, 08 Dec 2006 00:40:34 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1334#comment-3824</guid>
		<description><![CDATA[I have the following errors in this code Line:
private int findCoreColumn ( List coreColumns, String sortProperty) ...
Error(16,38): identifier expected
Error(17,39): ) expected
how can i solve it?]]></description>
		<content:encoded><![CDATA[<p>I have the following errors in this code Line:<br />
private int findCoreColumn ( List coreColumns, String sortProperty) &#8230;<br />
Error(16,38): identifier expected<br />
Error(17,39): ) expected<br />
how can i solve it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lucas Jellema</title>
		<link>http://technology.amis.nl/2006/09/20/changing-the-order-of-columns-in-a-jsf-table-component-in-the-client-at-run-time-by-the-end-user/#comment-3823</link>
		<dc:creator>Lucas Jellema</dc:creator>
		<pubDate>Sun, 01 Oct 2006 19:02:20 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1334#comment-3823</guid>
		<description><![CDATA[Hi Luc,

Thanks for your very kind words. And you got it right: it takes a lot of thinking upfront and trying out to arrive at what turns out to be a very simple solution. I was pleasantly surprised to find out how easy it really was.

And unfortunately no - I do not have additional insights into the release date of the ADF Faces Rich Client libraries. I will try to harras some people during OOW to find out. Once I do, it will be on the blog, so keep reading.

best regards,

Lucas]]></description>
		<content:encoded><![CDATA[<p>Hi Luc,</p>
<p>Thanks for your very kind words. And you got it right: it takes a lot of thinking upfront and trying out to arrive at what turns out to be a very simple solution. I was pleasantly surprised to find out how easy it really was.</p>
<p>And unfortunately no &#8211; I do not have additional insights into the release date of the ADF Faces Rich Client libraries. I will try to harras some people during OOW to find out. Once I do, it will be on the blog, so keep reading.</p>
<p>best regards,</p>
<p>Lucas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luc Bors</title>
		<link>http://technology.amis.nl/2006/09/20/changing-the-order-of-columns-in-a-jsf-table-component-in-the-client-at-run-time-by-the-end-user/#comment-3822</link>
		<dc:creator>Luc Bors</dc:creator>
		<pubDate>Mon, 25 Sep 2006 10:47:54 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1334#comment-3822</guid>
		<description><![CDATA[Hi Lucas, I&#039;m impressed..... It is an example of how extended knowledge can result in very usable solutions that are, in the end, actually very simple to implement. Don&#039;t get me wrong here, I know how that works. It takes days to find the solution and then all at once..... &quot;Eureka&quot;. Do you have any inside information on the release date of the new ADF faces library ? As I said, I&#039;m impressed, and you guys deserve, as so often, my credits for another very usable solution. Thanks. Luc Bors]]></description>
		<content:encoded><![CDATA[<p>Hi Lucas, I&#8217;m impressed&#8230;.. It is an example of how extended knowledge can result in very usable solutions that are, in the end, actually very simple to implement. Don&#8217;t get me wrong here, I know how that works. It takes days to find the solution and then all at once&#8230;.. &quot;Eureka&quot;. Do you have any inside information on the release date of the new ADF faces library ? As I said, I&#8217;m impressed, and you guys deserve, as so often, my credits for another very usable solution. Thanks. Luc Bors</p>
]]></content:encoded>
	</item>
</channel>
</rss>
