Is there a way to programmatically navigate to a tab in xPages? Say I’m in tab 1. Id’ like a button which, depending on a prompt want the system to bring up tab 2 or 3…any suggestions?
Second question…how do you do a plain old msgbox prompt in xPages (with a return value, etc?)
Beware! I’ve done what you suggested (scoped variable for settign tab) in the past, but it can cause problems in Safari and Firefox in maintaining focus in a field due to refresh issues. IE seems unaffected.