Adf  treeTable issue

HI again!
I 'm a bit confused about using an adf treeTable component (adf faces 11g).
I've created a down-hierarchy tree with root nodes and child nodes. Now i need to bind an action listener to child nodes only. So i've defined the nodeStamp facet's component as a commandLink and assigned the appropriate action listener to it.
The problem is that it fires now when i click a root node link as well as when i click a child node link. Is there any solution for this?
It would be great at all if it were possible to define the root node component to be something like output text (not command component) and the child component to be a command link.
Thanks in Advance. Alex.

You can use a switcher component inside the tree to display different things based on the tree node type #{node.hierType.structureDefName}.
              <af:tree value="#{bindings.LocationsView1.treeModel}" var="node"
                       selectionListener="#{bindings.LocationsView1.treeModel.makeCurrent}"
                       rowSelection="single" id="t1"
                       binding="#{backing_index.tree}">
                <f:facet name="nodeStamp">
                  <af:group id="g1">
                    <af:switcher id="s1" defaultFacet="drag"
                                 facetName="#{backing_index.allowDrag}">
                      <f:facet name="drag">
                        <af:panelGroupLayout id="pgl2">
                          <af:outputText value="#{backing_index.allowDrag}" id="ot3"/>
                          <af:outputText value="#{node}" id="ot1">
                            <af:attributeDragSource attribute="value"/>
                          </af:outputText>
                        </af:panelGroupLayout>
                      </f:facet>
                      <f:facet name="nodrag">
                        <af:group id="g2">
                          <af:outputText value="#{backing_index.allowDrag}#{node.selectedRow}" id="ot4"/>
                          <af:outputText value="#{node}" id="ot2"/>
                        </af:group>
                      </f:facet>
                    </af:switcher>
                  </af:group>
                </f:facet>
              </af:tree>

