Hi,I am working in adobe livecycle designer. Have problem in assigning value to the textfield.My script is like:if(abc.length>25){x.rawValue="Length exceeds the limit");}Everything goes fine but the value of textfield is not printing. So I tested by adding alert inside if condition. Like below:if(ab...