Entries from Raghu Yadav's Weblog tagged with 'ADF10'

SetActionListener settings when Dialog used in Action - ADF 10.1.3.3

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}"/>...

How to create Static Columns and use in UI - ADF 10.1.3.3

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 :...

Calculated Columns cannot be Updateable - ADF 10.1.3.3

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...

MultiSelect on Read Only View Object Tables - ADF 10.1.3.3

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 =...

Feed Subscription

If you use an RSS reader, you can subscribe to a feed of all future entries tagged 'ADF10'.

Subscribe to feed Subscribe to feed