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...
- 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...
- 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....
- Oracle APEX Tutorial 4 – Form Layout – Part 3 – Video Training APEX gives you a lot of power and flexibility with its built in wizards. They are very good at creating...
- Oracle APEX Tutorial 4 – Form Layout – Part 2 – Video Training APEX gives you a lot of power and flexibility with it's built in wizards. They are very good at creating...
