

<?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: OFBiz Tutorial &#8211; Building A Simple Product List Screen</title>
	<atom:link href="http://www.hotwaxmedia.com/apache-ofbiz-blog/ofbiz-tutorial-building-a-simple-product-list-screen/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hotwaxmedia.com/apache-ofbiz-blog/ofbiz-tutorial-building-a-simple-product-list-screen/</link>
	<description>OfBiz and Open Source ERP Experts</description>
	<lastBuildDate>Tue, 20 Jul 2010 04:15:16 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Jacopo Cappellato</title>
		<link>http://www.hotwaxmedia.com/apache-ofbiz-blog/ofbiz-tutorial-building-a-simple-product-list-screen/comment-page-1/#comment-1143</link>
		<dc:creator>Jacopo Cappellato</dc:creator>
		<pubDate>Fri, 23 Apr 2010 19:16:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.hotwaxmedia.com/apache-ofbiz-blog/?p=308#comment-1143</guid>
		<description>Hi Saied,

you can simply use the syntax ${uiLabelMap.labelName}

Hope it helps!

Jacopo</description>
		<content:encoded><![CDATA[<p>Hi Saied,</p>
<p>you can simply use the syntax ${uiLabelMap.labelName}</p>
<p>Hope it helps!</p>
<p>Jacopo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Saied</title>
		<link>http://www.hotwaxmedia.com/apache-ofbiz-blog/ofbiz-tutorial-building-a-simple-product-list-screen/comment-page-1/#comment-1106</link>
		<dc:creator>Saied</dc:creator>
		<pubDate>Wed, 21 Apr 2010 07:01:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.hotwaxmedia.com/apache-ofbiz-blog/?p=308#comment-1106</guid>
		<description>Hi! I have a problem with including UI labels in main-decorator screen
what should I do?
what is the tag that I have to used?

TanX</description>
		<content:encoded><![CDATA[<p>Hi! I have a problem with including UI labels in main-decorator screen<br />
what should I do?<br />
what is the tag that I have to used?</p>
<p>TanX</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vincent Elliott</title>
		<link>http://www.hotwaxmedia.com/apache-ofbiz-blog/ofbiz-tutorial-building-a-simple-product-list-screen/comment-page-1/#comment-747</link>
		<dc:creator>Vincent Elliott</dc:creator>
		<pubDate>Mon, 08 Mar 2010 18:19:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.hotwaxmedia.com/apache-ofbiz-blog/?p=308#comment-747</guid>
		<description>Jacopo,

Thanks.  The &quot;ant run-install&quot; fixed the issue.

Based on your response, it seems that there is no way of internally (from PartyMgr) establishing the base permissions when developing custom apps (my intention).  Is this really so?

Incidentally, you left out the code for the Webtools method of fixing the issue.

Thanks again,
Vincent</description>
		<content:encoded><![CDATA[<p>Jacopo,</p>
<p>Thanks.  The &#8220;ant run-install&#8221; fixed the issue.</p>
<p>Based on your response, it seems that there is no way of internally (from PartyMgr) establishing the base permissions when developing custom apps (my intention).  Is this really so?</p>
<p>Incidentally, you left out the code for the Webtools method of fixing the issue.</p>
<p>Thanks again,<br />
Vincent</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacopo Cappellato</title>
		<link>http://www.hotwaxmedia.com/apache-ofbiz-blog/ofbiz-tutorial-building-a-simple-product-list-screen/comment-page-1/#comment-743</link>
		<dc:creator>Jacopo Cappellato</dc:creator>
		<pubDate>Mon, 08 Mar 2010 09:13:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.hotwaxmedia.com/apache-ofbiz-blog/?p=308#comment-743</guid>
		<description>Hi Vincent,

thank you for your feedback. The tutorial is really intended to be run on the trunk, so I would really suggest you to use it for your exercises.
Btw, the HWM permissions are loaded when you run the &quot;ant run-install&quot; target, as described here:
http://www.hotwaxmedia.com/apache-ofbiz-blog/ofbiz-tutorial-custom-components-in-ofbiz/

Alternatively, you can load the permissions manually if you go in the Webtools application, click on the &quot;XML data load&quot; link and then paste in the text area the following code:

    
    
    
    
    
    
    
    
    
    
    
    

Hope it helps!

Jacopo</description>
		<content:encoded><![CDATA[<p>Hi Vincent,</p>
<p>thank you for your feedback. The tutorial is really intended to be run on the trunk, so I would really suggest you to use it for your exercises.<br />
Btw, the HWM permissions are loaded when you run the &#8220;ant run-install&#8221; target, as described here:<br />
<a href="http://www.hotwaxmedia.com/apache-ofbiz-blog/ofbiz-tutorial-custom-components-in-ofbiz/" rel="nofollow">http://www.hotwaxmedia.com/apache-ofbiz-blog/ofbiz-tutorial-custom-components-in-ofbiz/</a></p>
<p>Alternatively, you can load the permissions manually if you go in the Webtools application, click on the &#8220;XML data load&#8221; link and then paste in the text area the following code:</p>
<p>Hope it helps!</p>
<p>Jacopo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vincent Elliott</title>
		<link>http://www.hotwaxmedia.com/apache-ofbiz-blog/ofbiz-tutorial-building-a-simple-product-list-screen/comment-page-1/#comment-739</link>
		<dc:creator>Vincent Elliott</dc:creator>
		<pubDate>Sun, 07 Mar 2010 20:04:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.hotwaxmedia.com/apache-ofbiz-blog/?p=308#comment-739</guid>
		<description>Jacopo,

Where do I give &quot;admin&quot; the &quot;HWM&quot; base permission?  I am using Rel 9.04 and it won&#039;t let me login to the HWM application.

Regards,
Vincent</description>
		<content:encoded><![CDATA[<p>Jacopo,</p>
<p>Where do I give &#8220;admin&#8221; the &#8220;HWM&#8221; base permission?  I am using Rel 9.04 and it won&#8217;t let me login to the HWM application.</p>
<p>Regards,<br />
Vincent</p>
]]></content:encoded>
	</item>
</channel>
</rss>
