<?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: ADF 11g &#8211; Invoke a Popup from a Popup</title>
	<atom:link href="http://technology.amis.nl/blog/4649/adf-11g-invoke-a-popup-from-a-popup/feed" rel="self" type="application/rss+xml" />
	<link>http://technology.amis.nl/blog/4649/adf-11g-invoke-a-popup-from-a-popup</link>
	<description>Weblog for the AMIS Technology corner</description>
	<lastBuildDate>Fri, 10 Feb 2012 16:47:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Luc Bors</title>
		<link>http://technology.amis.nl/blog/4649/adf-11g-invoke-a-popup-from-a-popup/comment-page-1#comment-481295</link>
		<dc:creator>Luc Bors</dc:creator>
		<pubDate>Wed, 12 Oct 2011 08:04:49 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=4649#comment-481295</guid>
		<description>This is a browser popup and not an ADF Javascript popup. Do you have a good use case for using  afContext.launchDialog ? If you use ADF Javascript popups you have more control on how the popup is rendered, and besides that, popup blockers will not step in and break your app.</description>
		<content:encoded><![CDATA[<p>This is a browser popup and not an ADF Javascript popup. Do you have a good use case for using  afContext.launchDialog ? If you use ADF Javascript popups you have more control on how the popup is rendered, and besides that, popup blockers will not step in and break your app.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ericson</title>
		<link>http://technology.amis.nl/blog/4649/adf-11g-invoke-a-popup-from-a-popup/comment-page-1#comment-481293</link>
		<dc:creator>Ericson</dc:creator>
		<pubDate>Tue, 11 Oct 2011 15:43:04 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=4649#comment-481293</guid>
		<description>Hi,
I run a popup with &lt;strong&gt;afContext.launchDialog&lt;/strong&gt;, all is ok, but my question is, how can invoke the popup but without close icon in ADF. Thanks.

Sorry by mi english, i not so god in that, XP.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I run a popup with <strong>afContext.launchDialog</strong>, all is ok, but my question is, how can invoke the popup but without close icon in ADF. Thanks.</p>
<p>Sorry by mi english, i not so god in that, XP.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://technology.amis.nl/blog/4649/adf-11g-invoke-a-popup-from-a-popup/comment-page-1#comment-451106</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Thu, 03 Mar 2011 21:26:38 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=4649#comment-451106</guid>
		<description>Why not just use a FacesContext.addMessage(clientId, message) in the dialogListener.</description>
		<content:encoded><![CDATA[<p>Why not just use a FacesContext.addMessage(clientId, message) in the dialogListener.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Angel</title>
		<link>http://technology.amis.nl/blog/4649/adf-11g-invoke-a-popup-from-a-popup/comment-page-1#comment-416449</link>
		<dc:creator>Angel</dc:creator>
		<pubDate>Mon, 15 Nov 2010 14:07:45 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=4649#comment-416449</guid>
		<description>hey
Can you please tell me where to insert the facet metaContainer?
Thank you
Angel
PS your source code would be more than helpfull</description>
		<content:encoded><![CDATA[<p>hey<br />
Can you please tell me where to insert the facet metaContainer?<br />
Thank you<br />
Angel<br />
PS your source code would be more than helpfull</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PoojaC</title>
		<link>http://technology.amis.nl/blog/4649/adf-11g-invoke-a-popup-from-a-popup/comment-page-1#comment-413966</link>
		<dc:creator>PoojaC</dc:creator>
		<pubDate>Thu, 04 Nov 2010 07:28:56 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=4649#comment-413966</guid>
		<description>I tried the above thing. I am getting the below error on browser status bar(!); and the second popup doesn&#039;t open. There is no error in the log.

&lt;strong&gt;&#039;AdfPage.PAGE.findComponent(...)&#039; is null or not an object.&lt;/strong&gt; 
Although the popup id is there on the jspx page.</description>
		<content:encoded><![CDATA[<p>I tried the above thing. I am getting the below error on browser status bar(!); and the second popup doesn&#8217;t open. There is no error in the log.</p>
<p><strong>&#8216;AdfPage.PAGE.findComponent(&#8230;)&#8217; is null or not an object.</strong><br />
Although the popup id is there on the jspx page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luc Bors</title>
		<link>http://technology.amis.nl/blog/4649/adf-11g-invoke-a-popup-from-a-popup/comment-page-1#comment-362037</link>
		<dc:creator>Luc Bors</dc:creator>
		<pubDate>Thu, 11 Mar 2010 10:02:56 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=4649#comment-362037</guid>
		<description>It looks like I&#039;ve lost the project with the samplecode somewhere in time. Luckily the codesamples provided in this post should do the trick.</description>
		<content:encoded><![CDATA[<p>It looks like I&#8217;ve lost the project with the samplecode somewhere in time. Luckily the codesamples provided in this post should do the trick.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: uday</title>
		<link>http://technology.amis.nl/blog/4649/adf-11g-invoke-a-popup-from-a-popup/comment-page-1#comment-361602</link>
		<dc:creator>uday</dc:creator>
		<pubDate>Wed, 10 Mar 2010 06:08:45 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=4649#comment-361602</guid>
		<description>Can you share with me the sample source code?</description>
		<content:encoded><![CDATA[<p>Can you share with me the sample source code?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ts</title>
		<link>http://technology.amis.nl/blog/4649/adf-11g-invoke-a-popup-from-a-popup/comment-page-1#comment-352794</link>
		<dc:creator>ts</dc:creator>
		<pubDate>Fri, 15 Jan 2010 14:24:50 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=4649#comment-352794</guid>
		<description>Thanks</description>
		<content:encoded><![CDATA[<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: minhhipt</title>
		<link>http://technology.amis.nl/blog/4649/adf-11g-invoke-a-popup-from-a-popup/comment-page-1#comment-349519</link>
		<dc:creator>minhhipt</dc:creator>
		<pubDate>Thu, 10 Dec 2009 10:07:21 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=4649#comment-349519</guid>
		<description>Can you send me your source code?</description>
		<content:encoded><![CDATA[<p>Can you send me your source code?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

