<?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: Generate &#039;Delete with Confirmation&#039; in JHeadstart applications</title>
	<atom:link href="http://technology.amis.nl/2006/11/10/generate-delete-with-confirmation-in-jheadstart-applications/feed/" rel="self" type="application/rss+xml" />
	<link>http://technology.amis.nl/2006/11/10/generate-delete-with-confirmation-in-jheadstart-applications/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=generate-delete-with-confirmation-in-jheadstart-applications</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: Sandra Muller</title>
		<link>http://technology.amis.nl/2006/11/10/generate-delete-with-confirmation-in-jheadstart-applications/#comment-3998</link>
		<dc:creator>Sandra Muller</dc:creator>
		<pubDate>Thu, 30 Nov 2006 13:05:52 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1400#comment-3998</guid>
		<description><![CDATA[I wrote an explanation of generating custom resource bundle entries using JHeadstart in http://blogs.oracle.com/jheadstart/2006/11/30#a108, where I refer to this example.]]></description>
		<content:encoded><![CDATA[<p>I wrote an explanation of generating custom resource bundle entries using JHeadstart in <a href="http://blogs.oracle.com/jheadstart/2006/11/30#a108" rel="nofollow">http://blogs.oracle.com/jheadstart/2006/11/30#a108</a>, where I refer to this example.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aino Andriessen</title>
		<link>http://technology.amis.nl/2006/11/10/generate-delete-with-confirmation-in-jheadstart-applications/#comment-3997</link>
		<dc:creator>Aino Andriessen</dc:creator>
		<pubDate>Fri, 10 Nov 2006 21:13:20 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1400#comment-3997</guid>
		<description><![CDATA[A small addition : using ${JHS.current.group.displayTitleSingular} instead of the word Employee makes it a generic button.]]></description>
		<content:encoded><![CDATA[<p>A small addition : using ${JHS.current.group.displayTitleSingular} instead of the word Employee makes it a generic button.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aino Andriessen</title>
		<link>http://technology.amis.nl/2006/11/10/generate-delete-with-confirmation-in-jheadstart-applications/#comment-3996</link>
		<dc:creator>Aino Andriessen</dc:creator>
		<pubDate>Fri, 10 Nov 2006 14:49:34 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1400#comment-3996</guid>
		<description><![CDATA[You don&#039;t need a new javascript function, but you can use the existing js confirm method. You can even nls-enable the message by using built-in JHeadstart nls generator functionality. All you do is to create a button specific template that is based on the standard JHeadstart deleteButton template and replace the onclick property, e.g. :

onclick=&quot;return confirm (&#039;${JHS.nls(&quot;Delete Confirm&quot;, &quot;LABEL_CONFIRM_DELETE&quot;, &quot;Are you sure you want to delete the current Employee? Are you sure?&quot; )}&#039;);&quot;]]></description>
		<content:encoded><![CDATA[<p>You don&#8217;t need a new javascript function, but you can use the existing js confirm method. You can even nls-enable the message by using built-in JHeadstart nls generator functionality. All you do is to create a button specific template that is based on the standard JHeadstart deleteButton template and replace the onclick property, e.g. :</p>
<p>onclick=&#8221;return confirm (&#8216;${JHS.nls(&#8220;Delete Confirm&#8221;, &#8220;LABEL_CONFIRM_DELETE&#8221;, &#8220;Are you sure you want to delete the current Employee? Are you sure?&#8221; )}&#8217;);&#8221;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
