Whose action command button does not redirect me to another page. Why?

Hello

I have a command button in a jspx page and an unlimited workflow with two pages, where there is a rule of flow control between them, which needs to redirect the user from the first page to the second page. However when the user clicks the button, the updated page actually without having to navigate to the second page. Why does this happen?

Here are the details:

ADFC-config:

<-flow-control id rule = "__42" >
<-activity-id id = "__43" > first < /-activity-id >
< control-flow-case id = "__44" >
< result id = "__49" > go < / de-results >
<-activity-id id = "__45" > second < / to-activity-id >
< / control-flow-case >
< / control-flow-rule >

command button:

< af:commandButton text = 'Go' id = "cb1" action = "go" / >

Well, can you give more details?
Jdev version?
You start the app with a url ending with ".jspx' by chance?
If so, you must remove this ".jspx" ending as it does not start the workflow.

Timo

Tags: Java

Similar Questions

  • "back" button does not work and the home page does not display on startup

    My buttons next and previous no longer work. They show just gray and I cannot click on them.
    Also my home page does not appear when I launch firefox.
    I reinstalled firefox 4 and then I went back to firefox 3.6.16 and have the same problem in both versions.
    Don't know what to do anymore
    I just found out that when I opened a second window everything works well in the second window, but it still does not work in the first window.
    The same thing happens when I close both windows. The first window of my home page does not appear and the back button does not work, but the second window is operating normally. Including my home page.

    Try:

    Start Firefox in Firefox to solve the issues in Safe Mode to check if one of the Add-ons is the cause of the problem (switch to the DEFAULT theme: Tools > Modules > appearance/themes).

    • Makes no changes on the start safe mode window.

    See:

  • Interactive navigation button does not work on a specific page

    Hey everybody

    I used interactive navigation buttons in my document.  But when I come to page 7 I can't go any further (yet there are 5 pages coming soon).  The navigation on this page button does not work.  Can someone tell me how to solve this problem?

    Thank you

    Wendy

    Hello

    As Bob, today is your lucky LOL day - I am bilingual... so let me try and answer ;-) in Dutch

    IK zou ten eerste Gebeurtenis veranderen naar: Bij Loslaten of will.

    All en in het Lagen Panel een nieuwe laag aanmaken die ridiculous laag is.

    En dan knop in die laag plaatsen.

    Hopelijk works het dan wel.

    Line,

    CARI

  • Click the command button DOES not

    Hello

    I have a single command button on an UIR embedded in a dll I call TestStand. The button does nothing when you click sort, but when I press or , it works fine. Does anyone can say why this is happening?

    int CVICALLBACK TERMINATE_BUTTON (int, int int event, control panel,
    void * callbackData, int eventData1, int eventData2)
    {
    switch (event)
    {
    case EVENT_COMMIT:

    event action

    break;

    case EVENT_LEFT_CLICK:

    event action

    break;

    case EVENT_LEFT_CLICK_UP:

    event action

    break;

    }
    return 0;
    }

    Thank you in advace,

    JulianC

    Hello JulianC, a little research on the forum showed this thread that describes nearly the same situation as yours: you might find helpful advice, especially in LuisG post marked as solution and following.

  • apply the filter command button does not

    Hello experts, I have the code to apply the filter of order button below, but when I click on the command button, it runs under code but works.   Array is not be filtered:

    {} public void applyTableFilters (ActionEvent actionEvent)

    FilterableQueryDescriptor qd = (FilterableQueryDescriptor) myTable.getFilterModel ();

    QueryEvent queryEvent = new QueryEvent (searchResultTable, qd);

    myTable.queueEvent (queryEvent);

    AdfFacesContext.getCurrentInstance () .addPartialTarget (myTable);

    }

    < af:commandButton text = "ApplyFilter".

    ID = "applyFiltersCB" styleClass = 'blue '.

    actionListener = "#{viewScope.myBean.applyTableFilters} '"

    Binding = "#{viewScope.myBean.applyFilterCB} '"

    immediate = "true" >

    < / af:commandButton >

    < af:table value = "#{bindings.myList.collectionModel}" var = 'row' "

    Rows = "#{Bindings.myList.rangeSize} '"

    emptyText = "#{bindings.myList.viewable?" "{'No RECS found': 'Access Denied.'}".

    fetchSize = "#{bindings.myList.rangeSize} '"

    disableColumnReordering = "true" rowBandingInterval = "1".

    inlineStyle = ' height: 400px; "

    filterModel = "#{bindings.myListQuery.queryDescriptor} '"

    queryListener = "#{bindings.myListQuery.processQuery} '"

    filterVisible = "true" varStatus = "vs."

    selectionListener = "#{viewScope.myBean.currentSelectionListener} '"

    rowSelection = "#{viewScope.myBean.rowSelectionMode} '"

    ID = "t1".

    Binding = "#{viewScope.myBean.MyTable}" >

    < af:column sortProperty = 'year' filterable = "true" sortable = "true".

    shortDesc = 'AnnΘe Prg'

    headerText = "Year" Prg"id = 'c4' >

    < af:outputText value = "#{row.yearCode}" id = "ot6" / > "

    < f: facet = name 'filter' >

    < af:inputText label = "" id = "it1" shortDesc = "Prg Yr Filter" "

    value = "#{vs.filterCriteria.yearCode} '"

    maximumLength = "5" >

    < / af:inputText >

    < / f: facet >

    < / af:column >

    ......................................

    < / af:table >

    Appreciate any help.

    Finally it worked.    The question is the table PPR using backing bean does not display the filtered data rather than it shows full data.  If I use UI PPR, then apply filter method works very well.

  • Command button does not correctly disabled

    I use a commandButton control and its partial trigger is defined on a table. The reason is that I need to update the label with the number of lines selected in the table. And if no row is selected, it should be disabled. So to start, I put the 'disabled' attribute to true.
    Now I am facing this problem. The button is disabled. But when I pass the mouse over it, I can see it highlighted and apparently activated and I can click on it when the mouse is on it. Otherwise muted. Why it behaves like this?

    I have tested a 11.1.1.4 to 11.1.6.0 upgrade and see the same question. CommandButton that are disabled seem to be activated when you hover over. By clicking on watch it invalid later and does nothing.

    I was able to fix by adding this to my skin
    / * Fix for 11.1.1.6 jdev which shows disabled buttons as enabled when you hover over. */
    AF | commandButton:disabled,
    AF | commandToolbarButton:disabled
    {
    background-color: #E5E5E0! important;
    background-image: none! important;
    border-color: #B9B9B4! important;
    color: #737373! important;
    }

    Published by: Don Kleppinger on 24 may 2012 13:35

  • Search button does not work on the start page

    When I get home the point I want to search i.e. Griffin vulture in the search bar in the center of the home page and then click on the button Search to the right of the bar, that nothing happens

    Try to use the extension SearchReset reset preferences to default values.

    Note that the SearchReset extension runs only once and then uninstalls automatically, so it will not appear on the page "> Firefox Add-ons" (topic: addons).

    You can also check if you have the XML files including Google's default search engine in the searchplugins folder in the Firefox program folder.

    If this isn't the case, then you need to reinstall Firefox.

  • When I open a new tab, the back button does not work on the second page, I discover - never the second page, regardless of the site.

    When I opened a new tab - or when I first open a browser - as soon as I go to a second page, I can't go back to the first. Thus, for example, I opened a new tab. I go to a news site. I click on a title. I can not then go back to the first page of the new site. If I go back to the first page manually (by typing the url, or by opening a bookmark) and then click on the same heading, I'll be able to go back.

    The inability to return only ever happens on the second page opens in a new tab or window. At any time, I can go back as normal - but the first page I was on that tab / in this window is erased from history.

    This isn't something that's happened only with FF4, either. I first noticed a couple of weeks, but I upgraded shortly after, assuming it was a bug that would set the new browser. But it's always like that. He still refuses to back the second page of the first.

    This problem may be caused by an extension (McAfee SiteAdvisor) that is not working properly.

    Start Firefox in Firefox to solve the issues in Safe Mode to check if one of the Add-ons is the cause of the problem (switch to the DEFAULT theme: Tools > Modules > appearance/themes).

    • Makes no changes on the start safe mode window.

    See:

  • expnds of expandable text field, but does not go to the second page, why?

    Hello

    After working hours and read blogs, I was able to create a form with several fields stretch.

    the problem is that they aren't going to the second page. they will be cut off and sometimes everything is moving to a second page and I have a blank page first.

    Help, please.

    I need to talk to happen when I use tables in my forms. simple text will be more flow to the next page very well.

    The problem when there are tables

    Send the form and a description of the problem to [email protected] and I'll have a look when I get the chance.

    Paul

  • Button does not... and I don't even know why

    I have this frame 1:

    IMAGE NUMBER.

    slidenumber_txt. Text = currentFrame + "of" + totalFrames; Object (this).

    BUTTONVISBILITY / /.

    a_btn. Visible = true;

    b_btn. Visible = true;

    c_btn. Visible = true;

    d_btn. Visible = false;

    e_btn. Visible = false;

    f_btn. Visible = true;

    g_btn. Visible = true;

    i_btn. Visible = true;

    j_btn. Visible = true;

    k_btn. Visible = false;

    l_btn. Visible = false;

    h_btn1a. Visible = true;

    h_btn1a. SetStyle ("icon", iconh);

    h_btn1a.addEventListener (MouseEvent.ROLL_OVER, fh_btnro);

    function fh_btnro(e:MouseEvent):void {button_txt.text = 'Interacción' ;}

    h_btn1a.addEventListener (MouseEvent.ROLL_OUT, fbtnrout);

    h_btn1a.addEventListener (MouseEvent.CLICK, fbtnclickh1a);

    function fbtnclickh1a(e:MouseEvent):void {}

    var loadera = new Loader();

    addChild (loadera);

    loadera. Load (new URLRequest("lesson1/interactions/interaction1a.swf"));

    }

    function fbtnclicki(e:MouseEvent):void {}

    var loadera = new Loader();

    addChild (loadera);

    loadera. Load (new URLRequest("lesson1/documents/document1a.swf"));

    }

    function fbtnclickf(e:MouseEvent):void {}

    var loadera = new Loader();

    addChild (loadera);

    loadera. Load (new URLRequest("lesson1/sounds/audioplayer1a.swf"));

    }

    function fbtnclickj(e:MouseEvent):void {}

    var loadera = new Loader();

    addChild (loadera);

    loadera. Load (new URLRequest("lesson1/videos/video1a.swf"));

    }

    function fbtnclickk(e:MouseEvent):void {}

    var loadera = new Loader();

    addChild (loadera);

    loadera. Load (new URLRequest("lesson1/tests/test1a.swf"));

    }

    And this on frame 2:

    slidenumber_txt. Text = currentFrame + "of" + totalFrames;

    a_btn. Visible = true;

    b_btn. Visible = true;

    c_btn. Visible = true;

    d_btn. Visible = true;

    e_btn. Visible = true;

    f_btn. Visible = true;

    g_btn. Visible = true;

    i_btn. Visible = true;

    j_btn. Visible = false;

    k_btn. Visible = false;

    l_btn. Visible = false;

    h_btn1b. Visible = true;

    h_btn1b. SetStyle ("icon", iconh);

    h_btn1b.addEventListener (MouseEvent.ROLL_OVER, fh_btnro1b);

    function fh_btnro1b(e:MouseEvent):void {button_txt.text = 'Interacción' ;}

    h_btn1b.addEventListener (MouseEvent.ROLL_OUT, fbtnrout, false, 0, true);

    Object (this),.h_btn1b.addEventListener (MouseEvent.CLICK, fbtnclickh1b);

    function fbtnclickh1b(e:MouseEvent):void {}

    var loadera = new Loader();

    addChild (loadera);

    loadera. Load (new URLRequest("lesson1/interactions/interaction1b.swf"));

    }

    I also have this on another layer:

    import flash.events.MouseEvent;

    Import fl.transitions.Tween;

    Fl.transitions.easing import. *;

    Import fl.transitions.TweenEvent;

    Stop();

    STADIUM.

    stage.displayState = StageDisplayState.FULL_SCREEN;

    CUSTOM MENU.

    var custom_menu:ContextMenu = new ContextMenu();

    custom_menu.hideBuiltInItems ();

    option1 var = new ContextMenuItem ("© Copyright 2012 Jeje Designs all rights reserved");

    var option2 = new ContextMenuItem ("+ 1 787.272.5059: ") [email protected] "); "

    Option3 var = new ContextMenuItem ("project title: presentation system 1.0 Build 1 Release 1 |") 01032012 ");

    option4 var = new ContextMenuItem ("Devigner: Edwin Merced | ") [email protected] "); "

    Option5 var = new ContextMenuItem ("security access");

    Option5. Enabled = false;

    Option5.separatorBefore = true;

    custom_menu.customItems.push (option1 option2, option3, option4, option5);

    contextMenu = custom_menu;

    NAVIGATION.

    a_btn. SetStyle ("icon", icona);

    b_btn. SetStyle ("icon", iconb);

    c_btn. SetStyle ("icon", iconc);

    d_btn. SetStyle ("icon", icond);

    e_btn. SetStyle ("icon", icon);

    f_btn. SetStyle ("icon", iconf);

    g_btn. SetStyle ("icon", ihsane);

    i_btn. SetStyle ("icon", iconi);

    j_btn. SetStyle ("icon", iconi);

    k_btn. SetStyle ("icon", iconk);

    l_btn. SetStyle ("icon", iconl);

    a_btn.addEventListener (MouseEvent.ROLL_OVER, fa_btnro, false, 0, true);

    b_btn.addEventListener (MouseEvent.ROLL_OVER, fb_btnro, false, 0, true);

    c_btn.addEventListener (MouseEvent.ROLL_OVER, fc_btnro, false, 0, true);

    d_btn.addEventListener (MouseEvent.ROLL_OVER, fd_btnro, false, 0, true);

    e_btn.addEventListener (MouseEvent.ROLL_OVER, fe_btnro, false, 0, true);

    f_btn.addEventListener (MouseEvent.ROLL_OVER, ff_btnro, false, 0, true);

    g_btn.addEventListener (MouseEvent.ROLL_OVER, fg_btnro, false, 0, true);

    i_btn.addEventListener (MouseEvent.ROLL_OVER, fi_btnro, false, 0, true);

    j_btn.addEventListener (MouseEvent.ROLL_OVER, fj_btnro, false, 0, true);

    k_btn.addEventListener (MouseEvent.ROLL_OVER, fk_btnro, false, 0, true);

    l_btn.addEventListener (MouseEvent.ROLL_OVER, fl_btnro, false, 0, true);

    a_btn.addEventListener (MouseEvent.ROLL_OUT, fbtnrout, false, 0, true);

    b_btn.addEventListener (MouseEvent.ROLL_OUT, fbtnrout, false, 0, true);

    c_btn.addEventListener (MouseEvent.ROLL_OUT, fbtnrout, false, 0, true);

    d_btn.addEventListener (MouseEvent.ROLL_OUT, fbtnrout, false, 0, true);

    e_btn.addEventListener (MouseEvent.ROLL_OUT, fbtnrout, false, 0, true);

    f_btn.addEventListener (MouseEvent.ROLL_OUT, fbtnrout, false, 0, true);

    g_btn.addEventListener (MouseEvent.ROLL_OUT, fbtnrout, false, 0, true);

    i_btn.addEventListener (MouseEvent.ROLL_OUT, fbtnrout, false, 0, true);

    j_btn.addEventListener (MouseEvent.ROLL_OUT, fbtnrout, false, 0, true);

    k_btn.addEventListener (MouseEvent.ROLL_OUT, fbtnrout, false, 0, true);

    l_btn.addEventListener (MouseEvent.ROLL_OUT, fbtnrout, false, 0, true);

    a_btn.addEventListener (MouseEvent.CLICK, fbtnclicka, false, 0, true);

    b_btn.addEventListener (MouseEvent.CLICK, fbtnclickb, false, 0, true);

    c_btn.addEventListener (MouseEvent.CLICK, fbtnclickc, false, 0, true);

    d_btn.addEventListener (MouseEvent.CLICK, fbtnclickd, false, 0, true);

    e_btn.addEventListener (MouseEvent.CLICK, fbtnclicke, false, 0, true);

    f_btn.addEventListener (MouseEvent.CLICK, fbtnclickf, false, 0, true);

    g_btn.addEventListener (MouseEvent.CLICK, fbtnclickg, false, 0, true);

    i_btn.addEventListener (MouseEvent.CLICK, fbtnclicki, false, 0, true);

    j_btn.addEventListener (MouseEvent.CLICK, fbtnclickj, false, 0, true);

    k_btn.addEventListener (MouseEvent.CLICK, fbtnclickk, false, 0, true);

    l_btn.addEventListener (MouseEvent.CLICK, fbtnclickl, false, 0, true);

    function fa_btnro(e:MouseEvent):void {button_txt.text = 'Salida' ;}

    function fb_btnro(e:MouseEvent):void {button_txt.text = 'Final' ;}

    function fc_btnro(e:MouseEvent):void {button_txt.text = "Siguiente" ;}

    function fd_btnro(e:MouseEvent):void {button_txt.text = "Previous" ;}

    function fe_btnro(e:MouseEvent):void {button_txt.text = 'Inicio' ;}

    function ff_btnro(e:MouseEvent):void {button_txt.text = "Audio" ;}

    function fg_btnro(e:MouseEvent):void {button_txt.text = 'Glosario' ;}

    function fi_btnro(e:MouseEvent):void {button_txt.text = "Lectura" ;}

    function fj_btnro(e:MouseEvent):void {button_txt.text = 'Vidéo' ;}

    function fk_btnro(e:MouseEvent):void {button_txt.text = "Prueba" ;}

    function fl_btnro(e:MouseEvent):void {button_txt.text = 'Button L' ;}

    function fbtnrout(e:MouseEvent):void {button_txt.text = "" ;}

    function fbtnclicka(e:MouseEvent):void {var mc:lessonexit_mc = new lessonexit_mc();}

    MC.x = 479;

    MC.y = 290;

    addChild (mc) ;}

    function fbtnclickb(e:MouseEvent):void {gotoAndStop ("lastframe") ;}

    function fbtnclickc (e:MouseEvent):void{nextFrame() ;}

    function fbtnclickd (e:MouseEvent):void{prevFrame() ;}

    function fbtnclicke(e:MouseEvent):void {gotoAndStop ("firstframe") ;}

    / * function fbtnclickf(e:MouseEvent):void {var mc:audioplayer_mc = new audioplayer_mc();}

    MC.x = 751;

    MC.y = 141;

    addChild (mc) ;} */

    function fbtnclickg(e:MouseEvent):void {}

    var loadera = new Loader();

    addChild (loadera);

    loadera. Load (new URLRequest("glossary/glossary.swf"));

    }

    function fbtnclickh(e:MouseEvent):void {}

    / * function fbtnclicki(e:MouseEvent):void {button_txt.text = 'I' ;} * /}

    / * function fbtnclickj(e:MouseEvent):void {button_txt.text = 'J' ;} * /}

    / * function fbtnclickk(e:MouseEvent):void {button_txt.text = 'K' ;} * /}

    function fbtnclickl(e:MouseEvent):void {button_txt.text = 'L' ;}

    H_btn1b button does not... I wonder why?

    First of all, try to put b on another layer and see if that fixes it.

  • Command button is not activated after action is completed

    Hi all

    I am creating an Excel since the command button using a method of bean support. The command button is not activated after that action is completed. but the information load in Excel and excel also created correctly.

    Code method as follows:


    public void exportToExcelEventForm () throws IOException
    {


    Date dt = new Date();
    SimpleDateFormat fmt = new SimpleDateFormat("yyyy-MM-dd_HHmmss");
    String filename = fmt.format (dt) + ".csv".
    String contentType = "application / vnd.ms - excel";

    FacesContext fc = FacesContext.getCurrentInstance ();
    HttpServletResponse response =
    (HttpServletResponse) fc.getExternalContext () m:System.NET.FtpWebRequest.GetResponse ();
    response.setHeader ("Content-disposition",
    "attachment; filename ="+ filename);
    response.setContentType (contentType);
    PrintWriter out = response.getWriter ();
    out.println ();
    out.println ("event details");
    out.println ("testing");
    out. Close();
    fc.responseComplete ();
    FC. Release();

    }

    What is at stake in this? pls guide me

    Why not put an af:fileDownloadActionListener in the command button. In the bean you need a method like

        public void exportExcel(FacesContext aFacesContext, OutputStream aOutputStream)
        {...
    }
    

    You can use the stream output and when you finished just rinse. Do not close the stream and does not complete the answer.

    Timo

  • If the action button does not have my document?

    I scanned a document private on my printer using the iPad Printercontrol app, I wanted to send the document to myself, so I went into the menu files, selected the scanned document and instead press the arrow icon (share), I pressed the button share instead. Now, I don't know where the document has been "shared" at. Where exactly is he? I don't see all the settings as to where a document would be shared, whether it's on social media networks, that I have accounts or a location in my network.

    Hey CommandereON,

    I see that you use the PrinterControl application and analysis.  I'm guessing that you pressed the ' share' button at the bottom left of the screen when you try to share your emails.  I just tested this option and this button does not send the document from anywhere.  He shares the file outside the control application printer at the Gallery of the camera itself.  You use the button at the top right to share in places such as social networks and e-mail.

    Hope this helps to clarify your question,

    Jason

  • the 'Clear now' button does not not on web content caching

    I clicked on tools > option > advanced > caching of content, then clicked on the "Clear now" button > ok, nothing has shown that if the button does not work and there was no clear action.

    This button to clear the cache is probably broken because the current version of Firefox 32 has switched to a new service named Cache2 cache.

    This change will result in extensions that use the old cache service to stop working and its developer must update the extension.
    You can see the site of Add-ons to see if there is already a version available that maybe is not approved yet.

  • "back" button does not work in https google search

    Search Google seems to have made mandatory https once connected. It breaks the history and behavior of the back button to the results page of google search on the results page. I think it's because google, clicking on a result link, redirects to the page of results through an intermediary, obfuscated url, which causes the back button to also redirect to the result page. It's exactly the same problem as described here: https://support.mozilla.org/en-US/questions/892406?e=es & as = aaq for which there is no solution, that google does not disable https more. BTW, this behavior is not replicted on chrome, i.e., back button works correctly despite the intermediate redirection page.

    Hello

    You can try the add-on NoScript which may help you.

  • Call button does not

    OK so basically that my call button does not work. My command /golive work which is really strange. This started yesterday (8-31) and is still a persistent problem even after I upgraded the latest version of Skype. I checked the forum and have not found anything that has helped me. I, I am the host of this call and have been for several months; It is the first time that this has happened. My status says Skype online, so this isn't my problem. I'm on Mac OSX 10.10.5. Help me

    Thank you that was the answer I was looking for. Thank you for your time and sorry if it was a stupid question.

Maybe you are looking for

  • How can I prevent the download Thunderbird automatically emails?

    I do not have thunderbird to automatically download my emails from my server. I want to manually click to receive email. How can I prevent automatic download?

  • Need information... !!

    first I wish warmly to all...! the fact that I write here, I want to know common things on MacBook. I am waiting to buy the new MacBook pro 2016... I am that preferring instead of computers to portable windows and this will be my 1st apple product. I

  • Magical ability for S3200

    Hello Please, anyone know if it is a tool like 'Magical ability' to Lenovo S3200? Thank you Anderson.

  • Load a dynamic VI and keep in memory after execution

    Hi guys,. I use a strange setting that I have to follow a set of rules. My problem is the following: I have a main VI (which is compiled into an EXE file) that dynamically loads and executes a Subvi (the Subvi is not compiled into the EXE file). Call

  • Acer V15 Nitro Black Edition battery stopped working

    Just ordered a new V15 Nitro Black Edition (Skylake). I turned it on, set up Windows 10, everything worked perfectly. I also ordered a SSD m.2, then I decided to pop the laptop open and install it. Installation, apparently went well, but now the lapt