<?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: Dynamic Actions in APEX</title>
	<atom:link href="http://technology.amis.nl/2010/11/05/test/feed/" rel="self" type="application/rss+xml" />
	<link>http://technology.amis.nl/2010/11/05/test/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=test</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: Patrick Barel</title>
		<link>http://technology.amis.nl/2010/11/05/test/#comment-6389</link>
		<dc:creator>Patrick Barel</dc:creator>
		<pubDate>Mon, 03 Oct 2011 14:27:36 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/8837/test#comment-6389</guid>
		<description><![CDATA[The page should be public now: http://apex.oracle.com/pls/apex/f?p=15616]]></description>
		<content:encoded><![CDATA[<p>The page should be public now: <a href="http://apex.oracle.com/pls/apex/f?p=15616" rel="nofollow">http://apex.oracle.com/pls/apex/f?p=15616</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: S.M.Shohel Rana</title>
		<link>http://technology.amis.nl/2010/11/05/test/#comment-6388</link>
		<dc:creator>S.M.Shohel Rana</dc:creator>
		<pubDate>Sat, 01 Oct 2011 13:49:49 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/8837/test#comment-6388</guid>
		<description><![CDATA[Dear Sir,
Would you please send me the oppurtunity to see the page
&lt;a href=&quot;http://apex.oracle.com/pls/apex/f?p=15616:1:737434100203603::NO&quot; rel=&quot;nofollow&quot;&gt;http://apex.oracle.com/pls/apex/f?p=15616:1:737434100203603::NO&lt;/a&gt;
Â ]]></description>
		<content:encoded><![CDATA[<p>Dear Sir,<br />
Would you please send me the oppurtunity to see the page<br />
<a href="http://apex.oracle.com/pls/apex/f?p=15616:1:737434100203603::NO" rel="nofollow"></a><a href="http://apex.oracle.com/pls/apex/f?p=15616:1:737434100203603" rel="nofollow">http://apex.oracle.com/pls/apex/f?p=15616:1:737434100203603</a>::NO<br />
Â </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Barel</title>
		<link>http://technology.amis.nl/2010/11/05/test/#comment-6387</link>
		<dc:creator>Patrick Barel</dc:creator>
		<pubDate>Sun, 07 Nov 2010 12:06:55 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/8837/test#comment-6387</guid>
		<description><![CDATA[Update: The $v() approach does seen to work. Maybe it was a glitch in my programming, maybe the update of http://apex.oracle.com did the trick. So, it is seems better to use the $v() approach and rely on what Oracle gives us.]]></description>
		<content:encoded><![CDATA[<p>Update: The $v() approach does seen to work. Maybe it was a glitch in my programming, maybe the update of <a href="http://apex.oracle.com" rel="nofollow">http://apex.oracle.com</a> did the trick. So, it is seems better to use the $v() approach and rely on what Oracle gives us.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Barel</title>
		<link>http://technology.amis.nl/2010/11/05/test/#comment-6386</link>
		<dc:creator>Patrick Barel</dc:creator>
		<pubDate>Fri, 05 Nov 2010 19:40:53 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/8837/test#comment-6386</guid>
		<description><![CDATA[Hi Patrick,
I tried using the $v() approach, but it didn&#039;t seem to work.
Check out an example at: &lt;a href=&quot;http://apex.oracle.com/pls/apex/f?p=15616&quot; rel=&quot;nofollow&quot;&gt;http://apex.oracle.com/pls/apex/f?p=15616&lt;/a&gt;
The first two items use the document.getElement... approach, the second two items use the $v approach.]]></description>
		<content:encoded><![CDATA[<p>Hi Patrick,<br />
I tried using the $v() approach, but it didn&#8217;t seem to work.<br />
Check out an example at: <a href="http://apex.oracle.com/pls/apex/f?p=15616" rel="nofollow">http://apex.oracle.com/pls/apex/f?p=15616</a><br />
The first two items use the document.getElement&#8230; approach, the second two items use the $v approach.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Wolf</title>
		<link>http://technology.amis.nl/2010/11/05/test/#comment-6385</link>
		<dc:creator>Patrick Wolf</dc:creator>
		<pubDate>Fri, 05 Nov 2010 14:42:28 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/8837/test#comment-6385</guid>
		<description><![CDATA[Hi Patrick,
nice article to show how easy it is to use dynamic actions!
BTW, for the JavaScript expression you could use
$v(&#039;P100_TEXTFIELDA&#039;) === $v(&#039;P100_TEXTFIELDB&#039;)

instead of document.getElementById(â€˜P100_TEXTFIELDAâ€™).value
The advantage is that our $v and $s functions are aware of the item type and always return the correct value.
Regards
Patrick]]></description>
		<content:encoded><![CDATA[<p>Hi Patrick,<br />
nice article to show how easy it is to use dynamic actions!<br />
BTW, for the JavaScript expression you could use<br />
$v(&#8216;P100_TEXTFIELDA&#8217;) === $v(&#8216;P100_TEXTFIELDB&#8217;)</p>
<p>instead of document.getElementById(â€˜P100_TEXTFIELDAâ€™).value<br />
The advantage is that our $v and $s functions are aware of the item type and always return the correct value.<br />
Regards<br />
Patrick</p>
]]></content:encoded>
	</item>
</channel>
</rss>
