Dear all,
I have a dynamic action with this command : apex.item("P94_PR_MEAT").setValue("Y");
PR_MEAT is a checkbox with default values 'Y' and 'N'.
After i set the vale, i disable that item with disable()
When I submit my page, i get an error that value of PR_MEAT must be Y or N.
With the debugger, i see that the JSON that try post is
{"n":"P94_PR_MEAT","v":""}
Is this not an error ? Should not take the value that is set, although is disabled ?
Thank you,