TextData value = null;
TextValue action = ActionMgr.getAction((Component)comp, TextValue.class);
if (action != null) {
value = ((TextValue)action).getValue();
if (!(value instanceof TextNullable)) {
value = new TextNullable(value);
}
} else {
//PM:14/3/08 bound the text value
if (comp instanceof ScrollList){
value = TextData.bind(comp, "text");