am using
struts html:text tag. when I am using
document.forms[0].myTextBoxProp.disabled=true;
or
document.forms[0].myTextBoxProp.readOnly=true;
document.forms[0].myTextBoxProp.readonly=true;
(note the font change for letter 'o').
The textbox field is neither disabled nor readonly( text box value is still being editable)
Any trciks or advises?
Thanks in advance to all the repsonders....