Similar Messages

  • ADF Treetable scrolling position resets to top on refresh

    I have a master details page with the following components.
    TreeTable with a Check Box on LHS  and TabbedPannel on RHS.
    So, users can select any row on the LHS and the corresponding details will be displayed on RHS in a new Tab. When user closes the Tab it will clear the Check Box on TreeTable.
    Issue is, when user is at last row of TreeTable when there are more rows (Scroll bar will be at last), and user closes the Tab on RHS side, I will be clearing the checkbox binding and refresh the treetable using PPR to reflect the same.
    This is causing the treetable  scroll bar to be reset to the top. And User lost the old position on needs to scroll down again.
    Can we control the Scroll bar position after PPR refresh (or)
    Can we just clear off the CheckBox selection (only one row) with out refeshing the whole treetable
    Environment:
    JDev Version : 11.1.1.6.2
    Component : ADF TreeTable with TreeModel binding (Not using BC)

    In my case, I am fine with disclosureState items. They do not collapse even after I remove the checkbox selection and refreshing the TreeTable component.
    Only issue is scrollbar is resetting to top.
    I can't use the disclosure event as they can do expandAll , select first compoenent scroll down and close the selection on RHS tab.
    Which will reset the LHS scrolling position to top.

  • ADF treeTable element problem

    HI friends.
    I'm using now JDeveloper 11.1.1.2
    Can anybody help with a small trouble i faced as tried to fit an ADF treeTable element in my application.
    I've created a down-hierarchy tree which includes elements of two levels: parent elements and child elements.
    The source code of a tree model element in a respective page defenition file looks like this
    <tree IterBinding="CaptanView1Iterator" id="CaptanView1">
          <nodeDefinition DefName="minit.org.model.views.voc.CaptanView"
                          Name="CaptanView10"
                          TargetIterator="#{bindings.CaptanView1Iterator}">
            <AttrNames>
              <Item Value="fio"/>
            </AttrNames>
            <Accessors>
              <Item Value="CaptanHistoryView"/>
            </Accessors>
          </nodeDefinition>
          <nodeDefinition DefName="minit.org.model.views.voc.CaptanHistoryView"
                          Name="CaptanView11" TargetIterator="#{bindings.CaptanHistoryView1Iterator}">
            <AttrNames>
              <Item Value="violationdate"/>
              <Item Value="articles"/>
            </AttrNames>
          </nodeDefinition>
        </tree>i've also assosiated a navigation case action with a command link which in fact repesents the node of the tree.
    The problem is that for some nodes i have to click the mouse button twice to have the action handler trigger.
    A first click leads to what it seems like a simple repost and the second click works properly. By the way i occasionally get the following message as i click my tree-node links.
    <ActionListenerTag$BindingActionListener><processAction> JSF1043: ActionListener for component 'tt1:5:ot2' will not be processed - both binding and type are null.It's weird that the underlined message and wrong behavior take place not in a regular way, for some tree nodes only.
    Any help would be appreciated.
    Alex.

    Hi,
    the reason for not getting an answer is that you describe a problem that exists on the view layer and show th etree definition on the ADF binding layer.
    Frank

  • HP Officejet Pro 8600 Premium e-All-in-One - N911n - WORLDWIDE CROOKED ADF SCAN ISSUE

    I must say that I am extremely annoyed at the shear volume of how many people have shared the same exact issue as I have with this product, yet there has STILL not been any kind of product recall or acceptable fix/replacement. This issue is over 3 years old (at least for me). It is blaringly obvious this product is flawed when it comes to the ADF and producing crooked scans. I believe the paying public is sick and tired of getting the same response (clean it, etc). THIS IS A HARDWARE ISSUE! Why is HP not taking the appropriate actions for this product? I have never read so many complaints on the same exact issue (even fresh out of the box) and then NOT have a company recall the product. This is beyond terrible customer service.
    So, where do we go from here? Just eat it and save our money for a different product from another vendor? As I am sure I share the list with all the others whose warranty has well expired, but as these issues have been present since day one, why does warranty even matter at this point?
    Why can I not return this product for a new model?

    I have brought your issue to the attention of an appropriate team within HP.
    They will likely request information from you in order to look up your case details or product serial number.
    Please look for a private message from an identified HP contact.
    Additionally, keep in mind not to publicly post serial numbers and case details.
    If you are unfamiliar with how the Forum's private message capability works, this post has instructions.
    Aardvark1
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!

  • ADF Faces - issue with Portal and af table

    I wonder if anybody could help me with a problem we are experiencing with running our ADF Faces app inside a portal (NOT Oracle Portal). We are using the af table tag with the rows attribute set as follows:
    <af:table emptyText="No items found"
    rows="10" banding="row"
    bandingInterval="1"
    binding="#{backing_ModuleSearchReg.table1}"
    id="table1"
    var="row">
    What this does is if we have more than 10 rows to display it will display
    a table header that has a label 'Previous 1-10 of nnn' Next 10. However, when you click on 'Next 10' it produces a Javascript error.
    When we run the app outside of the portal we do not get this problem.
    I believe this is related to known issues with JSF and Javascript inside a 'framed' web page. But if anybody help me with this or point me to a resource that can help it would be very much appreciated.
    Many Thanks in advance.
    Chris

    Hi,
    I remember a similar issue with inner frames that should be fixed in JDeveloper 10.1.3.3. The problem was that the ADF Faces JavaScript did not get the correct document root.
    Frank

  • ADF Calendar Issue with MDS

    JDeveloper 11.1.1.4.0
    With the ADF Calendar, I able to programmatically control most of its features such as setting ActiveDay, View, etc.
    But, when I turn MDS on and I interact directly in the calendar (such as changing the views, or clicking on the day which switches the view), any programmatic control I do to it just stops refreshing the calendar.
    I inspected it and data is there, data shows up, activeDay is changed... But the calendar itself just doesn't change its view to the new activeDay.
    Eg. I'm viewing March and I changed the active day to somewhere in August, I will still end up viewing March. No refresh nor flicker.
    This issue is only happening when MDS is turned on.
    I wonder if anyone has got around this issue?
    -Marvin

    Hi Marvin
    I have a issue with Calendar component in ADF , I have similar requirement as you , I want to change the display month of Calendar on selecting the Month for Ex I select May I shud get May's Calendar and if March is selected I want to display March Calendar , I wanted to know how did you implement this ?
    I am trying to set the activeDay of RichCalendar on selection of Month and year , For example I select May 2011, Then in value Change Listener I pass the 01 May 2011 as Date to a method and trying to set the activeDay attribute of RichCalendar so that the Calendar will display the calendar for Month of May with 1st May as active Day. Now I have two questions is such a thing possible using
    below method, setActiveDayCompInstance()
    Second I am getting null pointer exception for the line , why so ??
    reqContext.getChangeManager().addComponentChange(context, calendar, aa);
    My Method for setting active Day
    public void setActiveDayCompInstance(Date activeDay)
    System.out.println(activeDay);
    RichCalendar calendar = getCalendarComponent();
    calendar.setActiveDay(activeDay);
    // Implicitly record a change for 'activeDay' attribute
    AttributeComponentChange aa =
    new AttributeComponentChange(RichCalendar.ACTIVE_DAY_KEY.getName(), activeDay);
    RequestContext reqContext = RequestContext.getCurrentInstance();
    FacesContext context = FacesContext.getCurrentInstance();
    System.out.println("reqContext"+aa +reqContext.getChangeManager());
    reqContext.getChangeManager().addComponentChange(context, calendar, aa); // Null Pointer exception
    Stack Trace for Null pointer
    at org.apache.myfaces.trinidad.change.BaseChangeManager.addComponentChange(BaseChangeManager.java:58)
    at org.apache.myfaces.trinidad.change.SessionChangeManager.addComponentChange(SessionChangeManager.java:64)
    at MyNest.Timesheet.calendar.TimesheetCalendarBean.setActiveDayCompInstance(TimesheetCalendarBean.java:1482)
    at MyNest.Timesheet.calendar.TimesheetCalendarBean.yearChangeListener(TimesheetCalendarBean.java:1196)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)

  • TreeTable issue

    Hi,
    I'm working with JDev 11g ADF/BC.
    I'm experiencing problems with the treetable, when you click into the plus icon to expand a node and quicly click another time meanwhile is expanding the component become frezze.
    If I try to use a button inside the child node the application isn't respond. If I take a look to thread log into weblogic I coud see that the thread is locked.
    Any ideas about that?
    Thanks.

    I could see that the problem becomes more easy to reproduce in firefox

  • Adf TreeTable,  collapsed and expand property.

    Hi,
    I want to set some instructional text on UI based on whether af:treetable row is expanded or collapsed. Is there any property that I can use on UI that give this information?
    I am using adf, Oracle JDeveloper 11g.
    Thanks
    -Rishabh

    Hi Frank,
    In Treetable I have two columns and one column in nodeStamp. For example, node column show name of "application", second column show names of scholarships and the third column has commandbutton to apply for that application. Each row in application can be expanded to see list of scholarships attached to that application. Here is the code for this....
    <af:treeTable value="#{bindings.SaAppListVO1.treeModel}"
    var="node"
    selectionListener="#{bindings.SaAppListVO1.treeModel.makeCurrent}"
    id="treeTable" expandAllEnabled="true" rowBandingInterval="0"
    width="94%" columnStretching="column:application"
    columnBandingInterval="0"
    disableColumnReordering="true"
    summary="List scholarships attached to application"
    rendered="#{ bindings.SaAppListVO1.estimatedRowCount > 0}">
    <f:facet name="nodeStamp">
    <af:column headerText="Application"
    id="application">
    <af:outputText value="#{node.AppName}"
    rendered="#{node.AppId1 ne null}"
    inlineStyle="font-size:12px; font-weight:bold;"/>
    </af:column>
    </f:facet>
    <f:facet name="pathStamp"/>
    <af:column headerText="Scholarships" width="300" noWrap="false">
    <af:panelGroupLayout layout="horizontal">
    <af:goLink styleClass="csaLink" text="#{node.ScholarshipsName}">
    <af:showPopupBehavior triggerType="click"
    popupId="::notewindow"/>
    </af:goLink>
    <af:image shortDesc="Need-Based"
    source="/images/gold.png"
    rendered="#{node.IsNeedBased == 'y'}"
    inlineStyle="text-align:left;"/>
    </af:panelGroupLayout>
    </af:column>
    <af:column align="center">
    <af:commandButton text="Apply!"
    rendered="#{node.AppId1 != null}"
    action="apply_new">
    <af:setPropertyListener from="#{node.AppId1}"
    to="#{pageFlowScope.appId}"
    type="action"/>
    </af:commandButton>
    </af:column>
    </af:treeTable>
    My question here is, where node row is in collapsed mode there is nothing in "scholarship" column. And when it is expanded it list all the scholarship. What I want is to add a text message in that column showing how many scholarships are there for that application in collapsed mode.
    Is there any way for doing this?
    Thanks,
    -Rishabh

  • ADF application Issue with IE8 and IE9

    Hi Everybody,
    We are developing application under ADF. The application works fine in Firefox and chrome but when we open the application in IE8 and IE9 it pop up a message saying compatibility view should be turned off.Even though we turn off the compatibility view mode,The task flows that launches the jsff page are displaying blank page.In other words , I am not able to see any UI components in the page.Anybody has a clue on this?.Please Help
    Thanks,
    Harish
    Edited by: 886523 on Oct 17, 2012 4:08 AM

    Hi,
    rule number 1: This is a public forum. Please don't post issues regarding internal builds. Only issue related to public builds should be posted here!
    Beside of this, your post doesn't provide enough information to reproduce the problem (or a test case to try and run)
    Frank

  • ADF treeTable automatic sort

    I have a treeTable whose value I supply with my own ChildPropertyTreeModel. For the nodeStamp facet column sortable="true" and sortProperty="name". When the tree table first appears, the tree is not sorted and when I click the up or down triangles in the first column header, it does not sort at all. When I set the ChildPropertyTreeModel treeModel.setSortCriteria(criteria), where criteria is ArrayList of one SortCriterion("name", true), the treeModel is always sorted ascending even when I click the down triangle in the first column header.
    Do I have to catch the up/down arrow event and modify my sort criterion myself, or is there a simple way to have the treeModel do it for me automcatically like a regular table does? If the former, how do I catch the event and determine the direction of the desired sort?
    Thanks in advance.

    As per - http://docs.oracle.com/cd/E12839_01/apirefs.1111/e12419/tagdoc/af_treeTable.html
    Unlike the Table, the TreeTable does not support automatic sorting. The underlying TreeModel must support sorting by implementing it's sorting logic in the setSortCriteria(List criteria) method of the TreeModelOne of the ways you can do it is here - ADF Sortable TreeTable

  • ADF Libary Issue - Application Module disappear from data control

    Hi All,
    I am facing an issue while adding an Application module to an ADF project as an ADF libray.
    I have two applications - ADF Application1 with Model1 project having an Application module AM1, ADF Application2 with Model2 project having an Application Module AM2
    I have created an ADF library jar file of Model1 project.
    When I add it to Model2 project, the Application Module AM2 of Model2 disappears and Application Module AM1 from the library appears in data control.
    Please suggest what could be wrong.
    Regards,
    Rekha

    Hi,
    verify that both application modules don't share the same ID in their databindings.cpx file. Which release version of JDeveloper 11g are you on ?
    Frank

  • Create adf treetable programmatically

    How can we create an adf tree table programmatically? We are not using a data control for its creation. We have to use POJO to create the tree table from webservices. The requirement is to create a webservice proxy and use this proxy to write POJO for creating treetable programmatically. We CANNOT create a data control and use it to build the tree. Any help would be deeply appreciated.

    Thanks for the reply. I actually found a better solution which is done in ADF 11g.
    [http://technology.amis.nl/blog/2094/building-adf-faces-tree-based-on-pojos-without-using-the-adf-tree-data-binding]

  • ADF Binding issues in JDev

    Hi all,
    Fairly new to the ADF/JDev world so still learning here. I've posted several threads on this forum for issues I have been running into with JDev. Mostly memory and freezing issues. Today I'm running into another. It seems that JDev can't handle deleting existing bindings and then readding them. I know it sounds silly that key functionality inside JDev does not work as expected but I thought I would post to see if maybe I am doing something incorrect. So here is my usecase. I added several tables to a jspx page via drag and dropping data controls to the page. Everything worked fine. Then I decided that I used the wrong data control so I went to the page's binding tab and deleted the bindings (to clean up). This seemed to occur fine although it did take several mins for jdev to complete this task. After the deletion of the bindings I again went to the data control panel and dragged and dropped the datacontrol I wanted as a ADF table into my jspx page. It seems like after I did this JDev completely froze giving me the progress msg of Editing Bindings. Now call me silly but how can anyone get anything done using JDev and ADF if JDev continues to freeze up and crash like this? imho JDev/ADF "is" a bug. Don't worry I have a solution for this already....restart and try again! And to all those who say I am flaming... nothing gets better unless you point out the weaknesses.
    JDev version: 11.1.1.6.0 on Oracle Linux 5 (Intel 64-bit, Developer).
    Thanks,
    -Wraith
    Pain is weakness leaving the body!
    Edited by: wraith101 on Oct 2, 2012 8:02 AM

    Don’t delete data controls from Jspx page. Better delete these data controls from navigation Panel. Then i working fine  I Think. Better try this way.

  • ADF: big issues (bug?) with dinamic region refresh

    Hi all,
    we are creating a page that contains a component like the DinamicTabUiShell, but we have several problems refreshing the dinamic region we are using.
    Here is a detailed explanation of our work.
    We have page (monitoraggio.jspx) that has a panel stretch layout. Inside the top facet, we have navigation pane, that draws its tabs with a for each, looping through a managed bean (monitoraggioTabbedPane) collection . Inside the center facet, we have a dinamic region (monitoraggio.jspx, ID=r1).
    We can say that we implemented the adf DinamicTabUiShell.
    This is monitoraggio.jspx
       <af:panelStretchLayout id="psl2" topHeight="auto"
                                             endWidth="0px" bottomHeight="0px"
                                             >
                         <f:facet name="bottom"/>
                         <f:facet name="center">
                               <af:region value="#{bindings.dynamicRegion1.regionModel}"
                                          id="r1" partialTriggers="::np1:cni1"
                                          />
                          </f:facet>
                         <f:facet name="end"/>
                         <f:facet name="top">
                            <af:panelGroupLayout layout="vertical" id="pgl2">
                               <af:spacer width="10" height="10" id="s1"/>
                               <af:panelBorderLayout id="pbl1"
                                                     styleClass="AFStretchWidth"
                                                     binding="#{viewScope.monitoraggio.tabbedPaneArea}">
                                  <af:navigationPane id="np1">
                                     <af:forEach items="#{monitoraggioTabbedPane.monitoraggioTabItems}"
                                                 var="tab">
                                        <af:commandNavigationItem text="#{tab.tabName}"
                                                                  id="cni1"
                                                                  action="#{tab.activateTab}"
                                                                  selected="#{tab.selected}"
                                                                  immediate="true"
                                                                 >
                                        </af:commandNavigationItem>
                                     </af:forEach>
                                  </af:navigationPane>
                                  <f:facet name="end">
                                     <af:group id="g1">
                                        <af:commandImageLink id="cil1"
                                                             icon="/icons/closeDialog_mo.png"
                                                             disabledIcon="/icons/closeDialog_d.png"
                                                             hoverIcon="/icons/closeDialog_n.png"
                                                             depressedIcon="/icons/closeDialog_md.png"
                                                             action="#{monitoraggioTabbedPane.removeSelectedTab}"
                                                             rendered="#{monitoraggioTabbedPane.currentTabPosition > 0}"
                                                             immediate="true"/>
                                        <af:spacer width="15" height="10" id="s2"/>
                                     </af:group>
                                  </f:facet>
                               </af:panelBorderLayout>
                            </af:panelGroupLayout>
                         </f:facet>
                      </af:panelStretchLayout>monitoraggio.jspx page def
    <?xml version="1.0" encoding="UTF-8" ?>
    <pageDefinition xmlns="http://xmlns.oracle.com/adfm/uimodel"
                    version="11.1.1.56.60" id="monitoraggioPageDef"
                    Package="sop.view.pageDefs" SkipValidation="true"
                    ControllerClass="sop.view.pagePhaseListener.MonitoraggioListener">
       <parameters/>
       <executables>
          <variableIterator id="variables"/>
          <taskFlow id="dynamicRegion1"
                    taskFlowId="${monitoraggioTabbedPane.monitoraggioCurrentTab.taskFlowId}"
                    activation="deferred"
                    xmlns="http://xmlns.oracle.com/adf/controller/binding"
                    RefreshCondition="#{monitoraggioTabbedPane.changed}">
             <parameters>
                <parameter id="oggettoCoinvolto"
                           value="#{monitoraggioTabbedPane.monitoraggioCurrentTab.oggettoCoinvoltoAllarme}"/>
                <parameter id="refreshFlag" value="#{true}"
                           xmlns="http://xmlns.oracle.com/adfm/uimodel"/>
                <parameter id="isStandalone" value="#{true}"
                           xmlns="http://xmlns.oracle.com/adfm/uimodel"/>
                <parameter id="beanRicercaTratte" value="#{null}"
                           xmlns="http://xmlns.oracle.com/adfm/uimodel"/>
             </parameters>
          </taskFlow>
       </executables>
       <bindings/>
    </pageDefinition>The content of the dinamic region is took from the managed bean of each tab added to the navigation pane: each tab keeps track (through OggettoCoinvolto attribute) of its content, and the dinamic region loads its task flow using the tab attribute OggettoCoinvolto.
    Since we have to open tabs programmatically, to open a tab, what we do is:
    - add a tab to the monitoraggioTabbedPane managed bean tabs collection (here we create the tab managed bean object, setting the OggettoCoinvolto property)
    - try to refresh both the dinamic region and the tabbed pane.
    All these operations, work flawlessly: we see that the model (monitoraggioTabbedPane tabs collection) contanis all the tabs, and each tab contains its correct task-flow-id, and this task-flow-id is correctly returned to the dinamic region.
    The problems is about refreshing the view (both the dinamic region and the navigation pane)
    To refresh them we tried using both AdfFacesContext.getCurrentInstance().addPartialTarget, and queueActionEventInRegion, we tried also setting the region refresh property to "ifneeded" and we changed a boolean flag passed as input of the region each time we wanted to refresh it, we used partianTriggers (you can all see in monitoraggio.jspx), but it does not work...
    Sometimes we see that only the NavigationPane is refreshed, and sometimes when switching tabs, we see that the dinamic region does not change its content.
    What can we do? Is our way to refresh region/dinamic pane wrong ?
    We tried also to set the refresh property of the region to 'default' and using the refresh condition, changing it programmatically, but it does not seem to work...
    Take, as an example, a refresh condition that simply gets the value of a boolean in a managed bean (monitoraggioTabbedPane.changed).
    TO make the refresh condition work, is it sufficient to change the boolean with a simple assignment (changed = true), or do we need to use JSFUtils.setExpressionValue(#{monitoraggioTabbedPane.changed}, true) ?
    Is there any way, in adf 11g, to dinamically launch an design-time-unknow-number of task-flows, where each task-flow is implemented as a region and each region must be associated to a different tab. Is possible to achieve this using dinamic region, or we are mis-using the dinamic region ? How can we refresh it ?
    Many thanks to anyone willing to lean an hand...

    I notice you have the activation property set to deferred.
    <taskFlow id="dynamicRegion1"
    taskFlowId="${monitoraggioTabbedPane.monitoraggioCurrentTab.taskFlowId}"
    activation="deferred"
    I would set it back to default or immediate for the sake of clarity. According to the doc, setting it to deferred has the same effect as immediate for JSP based pages. This is purely cosmetic.
    You have refreshCondition set which is not what you want in this case.
    xmlns="http://xmlns.oracle.com/adf/controller/binding"
    RefreshCondition="#{monitoraggioTabbedPane.changed}">
    You should clear this setting and change the refresh attribute to ifNeeded.
    Your refreshFlag is hard-coded to true.
    <parameter id="refreshFlag" value="#{true}"
    xmlns="http://xmlns.oracle.com/adfm/uimodel"/>
    When dynamicRegion1 is refreshed, it will only execute if one of it's task flow parameters has a different value then it did during the previous execution. refreshFlag should be set to an el expression that changes at least every time you change tabs if not more often depending on your requirement.
    You mention "we changed a boolean flag passed as input of the region each time we wanted to refresh it" Did you set refreshFlag to an el expression in a different version of the code?
    Sounds like you may have already tried all the above - if that's the case here some suggestions to help diagnose the issue further after you've returned to settings above.
    1) Go to monitoraggio.jspx page def and - in the design tab - and right click to the right and the left of dynamicRegion1 and select Toggle Breakpoint to enable breakpoints before and after the task flow is evaluated.
    2) Go to the design view of the task flows that you are showing in the tabs. Right-click on the each task flows default activity and select Toggle breakpoint to set a breakpoint.
    When you run the application, you should hit the pageDef break points any time the task flow is queued for refresh. If you don't hit those breakpoints, then whatever you are doing to refresh the task flow isn't working.
    Assuming you are successfully queuing your task flow for refresh, you'll hit the pageDef breakpoints. When you hit the first one (on the left), go the expression evaluator in the debugger and enter the el expression for refreshFlag and evaluate it. You want to verify that it changes as expected. If the value of the expression doesn't change before the next tab is displayed, the task flow won't be re-executed. If the values not changing as expected, you need to change the logic you use to update the refreshFlag.
    You'll only hit the breakpoints on the default activities in your task flows when they are actually executed. If you hit the default activity breakpoint but are still seeing stale data, there's something wrong with the logic internal to the task flow.
    Hope that helps.

  • ADF deployment issue

    Hi,
    I am having issues trying to deploy ADF using EJB(3.0) on the weblogic Admin server (not integrated server that comes with JDeveloper). I am doing my development using JDeveloper 11.1.1.3 and weblogic10.3
    When I try to deploy the EAR file that has both the EJB.jar and ADF UI.war, I keep getting either
    weblogic Server Exception: weblogic.application.ModuleException: No persistence unit named "SamplePersistUnit" is available in scope "SampleUI". Available persistence units: []
    OR
    Existing timer manager has different work manager related exception. I opened a ticket earlier on this topic but somewher I read that ADF applications should be deployed as EARs and I did that and it fixed my problem but when I made some code changes in the EJB and redeployed my EAR the errors ar back.
    Any help/suggestions would be greatly appreciated. Are there any steps I need to follow to deploy a project that uses ADF?
    Thanks.

    You can try to read the docs about it:
    http://download.oracle.com/docs/cd/E14571_01/web.1111/b31974/deployment_topics.htm#CHDJJDDG
    Hope it helps.

