Author: thomas.heute(a)jboss.com
Date: 2008-04-22 02:44:16 -0400 (Tue, 22 Apr 2008)
New Revision: 10691
Modified:
branches/JBoss_Portal_Branch_2_6/core-admin/src/main/org/jboss/portal/core/admin/ui/actions/PropertyAction.java
Log:
JBPORTAL-1999: Adding properties through the admin portlet on Oracle fails
Oups
Modified:
branches/JBoss_Portal_Branch_2_6/core-admin/src/main/org/jboss/portal/core/admin/ui/actions/PropertyAction.java
===================================================================
---
branches/JBoss_Portal_Branch_2_6/core-admin/src/main/org/jboss/portal/core/admin/ui/actions/PropertyAction.java 2008-04-22
06:00:13 UTC (rev 10690)
+++
branches/JBoss_Portal_Branch_2_6/core-admin/src/main/org/jboss/portal/core/admin/ui/actions/PropertyAction.java 2008-04-22
06:44:16 UTC (rev 10691)
@@ -115,7 +115,7 @@
//
if (propertyName.length() > 0)
{
- String value = getPropertyValue().trim();
+ String value = getPropertyValue();
if (value == null)
{
value = " ";
Show replies by date