Author: wesleyhales
Date: 2010-01-10 16:24:39 -0500 (Sun, 10 Jan 2010)
New Revision: 1212
Modified:
portal/trunk/web/portal/src/main/webapp/groovy/webui/core/UIGrid.gtmpl
Log:
oops... reverted to last rev
Modified: portal/trunk/web/portal/src/main/webapp/groovy/webui/core/UIGrid.gtmpl
===================================================================
--- portal/trunk/web/portal/src/main/webapp/groovy/webui/core/UIGrid.gtmpl 2010-01-10
18:02:26 UTC (rev 1211)
+++ portal/trunk/web/portal/src/main/webapp/groovy/webui/core/UIGrid.gtmpl 2010-01-10
21:24:39 UTC (rev 1212)
@@ -3,7 +3,6 @@
import org.exoplatform.webui.form.UIForm;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
- import org.gatein.wsrp.registration.LocalizedString;
String[] beanFields = uicomponent.getBeanFields();
String[] beanActions = uicomponent.getBeanActions();
@@ -12,7 +11,6 @@
UIForm uiForm = uicomponent.getAncestorOfType(UIForm.class);
DateFormat dateFormat = null;
- LocalizedString localizedString = null;
%>
<div id="$uicomponent.id">
<table class="UIGrid" cellspacing="0">
@@ -63,9 +61,7 @@
if(dateFormat == null) dateFormat = new SimpleDateFormat("HH:mm:ss
yyyy-MM-dd");
cssClass = "Datetime";
fieldValue = dateFormat.format(fieldValue);
- }else
if(org.gatein.wsrp.registration.LocalizedString.class.isAssignableFrom(fieldClass)) {
- fieldValue = fieldValue.value
- }
+ }
else cssClass = "Text";
} else {
fieldValue = "";
Show replies by date