<?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: Generating Matrix-Forms using ADF and JHeadstart &#8211; (Excel style)</title>
	<atom:link href="http://technology.amis.nl/2005/05/13/generating-matrix-forms-using-adf-and-jheadstart-excel-style/feed/" rel="self" type="application/rss+xml" />
	<link>http://technology.amis.nl/2005/05/13/generating-matrix-forms-using-adf-and-jheadstart-excel-style/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=generating-matrix-forms-using-adf-and-jheadstart-excel-style</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: Jaco Verheul</title>
		<link>http://technology.amis.nl/2005/05/13/generating-matrix-forms-using-adf-and-jheadstart-excel-style/#comment-2115</link>
		<dc:creator>Jaco Verheul</dc:creator>
		<pubDate>Fri, 03 Jun 2005 12:36:04 +0000</pubDate>
		<guid isPermaLink="false">/?p=540#comment-2115</guid>
		<description><![CDATA[Had to implement this on a project. Read this post after I had found the same solution myself. It&#039;s easy to set dynamic prompts:  protected void create() {
    // TODO:  Override this oracle.jbo.server.ComponentObjectImpl method
    super.create();

    ViewAttributeDefImpl d=(ViewAttributeDefImpl)this.getAttributeDef(0);
    d.setProperty(&quot;LABEL_eng_GB&quot;,&quot;prompt&quot;);
  }
Implement this in the create method of the ViewObjectImpl]]></description>
		<content:encoded><![CDATA[<p>Had to implement this on a project. Read this post after I had found the same solution myself. It&#8217;s easy to set dynamic prompts:  protected void create() {<br />
    // TODO:  Override this oracle.jbo.server.ComponentObjectImpl method<br />
    super.create();</p>
<p>    ViewAttributeDefImpl d=(ViewAttributeDefImpl)this.getAttributeDef(0);<br />
    d.setProperty(&#8220;LABEL_eng_GB&#8221;,&#8221;prompt&#8221;);<br />
  }<br />
Implement this in the create method of the ViewObjectImpl</p>
]]></content:encoded>
	</item>
</channel>
</rss>
