Author: nbelaevski
Date: 2008-03-28 00:33:13 -0400 (Fri, 28 Mar 2008)
New Revision: 7346
Modified:
trunk/ui/inplaceSelect/src/main/templates/inplaceselect.jspx
Log:
inplaceselect.jspx updated
Modified: trunk/ui/inplaceSelect/src/main/templates/inplaceselect.jspx
===================================================================
--- trunk/ui/inplaceSelect/src/main/templates/inplaceselect.jspx 2008-03-28 04:21:04 UTC
(rev 7345)
+++ trunk/ui/inplaceSelect/src/main/templates/inplaceselect.jspx 2008-03-28 04:33:13 UTC
(rev 7346)
@@ -29,12 +29,11 @@
<![CDATA[
Object value = component.getSubmittedValue();
- Object fieldValue = null;
- if(value == null) {
+ if(value == null) {
value = component.getAttributes().get("value");
- fieldValue = value;
- }
- String fieldLabel = getSelectedItemLabel(context, component);
+ }
+ Object fieldValue = value;
+ String fieldLabel = getSelectedItemLabel(context, component);
value = getConvertedStringValue(context, component,value);
if (value == null || value.equals("")) {
Show replies by date