I'm looking for away to lock a select list with a DA, but I havn't found away.
I was able to disable the select list which worked out fine but then when I went to do a Submit Page, I wasn't able to read from that field?
Basicly I'm trying to lock out the select list after the user selects a value, and I tried setting it to read only via java script apex.item("P1_YOUR_ITEM_NAME").prop("readOnly", true)
;
but that didnt work on a select list.
Thanks for any help.