Maybe you are looking for

  • Sharing with my desktop Windows XP PC

    I'm able to view and access folders and files of my desktop PC from my Macbook. However when I try to play a song file that's on my desktop from my Macbook, the file is transferred. I don't want it transferred, I only want to play the file from my de

  • ITunes will not open (with or without nano connected)

    Please help me, I'm a newbie... The root of the problem was my computer "not being auterised to play music" (even though it was), that I'd purchased via a £15 music card, when using the help suggestions on here, I fixed THAT problem but unfortunately

  • Photoshop CC and Configurator 3.1.1

    When creating my own panel in Configurator and exporting it to the 32-bit version and 64-bit version of PS It is only recognized and available in the 32-bit version (Window - Extensions). I exported to the appropriate folder of the application, so in

  • My Samsung Convoy 2 will not charge.

    I had misplaced it; it was on when I lost it, and then the battery died the next day. It lay dormant for about 2 weeks before I found it in the bottom of my laundry bin. I borrowed chargers from several firiends, no luck. Please help. Is it my batter

  • How to duplicate Customer Equipment Card???

    Hi All, I need to create multiple Customer Equipment Cards having the same address data. So I would like to create one and then duplicate It, changing oly the serial number e and product code. Is It possible? Thanks a lot in advance. MAuro