2

What is the default value of process attribute on commandButton or commandLink components? I mean if I specify only partialSubmit="true" but do not write the process attribute altogether, what will be used to process? Will it be @all, @form or @none?

Thanks, Kunal

Kunal Patil
  • 745
  • 1
  • 9
  • 18

1 Answers1

0

I found the answer. It will be @all if I do not specify process attribute but write partialSubmit="true".

Thanks, Kunal

Kunal Patil
  • 745
  • 1
  • 9
  • 18