Dynamic region in the Popup - clientListener problem?

Hello

I work in Jdeveloper 11.1.1.2, following the model of popup/region found at: http://www.oracle.com/technology/products/adf/patterns/11/popupregionpattern.pdf to have a dynamic region in a popup. I already have an active implementation on one of my pages, but the same exact implementation on another page gives me questions. Whenever I have add a component of af: clientListener to my popup, the table in the same panelCollection stops its rows of rendering. Display the column headings, but there is no text of any kind in the lines. If I delete the af: clientListener, my page works perfectly.

Here's my code for popup so far:
< af:popup id = "awdPU" contentDelivery = "lazyUncached".
launcherVar = 'source' eventContext "Launcher" = >
< af:setPropertyListener from = "#{source.attributes.saId} '"
to = "#{pageFlowScope.currentSaId} '"
Type = "popupFetch" / >
< af:setPropertyListener from = "#{source.attributes.saId} '"
to = "#{pageFlowScope.currentSchlrId} '"
Type = "popupFetch" / >
< af:setPropertyListener from = "#{source.attributes.appId} '"
to = "#{pageFlowScope.currentAppId} '"
Type = "popupFetch" / >
< af:setPropertyListener from = "#{source.attributes.aidYear} '"
to = "#{pageFlowScope.currentAidYearId} '"
Type = "popupFetch" / >
< af:setPropertyListener from = "#{source.attributes.theAction} '"
to = "#{pageFlowScope.currentAction} '"
Type = "popupFetch" / >
< af:setPropertyListener from = "#{viewScope.popupDynamicRegionBean.popupTaskFlowId} '"
to = "#{viewScope.popupDynamicRegionBean.dynamicTaskFlowId} '"
Type = "popupFetch" / >
< af:setPropertyListener from = "#{source.attributes.orgId} '"
to = "#{pageFlowScope.currentOrgId} '"
Type = "popupFetch" / >
< af:panelWindow id = 'pw1' title = "Attribution" >
< af:region value = "#{bindings.dynamicRegion1.regionModel} '"
ID = "dynam1".
regionNavigationListener="#{viewScope.popupDynamicRegionBean.regionNavigated}"/ >
< / af:panelWindow >
< af:serverListener type = "serverPopupClosed".
Method="#{viewScope.popupDynamicRegionBean.swapEmptyTaskFlow}"/ >
< af:clientListener method = "popupClosedListener".
Type = "popupClosed" / >
< / af:popup >

and here is my work, full dynamic region + popup code:

< af:popup id = "awdPU" contentDelivery = "lazyUncached" launcherVar = "source".
eventContext "Launcher" = >
< af:panelWindow id = 'window' title = "Attribution" modal = "true" closeIconVisible = "false" >
< af:region value = "#{bindings.dynamicRegion1.regionModel}" id = "dynam1" "
regionNavigationListener = "#{viewScope.popupDynamicRegionBean.regionNavigated} '"
inlineStyle = "" background-color: transparent; "/ >"
< / af:panelWindow >
< af:setPropertyListener from = "#{viewScope.popupDynamicRegionBean.popupTaskFlowId} '"
to = "#{viewScope.popupDynamicRegionBean.dynamicTaskFlowId} '"
Type = "popupFetch" / >
"< af:setPropertyListener from =" #{source.attributes.saId} "to =" #{pageFlowScope.currentSaId} ".
Type = "popupFetch" / >
"< af:setPropertyListener from =" #{source.attributes.appId} "to =" #{pageFlowScope.currentAppId} ".
Type = "popupFetch" / >
< af:setPropertyListener from = "#{source.attributes.aidYear} '"
to = "#{pageFlowScope.currentAidYear}" type = "popupFetch" / > "
< af:setPropertyListener from = "#{source.attributes.theAction} '"
to = "#{pageFlowScope.currentAction}" type = "popupFetch" / > "
< af:clientListener method = "popupClosedListener" type = "popupClosed" / >
< af:serverListener type = "serverPopupClosed".
Method="#{viewScope.popupDynamicRegionBean.swapEmptyTaskFlow}"/ >
< name af:clientAttribute = 'action' value = "makeAward" / >
< af:clientListener method = "adjustPopupSize" type = "popupOpening" / >
< / af:popup >

