I assume you mean that no validation happens on the disabled field?
Generally, disabled fields aren’t validated or sent to the server.
If you want the field to not be editable but still be validated and submitted, you probably want to set it as readonly instead of disabled.
For example:
$("jsfwmp8809:defaultForm:AOI").writeAttribute("readonly", "true");
#webMethods#webMethods-BPMS#MWS-CAF-Task-Engine