Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
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