0

When user submits one page, I need to update hidden field values before submitting. How can I achieve that?

<af:button text="Continue" action="#{addAccount_backing.addBankAccountConfirm}" partialSubmit="true" onclick="goSubmit(this);"/>

Inside goSubmit java script function I need to update hidden field values before posting. I'm using ADF framework and JSF for view.

Vaandu
  • 4,857
  • 12
  • 49
  • 75

1 Answers1

0

You can use f:ajax and do the stuff you need, See this example

Community
  • 1
  • 1
jmj
  • 237,923
  • 42
  • 401
  • 438