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

Recent Comments