Author: mageshbk(a)jboss.com
Date: 2009-12-04 04:07:27 -0500 (Fri, 04 Dec 2009)
New Revision: 13851
Modified:
branches/Enterprise_Portal_Platform_4_3/widget/src/resources/portal-widget-war/WEB-INF/jsp/edit_content.jsp
Log:
[JBEPP-149] - Google Gadgets User Preference does not set/show default values
Modified:
branches/Enterprise_Portal_Platform_4_3/widget/src/resources/portal-widget-war/WEB-INF/jsp/edit_content.jsp
===================================================================
---
branches/Enterprise_Portal_Platform_4_3/widget/src/resources/portal-widget-war/WEB-INF/jsp/edit_content.jsp 2009-12-02
10:03:09 UTC (rev 13850)
+++
branches/Enterprise_Portal_Platform_4_3/widget/src/resources/portal-widget-war/WEB-INF/jsp/edit_content.jsp 2009-12-04
09:07:27 UTC (rev 13851)
@@ -351,7 +351,7 @@
int prefType = prefInfo.getType().getOrdinal();
if (prefValue == null)
{
- prefInfo.getDefaultValue();
+ prefValue = prefInfo.getDefaultValue();
}
if (prefValue == null)
{
Show replies by date