Debug ideas for navigation issue?

The single navigation to another page I have in a project no longer works after switching from 1.1 to 1.2. I've checked and rechecked syntax differences and libraries, but run out of ideas to debug this further. Any thoughts would be appreciated.
Using Sun RI 1.2 - 1.2_04-b16-p02 via WTP 2.0
I can step through the entire method called by actionListener. The navigation to the new page just never occurs and no error messages.
<h:commandButton type="submit" value="Confirm Selections"
id="printJobs" action="success" onchange="submit()"
actionListener="#{ConfirmBean.onSubmitJobs}" />
<navigation-rule>
  <from-view-id>/FormSelection.xhtml</from-view-id>
  <navigation-case>
    <from-outcome>success</from-outcome>
    <to-view-id>/PrintConfirmation.xhtml</to-view-id>
  </navigation-case>
</navigation-rule>

Have you tried downloading the source of the RI and stepping through the NavigationHandler implementation?

Similar Messages

  • ITunes will not download on my 64bit lap top. I have tried 6 times to download it.Does anyone have any ideas for this issue?

    I have tried 6 times to download itunes on my 64bit lap top. I keep getting error messages, and I have disabled the pop up blockers still nothing. Does anyone have any ideas?

    What do the error messages say? (Precise text, please.)

  • Eclipse 1.3.2 window freezes issue, wrong IDE for win 7 or bad config?

    Hi everyone, this is my first thread on this forum...well this is my first thread ever.
    I wasn't sure where to post my question, but since it is veeeery noobish, I'm posting it here instead of the obscure 'other' development section.
    I installed the Eclipse IDE for Java Developers the other day version 1.3.2 for my OS which is Windows 7 x86.
    I installed the Java SE development kit 6 and had already the Java 6 runtime thingy installed way before I even considered studying computer science.
    The problem is that when I run the code below the Java popup window appears.....but it won't close if I click on the 'x' to close it :/
    Anyone knows the cause to this problem? It would save me a lot of time and mental sanity, I've been fighting with it for some time now.
    Thanks in advance.
    import java.awt.Frame;
    import java.awt.Label;
    public class howdy_window extends Frame {
         public static void main(String arg[]){
              new howdy_window();
    howdy_window() {
          Label label;
          label = new Label("Fuck you!");
          add(label);
          pack();
          setVisible(true);
    }

    Adrian_Woodhouse wrote:
    Nevermind gimbal2, the issue has been solved and I've had some time on my hands to figure out that the IDE wasn't giving me those problems in other istances other than the one I presented in this thread, it was the code itself :/
    Now I'm more aware and have started ignoring the feeling of helplessness of trying to learn a OOP language with such huuuuuge resources and APIs..The trick is to learn how to find answers. A forum shouldn't be your first visit, your brain is. Try to reason why you are getting certain errors or why something isn't working. If you get an error, copy/paste the part that is not specific to you into Google and see what you get. Mostly the error you get is the result of something else blowing up, look further and see if maybe something else was not working either.
    Sometimes you have to deeper. I have had occasions where I needed to download the source code of an API so that I could step through it in debugging mode. That in itself is for me a very good reason to stick with open source stuff only; debugging capabilities.

  • Any ideas for resolving IE "Page Cannot be Displayed" issues being encountered in Viewer using 11.1.1.7 in SSL mode, works fine w/Firefox & Chrome, or IE using nonSSL.

    Wanted to reach out to the community to see if anyone else is experiencing this issue.  We have tried to work an SR on it, but just have not been getting anywhere w/support.
    We recently upgraded from 11.1.1.6 to 11.1.1.7.
    When using a SSL connection (https://...8094), our Discoverer Viewer IE users are encountering "Page cannot be found" errors when running reports and when trying to export.  The problems are not encountered for users utilizing Firefox or Chrome, just IE.
    A couple notes:
    We've found that by dialing down the number of rows to display, that will most often allow the report to work, e.g. if the report is set to display 25 rows, the report will fail and we'll just get the IE "Page cannot be found".  If we change the display rows to 5, then the exact same report with the exact same parameters will work.  Although it would be nice to be able to display more than just 5 rows of data :-) .
    When the report runs successfully, we've also found that users get a lot of failures when exporting to .XLS.  Often they can be successful exporting to .csv instead of .xls, but some reports still fail to export .csv.
    We didn't have any of these issues prior to upgrading from 11.1.1.6 to 11.1.1.7, and again the issues only impact IE users when connecting in SSL mode.  If we test the exact same reports/parameters using a non-SSL connection (same web-server, just using http://....:8090 instead of https://.....:8094), everything works great.  Something just doesn't seem to be compatible between IE, SSL and the Web Server for the page calls over some certain size.
    Just wanted to reach out to see if any Disco Web Server gurus out there might have any ideas of things for us to try.
    Thanks a ton!
    Larry

    So, I did this:
    edited  $INSTANCE_HOME/config/OHS/ohs1/ssl.conf file.
    Commented/removed the following section (Took a backup of the file before modifying it)
    BrowserMatch ".*MSIE.*" \
    nokeepalive ssl-unclean-shutdown \
    downgrade-1.0 force-response-1.0
    opmnctl stopall
    opmnctl startall
    The Viewer problem seems to be gone.  Oracle is adding a note to MOS for this issue, possibly with this solution.
    Tom

  • Is there any IDE for compiling/debugging FlasCC apps?

    I want to use FlasCC for a large project, but I have no experience with GDB. Is there an IDE for FlasCC out there so I can do the compiling/debugging things (mostly debugging)? Or could anyone tell me how to configure one (like eclipse)?

    Since all iTunes content, with the exception of purchased ringtones, can be re-downloaded for free, your apps are already available from the "cloud" so to speak.

  • TS3367 My partner has the Iphone 5 and I am using a MacBook with version 1.0.2. When using the face time app to call him he says that cam freezes and he is unable to hear me. Any ideas of the problem and and ideas for resolving the issue?

    My partner has the Iphone 5 and I am using a MacBook with version 1.0.2. When using the face time app to call him he says that cam freezes and he is unable to hear me. Any ideas of the problem and and ideas for resolving the issue?

    Had the same problem, the only fault and the reason why it happend is a bad wifi connection!
    Could ofc be something else, but thats my two cents!

  • IDE for debugging JSPs?...

    Please help, anyone know of a good IDE for debugging JSPs? are there any
              that may be freeware?
              

    Try converting the .jsp files to Java files then compiling to .class files
              and deploying as Servlets. Then you can easily debug with any debugger
              supporting WL.
              Peace,
              Cameron Purdy
              Tangosol, Inc.
              http://www.tangosol.com
              +1.617.623.5782
              WebLogic Consulting Available
              "Manoj" <[email protected]> wrote in message
              news:3b02fe33$[email protected]..
              > Please help, anyone know of a good IDE for debugging JSPs? are there
              any
              > that may be freeware?
              >
              >
              

  • Conceptual problem: AJAX Memory tree for navigation

    Hello,
    I have a conceptual problem with a navigation tree.
    I have to implement a AJAX memory tree for navigation purposes, which should be on page 0, so this tree is on the left side of every page.
    Therefore I searches some examples and found this: http://www.oracle.com/technology/pub/articles/spendolini-tree.html
    So I try to rebuild this example with my custom tables and recognised that this example is very slow. I have round about 100 nodes in the tree and my database and network connection is extremly fast(I`m sitting in a proffesional data center).
    So first of all I am wondering why the tree is so slow when I try to expand it and if it is possible to use this tree on the page 0.
    Because of the performance problem I searched for some alternatives, but I didn`t found one.
    Every custom APEX-tree is not dynamic(AJAX) and the dynamic APEX-lists can not base on a select-statement.
    So at this moment I don`t know how to build a AJAX memory tree for navigation which is fast, looks good and works as expected.
    Does anybody have an idea why the tree is so slow?
    Are there alternatives which I can try to use?
    Thank you,
    Tim

    Hi Tim
    100 nodes is not a lot of data for a tree, so why bother with AJAX at all.
    Just render the entire tree, and let the user expand and collapse nodes as they like.
    APEX has a dhtml tree in the standard themes which is enough to get you started.
    The issue I had with it is that it isn't stateful, so doesn't remember which nodes are open between page refreshes.
    That's what got me into ExtJS originally.
    If you look at my demo, I have a couple of examples worth looking at:
    - [tree using APEX lists|http://apex.oracle.com/pls/otn/f?p=200801:2025:0::NO:::] uses APEX built in hierarchical lists, which allows conditional logic on nodes
    - [AJAX editable tree|http://apex.oracle.com/pls/otn/f?p=200801:2013:0::NO:::] which is fully AJAX enabled.
    The other point worth mentioning is if you are using hierarchical queries for your tree you should consider restructuring your data set.
    Typically trees are fairly static, in that the data changes very little over time.
    This makes a very strong case for maintaining the node sequence and level in a denormalised way.
    Data updates become more expensive, but read operations, which will be the bulk of your operations will be very fast.
    Many choices on how to implement, e.g. materialized views with refresh on demand.
    Regards
    Mark
    [Random Insights into Oracle|http://oracleinsights.blogspot.com/] | [Marks Playpen|http://apex.oracle.com/pls/otn/f?p=200801]

  • Studio 10 cannot get debugging information for main

    Hi all,
    Running Build 20040805 of Studio 10 on Solaris 9.
    I cannot get the debuging info for the main routine.
    I think the issue is related to the fact that the Fortran runs in a Perl wrapper, which renames the executable. It did also create a new directory for the run, but we have suppresed that.
    Any ideas?
    Andrew

    Try using the "pathmap" command in dbx to point to the
    directory where the .o files are. Normally, dbx will find
    look in the a.out to find a path to the .o files. Then it will load
    debugging information from the .o files.

  • Report Navigation Issue after upgrading from 10g to 11g

    Hi Experts
    I have recently upgarded my solution from 10g to 11g. Issue is when I click on column value for navigation it doen't navigate the display remains unchanged
    1) I have created new dashboard and placed this report in new dashboard the navigation works fine.
    2) I have created new report and placed that report in old dashboard it doesn't work
    why is it so I undertand that there is problem with Dashboard and not with report but I am unable to figure it out
    what can be the problem? any suggestions
    Thanks
    Sameer

    Hi Experts
    I have recently upgarded my solution from 10g to 11g. Issue is when I click on column value for navigation it doen't navigate the display remains unchanged
    1) I have created new dashboard and placed this report in new dashboard the navigation works fine.
    2) I have created new report and placed that report in old dashboard it doesn't work
    why is it so I undertand that there is problem with Dashboard and not with report but I am unable to figure it out
    what can be the problem? any suggestions
    Thanks
    Sameer

  • HT1384 My ipod nano 3rd generation, when connected by usb, does not show up in itunes, does not show up on my computer, does not seem to charge by the wall charger. It just has a black screen. Any ideas for me?

    My ipod nano 3rd generation, when connected by usb, does not show up in itunes, does not show up on my computer, does not seem to charge by the wall charger. It just has a black screen. Any ideas for me?
    I've run diagnostics. Can't find device. I've tried resetting. The toggle has been turned on and off.

    Cable works fine on my other iPod. Reset by pressing menu and center button together for 6-10 seconds. Left it to charge for many hours. Started acting up while running. Suddenly the music stopped playing but my Nike + was still working for the rest of my run. Took it straight it home and plugged it in to the wall to recharge since the battery was fairly low. Looked like it recharged ok but then screen went blank and now does it not show up on iTunes, does not seem to recharge by the wall charger (apple wall charger plugged into a surge protector in India). I have turned the hold switch off and on many times.
    Sounds like a repair issue, which is not easy to do in India :(

  • Dreamweaver Teamplate with Library Item for Navigation/Sidebar not updating editable classes

    I have a Dreamweaver Template that contains two Library items. One Library item is my navigation bar, the other is a sidebar that shows different content depending on what page you are on. I'm assigning an editable class "active" to the navigation bar to show you are on a particular page, and also assigning the editable class "active" to the sidebar to reveal a portion of the sidebar with links pertaining to that specific page. The default value for the class is "hidden". So what is happening is when I open a page I have created and "edit" the Library Items in it to edit these classes, it resets resets all the other pages on the site to the default class values. How am I able to use editable classes and Library Items to achieve this kind of functionality? The idea is to only have ONE navigaton bar to update on the site and to only have ONE sidebar item to update. Here is an example of the sidebar and navigation in action so you can see what I'm going for. Notice the green button in the navigation bar (that is a list item with the class "active" which is an editable class in the Library Item, also notice the tan links in the sidebar, that is an unordered list that has an editable class of "active" in the Library Items --- these editable classes reset to their defaults when updating the Library Item on the website).
    http://www.brumleve.org/joe/temp/CAP/mission.html

    In my understanding, whenever you edit the contents of a library item, it will update all other occurances of this library item on the rest of the site. That's "working as designed" as far as I know, unless you break the link by telling it to not update - which kinda defeats the purpose I think.
    But theres another way to do this using template properties, i#ve been using this approach myself a couple of times:
    Write your navigation bar in the template (.dwt) file itself, then select the class= of your first menu item and choose .. (names might be off, I am using a non-English copy of DW): "modify > template > make attribute editable" from the main menu. Do so for all your menu items and name these new template properties something like "item_x_class"
    You'll end up with something like this in your template source:
    <div class="@@(item_1_class)@@">
    and a matching
    <!-- TemplateParam name="item_1_class" type="text" value="active" --> in the header
    Now, on each page, you can set the class within the template properties dialog ("modify > template properties"). If your main menu changes, it won't overwrite your template properties, but still update all pages when you do make a change to the menu.
    If you're using multiple templates for your site, consider nesting templates, so the master template already includes your navbar and all subsequent templates will "inherit" changes to the navbar code (sans the editable class property).
    Hope this helps.. or at least gives you an idea for further experiments..
    Stephan

  • Ideas for lastest chipsets and computing hardware

    i have many ideas for silicone based builds and i would like input from everyone if you wish.
    discrete graphics are great and i believe that both Intel and AMD have made great recent leaps in this architecture and i give them both respect.
    i believe low cas is the way to go for memory to assist in optimal multi-core usage and rendering capability.
    3-d technology looks amazing to me although i have yet to try it out myself as well as a lot of the newest touch screens.
    i would like to see 4-8 system threads with high physics per thread and as low of frequency as possible for less power draw after all if we are going to be innovative we should be energy efficient at the same time.
    my point of view is from a gamers and over clocking perspective with little understanding of the hard work that goes into the programming and server end of the computing industry.

    In before Mike!
    Unfortunately your post is off topic here, in the TechNet Site Feedback forum, because it is not Feedback about the TechNet Website or Subscription.  This is a standard response I’ve written up in advance to help many people (thousands, really.)
    who post their question in this forum in error, but please don’t ignore it.  The links I share below I’ve collected to help you get right where you need to go with your issue.
    For technical issues with Microsoft products that you would run into as an
    end user of those products, one great source of info and help is
    http://answers.microsoft.com, which has sections for Windows, Hotmail, Office, IE, and other products. Office related forums are also here:
    http://office.microsoft.com/en-us/support/contact-us-FX103894077.aspx
    For Technical issues with Microsoft products that you might have as an
    IT professional (like technical installation issues, or other IT issues), you should head to the TechNet Discussion forums at
    http://social.technet.microsoft.com/forums/en-us, and search for your product name.
    For issues with products you might have as a Developer (like how to talk to APIs, what version of software do what, or other developer issues), you should head to the MSDN discussion forums at
    http://social.msdn.microsoft.com/forums/en-us, and search for your product or issue.
    If you’re asking a question particularly about one of the Microsoft Dynamics products, a great place to start is here:
    http://community.dynamics.com/
    If you really think your issue is related to the subscription or the TechNet Website, and I screwed up, I apologize!  Please repost your question to the discussion forum and include much more detail about your problem, that could include screenshots
    of the issue (do not include subscription information or product keys in your screenshots!), and/or links to the problem you’re seeing. 
    If you really had no idea where to post this question but you still posted it here, you still shouldn’t have because we have a forum just for you!  It’s called the Where is the forum for…? forum and it’s here:
    http://social.msdn.microsoft.com/forums/en-us/whatforum/
    Moving to off topic. 
    Thanks, Mike
    MSDN and TechNet Subscriptions Support

  • When I watch tv shows in Front Row that I've bought off iTunes the audio gradually falls out of sync with the video. It does not happen with other files that I have converted into mp4s. Any ideas for fixing this? It's a huge bummer...

    When I watch tv shows in Front Row that I've bought off iTunes the audio gradually falls out of sync with the video. It does not happen with other files that I have converted into mp4s. Any ideas for fixing this? It's a huge bummer...

    I too have the same problem.  The audio drop out of sync in about 5 sec in not uncommon for the audio to be 30+ sec behind video.  Apple needs to fix this!!!!!!!!!!!!!!!!   its a joke,  my iphone is all messed up after the last update as well.  at one time not to long ago apple products and software were top rated, not so much any more, more and more problems are showing up and apple is unwilling or unalbe to fix the many issues.  Apple needs to fix the audio sync problem, it not the computer hardware or other software it ITUNES!!!!,  there is no workaround other then hitting pause and hitting pause and hitting pause to temp fix the problem. 

  • Itunes and all my movies have disappeared,i can no longer add to library from my external hdd which ive always used and can only add from the laptops own hard drive,any ideas what the issue could be?

    ive recently updated, itunes and all my movies have disappeared,i can no longer add to library from my external hdd which ive always used and can only add from the laptops own hard drive,any ideas what the issue could be?if i transfer the movies from the external to the laptop they will add to the library without any problem so theres no issue with the laptop but when i go to add file in itunes i can path to the external but as soon as i select the file nothing happens, just goes back to itunes

    This happens if the file is no longer where iTunes expects to find it. Possible causes are that you or some third party tool has moved, renamed or deleted the file, or that the drive it lives on has had a change of drive letter. It is also possible that iTunes has changed from expecting the files to be in the pre-iTunes 9 layout to post-iTunes 9 layout,or vice-versa, and so is looking in slightly the wrong place.
    Select a track with an exclamation mark, use Ctrl-I to get info, then cancel when asked to try to locate the track. Look on the summary tab for the location that iTunes thinks the file should be. Now take a look around your hard drive(s). Hopefully you can locate the track in question. If a section of your library has simply been moved, or a drive letter has changed, it should be possible to reverse the actions.
    Alternatively, as long as you can find a location holding the missing files, then you should be able to use my FindTracks script to reconnect them to iTunes .
    tt2

Maybe you are looking for