Sean Schofield wrote:
Yes. That is what I'm doing but don't you have to use click() vs. submit()? That is what I'm doing.Each button posts its id (and value) back when it is submitting. This is how JSF knows which action listener to invoke. So just tell the script to "click" the appropriate button.
Norm

