<?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: Integrating ADF Faces and MyFaces Tomahawk &#8211; Creating a Popup with ADF Faces Shuttle Component</title>
	<atom:link href="http://technology.amis.nl/2006/09/22/integrating-adf-faces-and-myfaces-tomahawk-creating-a-popup-with-adf-faces-shuttle-component/feed/" rel="self" type="application/rss+xml" />
	<link>http://technology.amis.nl/2006/09/22/integrating-adf-faces-and-myfaces-tomahawk-creating-a-popup-with-adf-faces-shuttle-component/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=integrating-adf-faces-and-myfaces-tomahawk-creating-a-popup-with-adf-faces-shuttle-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: Irina</title>
		<link>http://technology.amis.nl/2006/09/22/integrating-adf-faces-and-myfaces-tomahawk-creating-a-popup-with-adf-faces-shuttle-component/#comment-3831</link>
		<dc:creator>Irina</dc:creator>
		<pubDate>Fri, 02 May 2008 02:24:35 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1336#comment-3831</guid>
		<description><![CDATA[Helo Lucas,

I  used your example to add Tomahawk to Jdeveloper.
I am trying to run t:dataTable and t: dataScroller example from tomahawk examples, didn&#039;t  make any changes to the code, but buttons links are not rendering correctly.

I get  first and &lt;a&gt; next, it should be and image tag inside the &lt;/a&gt;&lt;a&gt;&lt;/a&gt; tag

Do you have any suggessions?

Thank you, Irina.]]></description>
		<content:encoded><![CDATA[<p>Helo Lucas,</p>
<p>I  used your example to add Tomahawk to Jdeveloper.<br />
I am trying to run t:dataTable and t: dataScroller example from tomahawk examples, didn&#8217;t  make any changes to the code, but buttons links are not rendering correctly.</p>
<p>I get  first and <a> next, it should be and image tag inside the </a><a></a> tag</p>
<p>Do you have any suggessions?</p>
<p>Thank you, Irina.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff J</title>
		<link>http://technology.amis.nl/2006/09/22/integrating-adf-faces-and-myfaces-tomahawk-creating-a-popup-with-adf-faces-shuttle-component/#comment-3830</link>
		<dc:creator>Jeff J</dc:creator>
		<pubDate>Tue, 02 Oct 2007 12:04:39 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1336#comment-3830</guid>
		<description><![CDATA[Is there a way to tie the popup to a row of a table?  For example, I have a three by nine table and want each of the nine rows to have a different popup in the 3rd column.  The behavior I&#039;m seeing is that each of the nine rows is displaying the same text as the first row in the popup.  Any ideas how to uniquely set this?  The source of the page does have the specific text associated with each row.]]></description>
		<content:encoded><![CDATA[<p>Is there a way to tie the popup to a row of a table?  For example, I have a three by nine table and want each of the nine rows to have a different popup in the 3rd column.  The behavior I&#8217;m seeing is that each of the nine rows is displaying the same text as the first row in the popup.  Any ideas how to uniquely set this?  The source of the page does have the specific text associated with each row.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: v4vizag</title>
		<link>http://technology.amis.nl/2006/09/22/integrating-adf-faces-and-myfaces-tomahawk-creating-a-popup-with-adf-faces-shuttle-component/#comment-3829</link>
		<dc:creator>v4vizag</dc:creator>
		<pubDate>Tue, 25 Sep 2007 19:42:05 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1336#comment-3829</guid>
		<description><![CDATA[That&#039;s fine,
I am trying to pop a page. How can do it within t:popup]]></description>
		<content:encoded><![CDATA[<p>That&#8217;s fine,<br />
I am trying to pop a page. How can do it within t:popup</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Samba Siva Rao</title>
		<link>http://technology.amis.nl/2006/09/22/integrating-adf-faces-and-myfaces-tomahawk-creating-a-popup-with-adf-faces-shuttle-component/#comment-3828</link>
		<dc:creator>Samba Siva Rao</dc:creator>
		<pubDate>Mon, 29 Jan 2007 10:41:24 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1336#comment-3828</guid>
		<description><![CDATA[Hello Lucas,
Thanks for a nice article,
I could get the  tomahawk popup div(Shuttle) displayed ,but I&#039;m getting roblem with ADF faces.I could not  get the ADF faces table displayed.

I entered the web.xml   entries for Extensions filter.
Still
I&#039;m getting the following error  :

WARNING: No AdfRenderingContext available
Jan 29, 2007 3:31:08 PM org.apache.myfaces.renderkit.html.util.MyFacesResourceLoader getLastModified
SEVERE: Unparsable lastModified : @lastModified@
Jan 29, 2007 3:31:15 PM oracle.adfinternal.view.faces.renderkit.AdfRenderingContext attach
WARNING: Trying to attach AdfRenderingContext to a thread that already had one.
Jan 29, 2007 3:31:15 PM oracle.adfinternal.view.faces.renderkit.core.CoreRenderKit encodeFinally
WARNING: No AdfRenderingContext available

could you please help me fix the issue.
Thanks in advance,
Samba.]]></description>
		<content:encoded><![CDATA[<p>Hello Lucas,<br />
Thanks for a nice article,<br />
I could get the  tomahawk popup div(Shuttle) displayed ,but I&#8217;m getting roblem with ADF faces.I could not  get the ADF faces table displayed.</p>
<p>I entered the web.xml   entries for Extensions filter.<br />
Still<br />
I&#8217;m getting the following error  :</p>
<p>WARNING: No AdfRenderingContext available<br />
Jan 29, 2007 3:31:08 PM org.apache.myfaces.renderkit.html.util.MyFacesResourceLoader getLastModified<br />
SEVERE: Unparsable lastModified : @lastModified@<br />
Jan 29, 2007 3:31:15 PM oracle.adfinternal.view.faces.renderkit.AdfRenderingContext attach<br />
WARNING: Trying to attach AdfRenderingContext to a thread that already had one.<br />
Jan 29, 2007 3:31:15 PM oracle.adfinternal.view.faces.renderkit.core.CoreRenderKit encodeFinally<br />
WARNING: No AdfRenderingContext available</p>
<p>could you please help me fix the issue.<br />
Thanks in advance,<br />
Samba.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CM</title>
		<link>http://technology.amis.nl/2006/09/22/integrating-adf-faces-and-myfaces-tomahawk-creating-a-popup-with-adf-faces-shuttle-component/#comment-3827</link>
		<dc:creator>CM</dc:creator>
		<pubDate>Fri, 29 Dec 2006 06:36:17 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1336#comment-3827</guid>
		<description><![CDATA[Has anyone been successful with this example. I&#039;ve invested a couple of hours with no success. I can&#039;t even get jspx to compile following instructions.

I think the versions of adf/jsf / bc4j / commons, tomahawk are incompatible I&#039;m using.]]></description>
		<content:encoded><![CDATA[<p>Has anyone been successful with this example. I&#8217;ve invested a couple of hours with no success. I can&#8217;t even get jspx to compile following instructions.</p>
<p>I think the versions of adf/jsf / bc4j / commons, tomahawk are incompatible I&#8217;m using.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PPn</title>
		<link>http://technology.amis.nl/2006/09/22/integrating-adf-faces-and-myfaces-tomahawk-creating-a-popup-with-adf-faces-shuttle-component/#comment-3826</link>
		<dc:creator>PPn</dc:creator>
		<pubDate>Mon, 20 Nov 2006 14:57:16 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1336#comment-3826</guid>
		<description><![CDATA[not working]]></description>
		<content:encoded><![CDATA[<p>not working</p>
]]></content:encoded>
	</item>
</channel>
</rss>
