<?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: Having the end-user hide and display columns in a JSF Table Component</title>
	<atom:link href="http://technology.amis.nl/2006/09/20/having-the-end-user-hide-and-display-columns-in-a-jsf-table-component/feed/" rel="self" type="application/rss+xml" />
	<link>http://technology.amis.nl/2006/09/20/having-the-end-user-hide-and-display-columns-in-a-jsf-table-component/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=having-the-end-user-hide-and-display-columns-in-a-jsf-table-component</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: gilson</title>
		<link>http://technology.amis.nl/2006/09/20/having-the-end-user-hide-and-display-columns-in-a-jsf-table-component/#comment-3814</link>
		<dc:creator>gilson</dc:creator>
		<pubDate>Mon, 03 Jan 2011 14:37:23 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1331#comment-3814</guid>
		<description><![CDATA[hello friend, I&#039;m wanting to get selected values from my table, which is selectManyTabletype in my bean I have this method bancking

public void imprimirFacturas(ActionEvent event){
DCIteratorBinding iteratorFactura = (DCIteratorBinding) ADFUtils.findIterator(&quot;FacturasView1Iterator&quot;);
CoreTable tabla = (CoreTable)fctx.getViewRoot().findComponent(&quot;form1:tableFact&quot;);
Set selection = tabla.getSelectionState().getKeySet();
Iterator rowSetIter = selection.iterator();
while (rowSetIter.hasNext()) {
Key key = (Key)((List)rowSetIter.next()).get(0);
iteratorFactura.setCurrentRowWithKey(key.toStringFormat(true));
RowImpl prRow = (RowImpl) iteratorFactura.getCurrentRow();
FacturasView_rRowImpl f = (FacturasView_rRowImpl) prRow.getDataProvider();
System.out.println(&quot;Seleccionamos: &quot; + f.getAttribute(FacturasView_rRowImpl.NUMFACT));
}
Â 
}
Â 
but in the first line inside the loop gives me java.lang.ClassCastException:java.lang.Integer, because I could give this exception, thanks for your help, Greetingsfrom Asuncion Paraguay]]></description>
		<content:encoded><![CDATA[<p>hello friend, I&#8217;m wanting to get selected values from my table, which is selectManyTabletype in my bean I have this method bancking</p>
<p>public void imprimirFacturas(ActionEvent event){<br />
DCIteratorBinding iteratorFactura = (DCIteratorBinding) ADFUtils.findIterator(&#8220;FacturasView1Iterator&#8221;);<br />
CoreTable tabla = (CoreTable)fctx.getViewRoot().findComponent(&#8220;form1:tableFact&#8221;);<br />
Set selection = tabla.getSelectionState().getKeySet();<br />
Iterator rowSetIter = selection.iterator();<br />
while (rowSetIter.hasNext()) {<br />
Key key = (Key)((List)rowSetIter.next()).get(0);<br />
iteratorFactura.setCurrentRowWithKey(key.toStringFormat(true));<br />
RowImpl prRow = (RowImpl) iteratorFactura.getCurrentRow();<br />
FacturasView_rRowImpl f = (FacturasView_rRowImpl) prRow.getDataProvider();<br />
System.out.println(&#8220;Seleccionamos: &#8221; + f.getAttribute(FacturasView_rRowImpl.NUMFACT));<br />
}<br />
Â <br />
}<br />
Â <br />
but in the first line inside the loop gives me java.lang.ClassCastException:java.lang.Integer, because I could give this exception, thanks for your help, Greetingsfrom Asuncion Paraguay</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Makrand Pare</title>
		<link>http://technology.amis.nl/2006/09/20/having-the-end-user-hide-and-display-columns-in-a-jsf-table-component/#comment-3813</link>
		<dc:creator>Makrand Pare</dc:creator>
		<pubDate>Fri, 10 Nov 2006 04:24:24 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1331#comment-3813</guid>
		<description><![CDATA[Hi,

Is this feature available for ADF/JClient also?

We also have a similar requirement for our ADF Swing based application.

Thanks and regards,
Makrand]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Is this feature available for ADF/JClient also?</p>
<p>We also have a similar requirement for our ADF Swing based application.</p>
<p>Thanks and regards,<br />
Makrand</p>
]]></content:encoded>
	</item>
</channel>
</rss>
