<?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 &#8216;Delete with Confirmation&#8217; in JHeadstart applications</title>
	<atom:link href="http://technology.amis.nl/blog/1400/generate-delete-with-confirmation-in-jheadstart-applications/feed" rel="self" type="application/rss+xml" />
	<link>http://technology.amis.nl/blog/1400/generate-delete-with-confirmation-in-jheadstart-applications</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: Sandra Muller</title>
		<link>http://technology.amis.nl/blog/1400/generate-delete-with-confirmation-in-jheadstart-applications/comment-page-1#comment-163514</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-163514</guid>
		<description>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/blog/1400/generate-delete-with-confirmation-in-jheadstart-applications/comment-page-1#comment-152166</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-152166</guid>
		<description>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/blog/1400/generate-delete-with-confirmation-in-jheadstart-applications/comment-page-1#comment-152043</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-152043</guid>
		<description>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>

