Use sessionScope or ApplicationScope in 10g or pageFlowScope in 11g if Dialog is used in action as shown below. id="commandMenuItem4" icon="../../image/result.gif" action="dialog:GlobalRegressionComponentSummary" actionListener="#{Back_RegressionComponentTopLevelSummary.setPageNameProp}" useWindow="true" windowHeight="500" windowWidth="300"> to="#{requestScope.currentTargetLabel}"/ don't use this option> to="#{sessionScope.currentTargetLabel}"/>...
Consider Employee View Object of HR Schema having predefined columns in it as shown below, create a transiant column "SalaryRange" that act as virtual column to hold static SalaryRange values in it. Model View Object : Page Def Changes :...
Had a requirement to create description column in XYZ table and provide feature to edit description. The XYZ table View Object was created using Read Only Mode with Expert flag set, I created new column and did sync at entity...
View object query created with "Updatable Access through Entity Object option" checked Can use below code to access selected attribute values of the multiSelect table. DCIteratorBinding depIter = ResultADFUtils.findIterator("TableIterator"); RowSetIterator depRSIter = depIter.getRowSetIterator(); RowKeySet selection = this.getTable().getSelectionState(); Set keySet =...
If you use an RSS reader, you can subscribe to a feed of all future entries tagged 'ADF10'.