:: Forum >>

AW.UI.Input returning truncated data

var d001040 = new AW.UI.Input;
d001040.setId("d001040");
d001040.setName("d001040");
d001040.setStyle("width","250px");
d001040.setControlText(",Acuity One,Alden Optical,American CL,B&L,Biocurve,Blanchard,California Optics,Ciba,CooperVision,Vistakon");
d001040.setControlValue(",Acuity One,Alden Optical,American CL,B&L,Biocurve,Blanchard,California Optics,Ciba,CooperVision,Vistakon");
grid1.setCellText(d001040.toString(),10,0);

The return data to the server:
,Acuity One,Alden Optical,American CL,B

The purpose of this input control is for the user to enter multiple items separated by commas.

IF I go to the form and put my cursor in that cell, all of the data comes back. If not, it comes back truncated.
Myshka
Friday, September 19, 2008
problem is embedded & in the data being parsed back from the server as a delimiter!!!
Myshka
Friday, September 19, 2008

This topic is archived.


Back to support forum

Forum search