You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by David E Jones <da...@hotwaxmedia.com> on 2009/02/10 07:58:12 UTC

Re: svn commit: r742866 - /ofbiz/trunk/framework/common/webcommon/portal/editPortalPage.ftl

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, jonesde@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
>