No problem. I just sent a reply to your email reporting this problem that talks about the fix and alternative fixes just in case I'm not available to respond in a timely manner should such issues arise in the future.

-David


On Feb 9, 2009, at 11:50 PM, Hans Bakker wrote:

thank you for your help David.

On Tue, 2009-02-10 at 06:43 +0000, jone...@apache.org wrote:
Author: jonesde
Date: Tue Feb 10 06:43:05 2009
New Revision: 742866

URL: http://svn.apache.org/viewvc?rev=742866&view=rev
Log:
Fixed issue with general html encoding in edit portal page template, reported by Hans

Modified:
   ofbiz/trunk/framework/common/webcommon/portal/editPortalPage.ftl

Modified: ofbiz/trunk/framework/common/webcommon/portal/ editPortalPage.ftl
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/webcommon/portal/editPortalPage.ftl?rev=742866&r1=742865&r2=742866&view=diff
= = = = = = = = = ===================================================================== --- ofbiz/trunk/framework/common/webcommon/portal/ editPortalPage.ftl (original) +++ ofbiz/trunk/framework/common/webcommon/portal/ editPortalPage.ftl Tue Feb 10 06:43:05 2009
@@ -100,14 +100,11 @@
                <br class="clear"/>
              </div>
              <div class="screenlet-body">
-
- <#assign screenFileName = portlet.screenLocation + "#" + portlet.screenName/>
            <div>
${setRequestAttribute("portalPageId", portalPage.portalPageId)} ${setRequestAttribute("portalPortletId", portlet.portalPortletId)} ${setRequestAttribute("portletSeqId", portlet.portletSeqId)}
-
-            ${screens.render(screenFileName)}
+ ${screens.render(portlet.screenLocation, portlet.screenName)}
            </div>

                </div>


--
Antwebsystems.com: Quality OFBiz services for competitive prices


Reply via email to