Author: taylor
Date: Wed Jun 20 21:43:09 2007
New Revision: 549363
URL: http://svn.apache.org/viewvc?view=rev&rev=549363
Log:
https://issues.apache.org/jira/browse/JS2-711
Patch from Mohan KR
Modified:
portals/jetspeed-2/trunk/src/webapp/WEB-INF/templates/initTemplatesLayoutNormal.jsp
Modified:
portals/jetspeed-2/trunk/src/webapp/WEB-INF/templates/initTemplatesLayoutNormal.jsp
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/src/webapp/WEB-INF/templates/initTemplatesLayoutNormal.jsp?view=diff&rev=549363&r1=549362&r2=549363
==============================================================================
---
portals/jetspeed-2/trunk/src/webapp/WEB-INF/templates/initTemplatesLayoutNormal.jsp
(original)
+++
portals/jetspeed-2/trunk/src/webapp/WEB-INF/templates/initTemplatesLayoutNormal.jsp
Wed Jun 20 21:43:09 2007
@@ -154,7 +154,7 @@
DecorationFactory _decorationFactory = (DecorationFactory)
renderRequest.getAttribute("decorationFactory");
pageContext.setAttribute("decorationFactory", _decorationFactory,
PAGE_SCOPE);
- if (_editing)
+ if (_editing.booleanValue())
{
//LayoutDecorations list
pageContext.setAttribute("layoutDecorationsList",
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]