Oracle ADF Faces 10g: Submitting a part of the page



Did you know ADF Faces allows you to submit only part of a page? This can be useful when you have a search box on a page and only want to submit that one component when the user clicks the search button.

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.

See the following for more information on ADF subForms.

Bookmark and Share

Related Information:

  1. Oracle ADF Faces 10g: How to pass data between pages
    Oracle ADF Faces 10g: How...
  2. Oracle ADF Faces 10g: Accessibility and 508 Compliance
    ADF Faces provides strong support...
  3. asp:ControlParameter vs. asp:FormParameter in Master Page
    I hit what I considered...
  4. Oracle Portal HTML Templates – Page Skins, Content Layouts and More
    I have seen a large...
  5. Oracle Portal HTML Templates (Page Skins and Content Layouts) – Cache
    If you use HTML Templates...
  6. Using Oracle ADF EJB PersistObject
    While demoing out some ADF...
  7. Preventing sensitive information from populating form field history: cross-browser solution
    When you have users submitting...
  8. Oracle APEX Tutorial 2 – Parameterized Report Part 1 – Video Training
    This Tutorial is a guided...

Leave a Reply