<?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: How to refer to an Attribute in the Currently Selected Table row in an ADF Faces page &#8211; implementing a Generic Row Reader</title>
	<atom:link href="http://technology.amis.nl/2007/01/31/how-to-refer-to-an-attribute-in-the-currently-selected-table-row-in-an-adf-faces-page/feed/" rel="self" type="application/rss+xml" />
	<link>http://technology.amis.nl/2007/01/31/how-to-refer-to-an-attribute-in-the-currently-selected-table-row-in-an-adf-faces-page/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-refer-to-an-attribute-in-the-currently-selected-table-row-in-an-adf-faces-page</link>
	<description></description>
	<lastBuildDate>Tue, 11 Jun 2013 22:09:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: sagarvt2002</title>
		<link>http://technology.amis.nl/2007/01/31/how-to-refer-to-an-attribute-in-the-currently-selected-table-row-in-an-adf-faces-page/#comment-4301</link>
		<dc:creator>sagarvt2002</dc:creator>
		<pubDate>Mon, 09 Jan 2012 02:35:03 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1601#comment-4301</guid>
		<description><![CDATA[Luca,
CanI have th source code for the Radio buttons and the ajaxing on the master detail
Â 
Thanks
Sagar]]></description>
		<content:encoded><![CDATA[<p>Luca,<br />
CanI have th source code for the Radio buttons and the ajaxing on the master detail<br />
Â <br />
Thanks<br />
Sagar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shiva</title>
		<link>http://technology.amis.nl/2007/01/31/how-to-refer-to-an-attribute-in-the-currently-selected-table-row-in-an-adf-faces-page/#comment-4300</link>
		<dc:creator>Shiva</dc:creator>
		<pubDate>Fri, 25 Feb 2011 09:24:45 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1601#comment-4300</guid>
		<description><![CDATA[Hi,
I used the above soln &quot;#bindings.EmployeeView1.currentRow.employeeId}â€ and was able to access the value.
My doubt is that how &quot;employeeId&quot; got resolved to &quot;EmployeeId&quot;. ie, &quot;E&quot; changed to &quot;e&quot;
Its very confusing to follow it. Is there convetion used how EL expression resolves the names.


Regards
Shiva]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
I used the above soln &#8220;#bindings.EmployeeView1.currentRow.employeeId}â€ and was able to access the value.<br />
My doubt is that how &#8220;employeeId&#8221; got resolved to &#8220;EmployeeId&#8221;. ie, &#8220;E&#8221; changed to &#8220;e&#8221;<br />
Its very confusing to follow it. Is there convetion used how EL expression resolves the names.</p>
<p>Regards<br />
Shiva</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexis</title>
		<link>http://technology.amis.nl/2007/01/31/how-to-refer-to-an-attribute-in-the-currently-selected-table-row-in-an-adf-faces-page/#comment-4299</link>
		<dc:creator>Alexis</dc:creator>
		<pubDate>Fri, 05 Feb 2010 20:59:58 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1601#comment-4299</guid>
		<description><![CDATA[Asim solution works great and very simple!
#{bindings.DeptView1.currentRow.dataProvider.dname}
thanks]]></description>
		<content:encoded><![CDATA[<p>Asim solution works great and very simple!<br />
#{bindings.DeptView1.currentRow.dataProvider.dname}<br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Asim Ghaffar SHAGHAB</title>
		<link>http://technology.amis.nl/2007/01/31/how-to-refer-to-an-attribute-in-the-currently-selected-table-row-in-an-adf-faces-page/#comment-4298</link>
		<dc:creator>Asim Ghaffar SHAGHAB</dc:creator>
		<pubDate>Wed, 23 Jul 2008 11:42:47 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1601#comment-4298</guid>
		<description><![CDATA[trivial issues have trivial solutions :)

text=&quot;Employees in the selected Department #{bindings.DeptView1.currentRow.dname}&quot; &lt;-- Wrong: as it is rowImpl
text=&quot;Employees in the selected Department #{bindings.DeptView1.currentRow.dataProvider.dname}&quot; &lt;-- works like charm]]></description>
		<content:encoded><![CDATA[<p>trivial issues have trivial solutions <img src='http://technology.amis.nl/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>text=&#8221;Employees in the selected Department #{bindings.DeptView1.currentRow.dname}&#8221; &lt;&#8211; Wrong: as it is rowImpl<br />
text=&#8221;Employees in the selected Department #{bindings.DeptView1.currentRow.dataProvider.dname}&#8221; &lt;&#8211; works like charm</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://technology.amis.nl/2007/01/31/how-to-refer-to-an-attribute-in-the-currently-selected-table-row-in-an-adf-faces-page/#comment-4297</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Wed, 31 Jan 2007 18:04:39 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1601#comment-4297</guid>
		<description><![CDATA[If &quot;Dname&quot; is an attribute binding in the current page&#039;s binding container bound to the &quot;Dname&quot; attribute of the DeptViewIterator iterator binding, then you should also just be able to use the EL expression &quot;#{bindings.Dname.inputValue}&quot; to reference the value of the Dname of the current row in that iterator. In your example, you won&#039;t already have that attribute value binding in your page def if you only have two ADF Faces tables (since they both use Table/Range bindings). You can create the attribute value binding by selecting the &quot;bindings&quot; folder in the Structure Window of the page definition and using &quot;Insert Inside bindings &gt; attributeValues&quot; right mouse menu pick.]]></description>
		<content:encoded><![CDATA[<p>If &#8220;Dname&#8221; is an attribute binding in the current page&#8217;s binding container bound to the &#8220;Dname&#8221; attribute of the DeptViewIterator iterator binding, then you should also just be able to use the EL expression &#8220;#{bindings.Dname.inputValue}&#8221; to reference the value of the Dname of the current row in that iterator. In your example, you won&#8217;t already have that attribute value binding in your page def if you only have two ADF Faces tables (since they both use Table/Range bindings). You can create the attribute value binding by selecting the &#8220;bindings&#8221; folder in the Structure Window of the page definition and using &#8220;Insert Inside bindings &gt; attributeValues&#8221; right mouse menu pick.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
