Oracle ADF Faces 10g: Submitting a part of the page
By M&S Consulting (Reid) on Apr 16th, 2009
Filed Under Technical Tips // Tags: oracle adf, oracle dev, web 2.0
Filed Under Technical Tips // Tags: oracle adf, oracle dev, web 2.0
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 to pass data between pages Do you have the need to pass data between pages,...
- Oracle ADF Faces 10g: Accessibility and 508 Compliance
ADF Faces provides strong support for Accessibility and 508 Compliance. Most ADF Faces components have attributes that will translate to...
- Preventing sensitive information from populating form field history: cross-browser solution
When you have users submitting sensitive information on your website while on a public computer, how can you ensure that...
- asp:ControlParameter vs. asp:FormParameter in Master Page
I hit what I considered to be an annoying “issue” in ASP.NET 2.0 the other day that I thought I...
- Oracle Portal HTML Templates (Page Skins and Content Layouts) - Cache
If you use HTML Templates (Page Skins and/or Content Layouts) on your Oracle Portal implementations, you might notice that they...
- Oracle Portal HTML Templates - Page Skins, Content Layouts and More
I have seen a large number of Oracle Portal implementations, and even a fair number using Portal version 10.1.4. It...
- Google Custom Search Engine (CSE)
The site search game is changing with Google CSE....
- Oracle APEX Advanced Tutorial 1 - Creating a Tabular Form - Video Walkthrough
This tutorial is designed to walk you through section 2 of the Oracle APEX Advanced Tutorial, Creating a Tabular Form....
