Region of the ADF, submit and problem of navigation buttons

Hello world

My JDev is 11.1.1.7

I have a jspx page and it has a region.

There is an af:table, an af:form with navigation buttons and submit buttons in the region. When I run the page jspx, region is working.

When I chose a table row, form updates. There is no problem here!

But, when I want to use the buttons, for example, I used the navigation or submit buttons. Nothing happens.

How can I solve this problem?

Thank you

There is an af:table, an af:form with navigation buttons and submit buttons in the region.

When I read that part once again, it's not very clear is your table inside the af: form or not.

You should have that one af:form in the hierarchy of the pages and everything must be placed inside this form.

Dario

Tags: Java

Similar Questions

  • Flash form and problem of Navigation button (DoFSCommand)

    Hello

    In short, how can I get a < cfinput type = "button" to send a javascript command to the current location of the page.

    I have this code:
    When I click on the HTML button, the move is going as planned.
    When I click on the button equivalent form, is not.

    I guess it's something in the syntax of the onClick event, but I must say that I am lost. Flash MX documentation says it should work right (?)

    See you soon,.


    Replying to my own posts again...

    the answer came in Flex 1.5 for Actionscript 3 documents (I guess that's what CF 8 backstage).
    The doc says:
    "In ActionScript 3.0, the external API functionality is provided by the ExternalInterface class."...
    "If you need to use the old fscommand() function - for example, to maintain compatibility with older applications or interact with a third-party SWF container application or the stand-alone Flash Player - it is always available in the package-level function in the flash.system package."

    However, I would like to point out that no - where, any where in the CF documentation is even a small example of using action script to improve the basic features of the encoding form. Too much to ask?

    Oh yes, and another thing, it seems that the actionscript getURL command did what I had to do in this case.

    See you soon,.

  • The ADF Login page problem

    Hi all
    I developed an ADF application with the OPSS-based login page, I am facing a strange behavior in the login page, I type user and pwd and click on the "connect" button but instead of redirection in the next page, the login page is updated and I have to re-enter my credentials. This happens, two, three times (random is) so I'm able to have access.
    What can be the problem?


    THK in advance
    L-

    We use the ADF security and we faced the similar problem three weeks ago. This problem occurred only in Internet Explorer.
    After that we contacted the support of oracle, they confirmed that it is a bug.

  • Please how can I use a value in a table of the adf in an actionListener to a button I created in a popup and thanks

    Please how can I use a value in a table of the adf in an actionListener to a button I created in a popup and thanks

    What is your version of JDev?

    Actually your question is not clear to me, but as I understand, it is you the table in the page and you have popup inside this popup you have the button you need when you click on the button to read the value of the selected table row. In the listener action button, so if you can get the current row of the table and after that you can get any attribute of the line as:

    DCIteratorBinding iter = (DCIteratorBinding) BindingContext.getCurrent().getCurrentBindingsEntry().get("TableIteratorName"); // from pageDef.
    Row r = iter.getCurrentRow();
    Object value1 = r.getAttribute("attribute1");
    Object value2 = r.getAttribute("attribute2");
    
  • Region of the ADF - JSFF in JSPX Page problem

    Hello world!

    I use JDeveloper 11.1.1.7 and working on ADF

    I have an area on my jspx page. For this, I created a page jspx and a workflow bounded for the region. Bounded task flows has a view and a jsff page.  I dragged and has decreased the flow of work to make the region to jspx page and selected the region. It is looking without problem.

    But I throw jspx page, page works fine with other components. Does not display only the region jspx on page.

    How can I solve this problem?

    Thank you.

    Hello

    If you use the ADF security you config the taskflow with security as well. If you don't use ADF security then you can create a new page and only add the taskflow as a region and see if it works fine in there.

    Concerning

  • Login, authentication of the ADF page rendering problem

    Hi all

    I use Jdev12c and authentication of the ADF configuration in my application. MY login pages are not html and JSF pages. After you set up the security of the skin on the login page stops working. The drawn solution of article https://blogs.oracle.com/jdevotnharvest/entry/solving_jdeveloper_11gr2_issue_with does not help (which seems to be incomplete).

    Now, reading autour, I made an assumption are the result of changes and it seems to work. But I don't know if it can cause any problem of security in the merger application. Any idea/thoughts?

    < security constraint >

    < web-resource-collection >

    allPages < web-resource-name > < / web-resource-name >

    < url-pattern > /visages / * < / url scheme >

    (it was < url-pattern > / * < / url-pattern >)

    < / web-resource-collection >

    <>auth-constraint

    valid users - < role name > < / role name >

    < / auth-constraint >

    < / security constraint >

    (There is also a page-def on the login page and the model used for the login page).

    Thank you!!

    Mrig

    Very well. Figured out.

    According to what little I learned about the web.xml file, I had to follow processes & groping to find resources which create problem. So Pagedef and models are not the problem which might have been in previous versions of Jdev. I added ' / resources/images / * ' under web-resource-collection.

    Authorized resources ADF

    information/images / *.

    allPages

    faces *.

    (it was / *)

    valid users

    I thought the CSS files and templates like that I used on the login page.

    Thanks for the help and suggestions!

  • 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

  • Region of the ADF does not show

    Hello

    I have a page jsff I want to add a region (through flow of delimited tasks & jsff file).

    When I add an existing workflow (which appears as a region to another page) everything works fine.

    However, when I add a newly created workflow, if nothing shows when the application runs. However, it shows very well in the JDev preview.

    After doing this several times, I believe that the newly created workflow is very well (similar to the existing one that works).

    No idea what can be wrong?

    I use JDeveloper 11,1,1,6.0

    Yes I have a default activity.

    The question listening to be on the permissions and authentication. We have just added the ADF authentication; so you have to added permissions view these newly created resources (taskflows).

    Because it was the first tasfklow which was added after the addition of authentication of the ADF, we have neglected it.

  • the ADF faces and IE

    Hello, I have a problem with the ADF and EI. I use jdev 11.1.1.5.

    The problem of the compatibility mode. In firefox and crome works well.



    "The current compatibility setting is not supported. Turn off compatibility view before you run this web page

    In Internet Explorer, press F12 and adjust the browser Mode and Document to the same value (IE8 & IE8 Standards, for example)

  • After windows auto updates can't open Internet Explorer, but can open firefox. Vista Home Premium, CA Security Suite. Can do system restore and get on, but it will update the next day and problem reports.

    I get a popup to firewall this tells me Internet Explorer tent to access internet I click on allow but get no results. Then I get this page can not be displayed, and you are not logged as an administrator

    Hi Snoopy65,

    Welcome to the Microsoft Answers site!

    Perform a system restore and then try to install each updates manually one by one. Each time that you install the update, restart the computer. Take note of the update that is causing the problem and let us know. We will be in a better place to help you if we know the exact update which is causing the problem.

    To run the system restore

    1. Click Start, type system restore in the search box, and then click System Restore in the list programs.

    If you are prompted for an administrator password or a confirmation, type your password or click on continue.

    2. in the System Restore dialog box, click on choose a different restore point and then click Next

    3. in the list of restore points, click a restore point created before you started having the problem, and then click Next

    4. click on finish

    Note: When you perform the system restore to restore the computer to a previous state, programs and updates that you have installed are removed.

    For more information, please follow the below given link:

    How to repair the operating system and how to restore the configuration of the operating system to an earlier point in time in Windows Vista

    http://support.Microsoft.com/kb/936212/

    Hope this information is useful.

    Amrita M

    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • The ADF - weekends and holidays calendar in different color

    Need help to change the background colors for holidays and weekends on the adf (JDeveloper 11.1.1.6) calendar.


    Thanks in advance.
    Kala

    Here are the bugs on component calendar ADF opend.

    BUG 7507806 - SUPPORT a STYLE FOR CELLS weekend CALENDAR
    BUG 7513694 - HYP: IMPOSSIBLE COLOR CODE DAYS
    BUG 11663857 - RCUX DESIGN FOR NO COLOR CODE DAYS

    Kala

    Published by: Kala Patti on 19 February 2013 13:26

  • 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}

  • Form of the ADF delete function problem

    Hi all

    I use JDeveloper 11 g. I have a simple Edit ADF form that comes from a table of the ADF. It contains two buttons edit and delete what to change or to delete the current record in the page. It seems that the Edit function works fine. When I try the function delete and return to the table, the record disappears. It looks like the first work fine. However, when I check the database, the reocrd is always there. When I restart the application, the record is back on the table. Obviously, the reocrd is not deleted from the database.

    Button Delete is created from the operations associated with the collection of the object in the data controls panel. Does anyone know what I'm missing here that the detected function works correctly?

    Any help is appeciated.

    Thank you

    John W

    Oops... put an apostrophe in the text of a hyperlink does not play very well. I took out, and now you can see the link to the post that shows you how...

  • The ADF tree fades after adding a button after the tag from the tree of the ADF

    I have a tree ADF that will have a few Groups (parent) and issues (child), it displays the content properly, now I have to add a button at the end of the page, so when I added a button on the page is shrunk and I see two bars vertical and horizontal scrolling for the part Questions and groups. but I want the content to be displayed correctly, and at the end the button should available.

    I tried width ADF Stretch and addition of the tree and the key to all the different types of components, but they did not work.

    Can you please suggest me a way to do this?

    The jsp page looks like this:

    < af:form >
    < af:tree - >
    < f: facet name = "nodeStamp" >

    < af:outputText value = "#{node." GrpDesc}"id ="ot1">

    < af:outputText value = "#{node." QstnDesc}"id ="ot2">


    <!- and I have a few components of selectOneRadio here, which will be displayed for each question >

    < / af:tree >

    <! Here, I added a button and I have actions defined for it >

    < text af:commandButton = "save and continue".
    ID = "cb2" / >

    < / af:form >






    Thank you
    Jean Lou

    Published by: user12217808 on April 27, 2012 04:55

    Before adding a status bar button, you will need to place a toolbar item.

    PanelCollection is a naming container. If you try to access your tree by ID, you need to add ID of panelCollection and: entry. As "tree1"-> "pc1:tree1".
    I think that panelCollection itself cant' break the queried data.

  • [ADF, JDev12.1.3] Can I use this FacesUtils.java in applications of the ADF with no problems?

    Hallo,

    I would like to know if I can use this http://www.google.it/url?sa=t & rct = j & q = & esrc = s & source = web & cd = 2 & ved = 0CCoQFjAB & url = http %3 C % 2F % www.icesoft.org%2Fwiki%2Fdo 2F... in my ADF applications without any problem.

    Ore is at - it a specific class of more JDev ADF to use?

    Thank you

    Federico

    Federico, the code can be used without problem. However, if you use the class you get a different path to the "org.icesoft.samples.mobi.example1.view.util" package; That points to a different framework. As you have the source, you can easily create your own class in your package structure. You can get almost the same code of samples of the oracle too.

    The code is standard, and I don't think you break anything by copying in your path.

    Timo

Maybe you are looking for

  • My Mac Pro has a hardware problem with the updates

    The material inside my Mac Pro's problems to be expandable to level technology current todays. There are a lot of new technologies whose PC users seem to be able to use. But my Mac Pro is stuck with tech pushes now 3 years old. I tried looking for an

  • Out loging: S

    When I log on Skype after a few seconds I get out sgined! Show me "you have been disconnected", what should I do? And I changed the password too

  • Skype - duplicates not allowed.

    Get this problem whenever I press 'change picture '. I read around that it has something to do with 2 webcams clasing with each other and I had to run a program and attach my file. "Go to start Windows and in the Run box type dxdiag.exe and press the

  • How can satellite M30x, I find the model number?

    Helloneed to get the drivers for my old Toshiba Satellite M30x *. The stickers below are washed out and I can't read the model number more. How can I know the model number to get the right drivers? Thanks for help

  • That means the 14-bit resolution

    Hello The '14-bit resolution' refers to the data entry for the PXI-5412 (via niFgen_CreateWaveformFromFileI16 or niFgen_CreateWaveformFromFileF64), the output of the PXI-5412 through channel 0, or both?  To clarify a bit, I know that niFgen_CreateWav