BestPractices
BestPractices

Reputation: 12876

Submitting only part of a page in ADF Faces?

How do I submit only part of a page in ADF Faces?

Upvotes: 1

Views: 1556

Answers (1)

BestPractices
BestPractices

Reputation: 12876

The ADF Faces af:subForm component represents an independently submittable region of a page. When used within an af:form tag or within an JSF HTML h:form tag, af:subForm lets you control which components should be validated and pushed into the model without having to use multiple forms on a page.

Upvotes: 2

Related Questions