Anyone know of any reason that a client listener would have this kind of impact on my page? I tried other types or methods, and it just seems as if an af:clientListener is there, it won't work.
Thank you!

Hello

I came across this type of problem. What do you call the javascript method it may contain errors or if the clientListner not able to find the method that you call in the jspx drop that behave like this only.
keep an alert beginning of the script (popupClosedListener) method and check if it is the call or not. Better related serverListner should be after the ClientListner.

Reg,
Brahma...

Tags: Java

Similar Questions

  • Dynamic region of the ADF

    JDeveloper Studio Edition Version 12.1.2.0.0

    We have a Forms application we're calling an ADF application from. The application of the ADF is simple. A page with a dynamic region. The forms application will use a setting of url for the application of the adf to decide which region to show. Can someone explain how best to 1) capture the setting and 2) invoking the correct region. Should I put in place some - type listener of phase on the page or is there a better way?

    Thank you

    Neal

    You can add the page parameter to view activity.

    Select your view activity diagram adfc-config and in the section 'Page Settings' add the new parameter.

    "Of value" set something like: #{param.yourUrlParamName}

    As value 'to' set something like: #{viewScope.targetVariable}

    Then, in the dynamic region bean change getDynamicTaskFlowId() method, for example:

    public TaskFlowId getDynamicTaskFlowId() {
    String target = (String)ADFContext.getCurrent().getViewScope().get("targetVariable");
    if("tf1".equals(target)){
    return TaskFlowId.parse(taskFlow1Id);
    }else{
    return TaskFlowId.parse(taskFlow2Id);
    }
    }
    

    Dario

  • TabContext get null inside the dynamic region of the ADF.

    Hello

    I have a dynamic region is placed inside a jsff and in this dynamic region, on click of a button, I try to access TabContext using the piece delimit code. But TabContext is always null.

    TabContext tabContext = TabContext.getCurrentInstance ();
    System.out.println (tabContext);

    In fact, by getting the TabContext, my intention is to open a TaskFlow in a new tab.
    I have a tabContext parameter defined in the workflow that fell like a dynamic region. The jsff that contains this dynamic region, which also has the tabContext parameter defined.

    Can someone help me please?

    Thank you
    Gaurav.

    Hello

    .. .and that you have set the region on bindings setting? something like ${pageFlowScope.tabContext}

  • What's wrong with the dynamic region within the static region

    Hi all

    I use Jdeveloper 12 c

    I do app with a jsf page (man.jsf) contains the static region (xxx.jsff)

    the static region contains a dynamic region and I define the scope in the tent (adfc-config) (backingbean extended, scope of the request, see scope)

    the result is main.jsf is empty

    hand. JSF > > xxx.jsff (static region) > > bb.jsff (dynamic region)

    http://127.0.0.1:7101/face/hand? _afrLoop =

    What is the solution for this problem.

    Hello

    Actually the managed bean used by the static region should be extended to at least view. The managed bean should be defined in the configuration of the workflow of the static region.

    Frank

  • Dynamic region on the change from the drop-down list of values

    Hi Experts,

    Using the concept of dynamic region, I tried to use buttons as I have 4 buttons and clicking on each button, I am loading the particular taskflow. I used setPropertyListener and type = action to achieve this.

    I have a similar requirement, but I need to use the drop down list here...

    < af:selectOneChoice value = "#{mybean.value}" >

    < f: selectItem itemLabel = "First" Valeurelement = "FirstValue" / > "

    < f: selectItem itemLabel = "Second" Valeurelement = "SecondValue" / > "

    < f: selectItem itemLabel = "Third" Valeurelement = "ThirdValue" / > "

    < f: selectItem itemLabel = "fourth" Valeurelement = "FourthValue" / > "

    < / af:selectOneChoice >

    How can I dynamically load a region on the value selected by the user on top of the data. On the change of the value in the drop-down list, I need to load this particular dynamic region

    JDeveloper version 12.1.3

    Thanks in advance.

    You use a listener to change value of the duo down and detect the region according to the new value of the duo down.

    Timo

  • Dynamic Image in the XML editor problem

    Hi all

    I was working with a dynamic image in the Xml editor with the reference of this link, step-3

    http://www.erpschools.com/articles/display-and-change-images-dynamically-in-XML-Publisher

    I have three Logo saved in OA_MEDIA with the name as 80.gif, 81.gif, 82.gif.

    I created a formula column outside the Group of data and given the link in the RTF, inside the url of the Image Alt text: {//CF_LOGO1} and his works fine.

    But when I created the formula column in the dataset, how do I give the path inside the image.

    I tried with this url: {...} CF_LOGO1} but his does not work. Could all help with that.

    Thanks and greetings

    Srikkanth M

    Please check if you placed the logo with the Group and the image is called correctly.

  • Dynamic region of the body of the function return query did not work

    APEX 4.1

    Oracle 11g

    I have a report of dynamic fields according to the value of the different type of zone set element is body of pl/sql function, return query, see the source code of the region below.

    declare

    v_sql varchar2 (2000);

    Start

    IF: P2_BY = 'MONTH' THEN

    v_sql: = 'SELECT ' | : P2_TYPE | ', SUM (JAN) JAN, SUM (FEB) FEB, SUM (MAR) MAR, SUM (APR) APR, SUM (MAY) MAY, SUM (JUN) JUN, SUM (JUL) JUL, SUM (AUG) AUG, SUM (SEP) SEP, SUM (OCT) OCT, SUM (NOV) NOV, SUM (DEC) DEC OF THE RPT_HOTEL GROUP BY ' | : P2_TYPE;

    ON THE OTHER

    v_sql: = 'SELECT ' | : P2_TYPE | ', SUM (Y2011) 2011, SUM (Y2012) Y2012, SUM (Y2013) Y2013, SUM (Y2014) 2014 RPT_HOTEL GROUP BY ' | : P2_TYPE;

    Return v_sql;

    end;

    But "Missing expression" error when Save source in the region.

    I checked the sql statement is valid in the sql command, and: P2_TYPE get the correct value.

    If the generic column name 'use' then get the correct report, but the column name is random.

    Please help solve.

    Thank you so mcuh

    Hi fac586,

    I couldn't thank you more. Of course, read you my code and found that the design of table is not reasonable. in fact I just design for the demonstration of the prototype, so do not consider architecture.

    I mean, it is that the problem has disappeared when I create a new page like this one, don't know how it happened. in any case what I need has been achieved, thank you very much for what you have done.

    Here I paste my code for reference, that someone might need.

    declare
    v_sql varchar2(2000);
    v_time varchar2(50);
    v_for varchar2(30);
    begin
    IF :P4_TIME='MONTH' THEN
    v_time := 'to_char(lodging_date,''MM'') MONTH';
    v_for := 'to_char(lodging_date,''MM'')';
    ELSE
    v_time := 'to_char(lodging_date,''YYYY'') YEAR';
    v_for := 'to_char(lodging_date,''YYYY'')';
    END IF;
    IF :P4_MEASURE='NIGHTS' THEN
    v_sql := 'SELECT * from (SELECT ' || :P4_BY || ',VENDOR_NAME,' || v_time
    || ',count(entry_legacy_key) ROOM_NIGHTS
    FROM HOTEL_EXPENSE GROUP BY ' || :P4_BY || ',VENDOR_NAME,' || v_for || ')
    PIVOT (SUM(ROOM_NIGHTS) FOR ';
    ELSE
    v_sql := 'SELECT * from (SELECT ' || :P4_BY || ',VENDOR_NAME,' || v_time
    || ',SUM(APPROVED_AMOUNT) SPENDING
    FROM HOTEL_EXPENSE GROUP BY ' || :P4_BY || ',VENDOR_NAME,' || v_for || ')
    PIVOT (SUM(SPENDING) FOR ';
    END IF;
    IF :P4_TIME='MONTH' THEN
    v_sql := v_sql || ' MONTH IN (''01'',''02'',''03'',''04'',''05'',''06'',''07'',''08'',''09'',''10'',''11'',''12''))';
    ELSE
    v_sql := v_sql || ' YEAR IN (''2011'',''2012'',''2013'',''2014''))';
    END IF;
    return v_sql;
    end;
    

    and checked

    'Use generic column names (analysis of query during execution only)'

    column of the report used PL/QL name

    declare
    v_sql varchar2(2000);
    begin
    v_sql :=  :P4_BY || ':VENDOR_NAME';
    IF :P4_TIME='MONTH' THEN
    v_sql := v_sql || ' :Jan:Feb:Mar:Apr:May:Jun:Jul:Aug:Sep:Oct:Nov:Dec';
    ELSE
    v_sql := v_sql || ':2011:2012:2013:2014';
    END IF;
    return v_sql;
    end;
    
  • Dynamic text from the text file problem

    Go step by step to get my data from MYSQL/php... for now, I'm stuck and cannt even get it from a text file I do worng!

    This is the code I use:

    var myLoader:URLLoader = new URLLoader()

    myLoader.dataFormat = pouvez

    myLoader.load (new URLRequest ("trees.txt"))

    myLoader.addEventListener (Event.COMPLETE, onDataLoad)

    function onDataLoad(evt:Event) {}

    for (var i: uint = 0; i < evt.target.data.cant; i ++) {}

    This ["tcname_" + i] .text = evt.target.data ["tcname_" + i]

    }

    }

    My trees.txt file contains the following:

    Plum = tcname_0 & tcname_1 = olive

    I made this as well:

    & tcname_0 = Asian plum & tcname_1 = Amazon lily &

    I have already created a few instances of dynamic text from tcname_0 up to tcname_5

    I tried with having the text in dynamic text or leave it empt anyway... nothing is read from the text file, what I am doing wrong?

    In your trees.text file, you neglected to include the variable of cant, so the loop has an undefined value to life...

    Plum = tcname_0 & tcname_1 = olive & cant = 2

  • Data for the problem of dynamic regions was interrupted

    Hello. I use JDev 11.2.2 and stack complete ADF.



    This is when I try to load a new stream of work of a dynamic region. Let me give a step by step test case:



    1 - using HR, model of generation: create objects (entities, objects View) for the employees and departments tables and an Application Module.

    2. - in VC, add a page facelets with layout of two columns, first for a tree for the switching of regions and a dynamic region in the second column.

    3 - create a page fragment that includes a generated table view in data controls and another fragment of page view of departments.

    4 - create two workflow bounded, for fragment employees and another for the fragment of departments.

    5 - drag and drop workflow bounded to create a dynamic region in the second column of the home page. Of course by selecting backingBean for new bean (default value is increased demand).

    6 - in the model, create a static filled List View object with two attributes: a workflow id and a description

    7 - in VC, generate a tree in the first column of the home page

    8. - write a component of the tree selection listener to read the id of the current workflow and set this ID value of workflow dynamic region at the appropriate bean.

    9 - set triggers of partials in a dynamic region in the homepage to listen for events from the tree.



    10 - run and try to load a new workflow clicking in the tree. An alert is triggered with this message:


    * "The content of this page could not load as expected because data transmission has been interrupted. Please try again or contact your system administrator. » *



    And the newspaper is displayed as a result of lines:


    * < FaceletViewHandlingStrategy > < handleRenderException > error rendered View [index.jsf] *.

    java.lang.IllegalStateException: component data flow is not found

    at oracle.adfinternal.view.faces.streaming.StreamingDataManager.submit(StreamingDataManager.java:378)

    at oracle.adfinternal.view.faces.renderkit.rich.DocumentRenderer._encodeStreamingResponse(DocumentRenderer.java:3666)

    at oracle.adfinternal.view.faces.renderkit.rich.DocumentRenderer.encodeAll(DocumentRenderer.java:1474)

    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1452)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:511)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:923)

    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1681)

    at oracle.adfinternal.view.faces.context.PartialViewContextImpl._processRender(PartialViewContextImpl.java:321)

    at oracle.adfinternal.view.faces.context.PartialViewContextImpl.processPartial(PartialViewContextImpl.java:152)

    at javax.faces.component.UIViewRoot.encodeChildren(UIViewRoot.java:974)

    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1674)

    at oracle.adfinternal.view.faces.component.AdfViewRoot.encodeAll(AdfViewRoot.java:91)

    at com.sun.faces.application.view.FaceletViewHandlingStrategy.renderView(FaceletViewHandlingStrategy.java:399)

    to org.apache.myfaces.trinidadinternal.application.ViewDeclarationLanguageFactoryImpl$ ChangeApplyingVDLWrapper.renderView (ViewDeclarationLanguageFactoryImpl.java:350)

    at com.sun.faces.application.view.MultiViewHandler.renderView(MultiViewHandler.java:131)

    at javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:273)

    at org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:165)

    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._renderResponse(LifecycleImpl.java:1032)

    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:339)

    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:237)

    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:509)

    to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:227)

    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)

    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)

    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:173)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:125)

    to org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$ FilterListChain.doFilter (TrinidadFilterImpl.java:468)

    at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)

    to org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$ FilterListChain.doFilter (TrinidadFilterImpl.java:468)

    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:293)

    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:199)

    at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    to oracle.security.jps.ee.http.JpsAbsFilter$ 1.run(JpsAbsFilter.java:119)

    at java.security.AccessController.doPrivileged (Native Method)

    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)

    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)

    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)

    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)

    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:139)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.wrapRun (WebAppServletContext.java:3715)

    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.run (WebAppServletContext.java:3681)

    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)

    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)

    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)

    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)

    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)

    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)

    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)



    If the taskflow taskflow id that has not worked is established in bean area Dynamics initial taskflow for the region, it works, but the other taskflow fails...



    Any suggestions?





    CPOI

    Hello

    + "Make sure selection backingBean to new bean (default value is increased demand)". "+"

    That's your problem. Set the viewScope bean to avoid dynamic region to switch back to the default workflow after each request

    Frank

  • Dynamic region ADF in a popup does not load

    Hi Experts,

    Version 11.1.1.5 JDEV

    I have a page that contains a table, and each row has a command link on one of the columns.

    When I click on the link to order an action listener is called who decides the TF DYNAMICS that must be loaded in a pop-.

    Pop has up to a region Dynamics inside adf.

    The file clicked (using the command link)-based workflows are loaded in the dynamic area of the Popup.

    But, when I click on the link even for the second time or another record, that the pop-up is displayed under vacuum, the taskflow in the dynamic region isn't loaded at all. (getDynamicTaskFlowId is called and is also coated the correct TF to load)

    First, it works as expected, but its not the second time.

    I used conditional activation, but later, due to the above question, I tried to put a phrase #{true} for the property current to test if it works. There can be no.

    Please note that first time no problem. It does not work since the second click on the same record or any other document.

    Other suggestions to solve the problem above are very popular.

    Thank you

    Jean Claude

    Hello

    See: decompilation binary ADF: conditionally reset task flow displayed in a Popup

    Frank

  • any button in the dynamic region you put me the default taskflow

    Hi all

    I used Oracle Adf 12 c,

    I do application with a jsf page and using Panel springboard and inside he ShowDetailItem inside static area Dynmiac area inside.

    Jsf Page > > Panel Spring Board > > view item details > > static region > > dynamic region

    the problem is when I click on the button in the dynamic region it navigate to the default taskflow.

    My problem is solved by changing the scope of the managed bean (application scope in sight).

  • Refresh the dynamic region on close session

    I work with dynamic regions and the problem is that: If the first user with rol, one begins to navigate his workflow and don't return to the initial task flow and close its session, then another user with rol B view the last page the user with rol sailed to. I test this case in a browser and in a single computer. So how to solve this problem? This put my session nearby:

    ExternalContext ectx = FacesContext.getCurrentInstance().getExternalContext();
            clave = "";
            usuario = "";
            HttpServletResponse response = null;
            if (ectx != null) {
                response = (HttpServletResponse)ectx.getResponse();
                try {
                    String url = ectx.getRequestContextPath();
                    response.sendRedirect(url + "/faces/login");
                    FacesContext.getCurrentInstance().responseComplete();
                } catch (IOException e) {
                    e.printStackTrace();
                }
            }
    

    Hello

    I see that navigate you to the login screen, but I don't see you leave the session. You must invalidate the session in order to ensure that a new user can connect.

    Frank

  • Dynamic region refresh problem

    Hello

    I use jdeveloper11.1.7.

    I've created a workflow with fragments, in this page, I've implemented the search feature. I dragged this taskflow as a dynamic region on the page. It is I'm looking for and get the results, but after getting the results if I click on the link in the dynamic region is not compensation results his shows the same page with the results. but I need to implement when I click on the link in the dynamic region results and the search criteria should be disapper.

    I tried the Solution of Frank Nimphius: that is to say, the dynamic region reset using this: oracle.adf.view.rich.util.ResetUtils.reset (richRegion); but it does not work in my case.

    and also I tried also with this solution: richRegion.refresh (FacesContext.getCurrentInstance ()); but his works also do not

    can someone help me on this please.

    Best regards

    Claude Reynier

    Re-enter taskflow is to:

    -Add the input to your taskflow parameter

    -Updating of the value = 'IfNeeded' in your area link (like this: http://1.bp.blogspot.com/-mZL4qUujajA/T66Hn4B5X6I/AAAAAAAAAXs/u-6p92FCro8/s1600/mainPage-param-pageDef.png)

    -bind taskflow parameter to a variable (for example, #{pageFlowScope.refreshCounter})

    -When you click on your link, increment the variable #{pageFlowScope.refreshCounter}.

    Because you set the refresh = "ifNeeded", when you change the value of the input taskflow parameter, it will refresh your taskflow.

    Dario

  • Drag / move the dynamic region to tree parent link table

    Hello

    Is it possible to drag a row of a table returned by using the dynamic region of the parent tree? For example, I have the parent tree Explorer (say, dept and emp), clicking the dept and emp, it makes the Department or employee details to separate the workflow using the notion of dynamic region. Now I'm moving employees Department provided one and link to another node in the Department, it does not work. The listener to fall (on the tree) is not getting recognized.

    Is there something I'm missing?

    Thank you
    Sachin

    Hello

    as far as I know, drag and drop happens on the client and is therefore not bound by employment regions or dynamic regions. Then drag and drop should work for this use case. You share the implementation of slip and fall in the scenario you so that I don't want to exclude a program on your site (for example disccriminator incompatibility) error

    Frank

  • How to assign components page parent of a page fragment in a dynamic region

    Hi, I am using JDeveloper 12.1.3. I have a single page request that contains a sidebar (with separator) on the left and a dynamic region on the right. One of the fragments of the page that appears in this dynamic region has a task flow that calls another fragment of page. What I do when this event occurs, it is to dynamically hide (or at least close) the left side panel. I created a bean of support that includes a method to do so. This method works very well when I call it from a test button on the parent page. But I can't understand how effectively call it a method in my stubborn workflow (page fragment). I created the method and incorporated it in the workflow. I refer to the method in the bean support. No errors are generated when I perform the navigation. I have debugging instructions that indicate support bean method is called. But the screen will not reflect the changes on the side panel. I tried to use a parent action in my stubborn workflow (and tried to have this action relative to call the method), but that did not help. I thank you very much for any assistance, you can provide.

    The problem is that you can reach the panelSplitter of off the page on which it is located. If you use a methodcall activity that you call with a parent action you get a new instance of the separator, but not then, you try to change.

    What you can try to bind the separator to a property of bean a bean view extended who resides in the workflow of the parent page. Then you pass this bean as a parameter to the flow of the task of the fragment and call the method within the bean. It of called bean reference and is listed in this article by Frank Oracle ADF May / June 2013. Make sure that you use a component for the bean property reference. On second thought, you might not even to bind the separator to the bean as you can look it up in the page directly using findComponent().

    Timo

Maybe you are looking for