Have never gotten this to work using straight Javascript (doc.form.submit).
Lucas.
Have never gotten this to work using straight Javascript (doc.form.submit).
Lucas.
You can’t submit the form directly, but you can raise one of the commands in the form; try the following js (where “my-command” is the id of the command to invoke):
CAF.model(“#{activePageBean.clientIds[‘my-command’]}”).raise();
Justin