IDE bug? Page navigation problem.

Is there any way to see all of the buttons on a page in the Page Navigation screen?
When you left click on the page in the Page Navigation screen, it expands, but not enough to see all of the buttons.
I have a page with a lot of buttons on it, and I can only see the first 10 of them and cannot find a way to scroll down.
Thanks.

A bug report has laready been filed for this issue.

Similar Messages

  • Page navigation problems

    Hi all,
    I am new to JSF, and I am trying to implement a simple page navigation which displays some values that the user entered. The values are stored in a managed bean. It's a simple login form. I am using NetBeans as my IDE. My page navigation is set up as follows:
    <?xml version="1.0" encoding="UTF-8"?>
    <faces-config version="1.2" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-facesconfig_1_2.xsd">
    <navigation-rule>
    <from-view-id>/index.jsp</from-view-id>
    <navigation-case>
    <from-outcome>login</from-outcome>
    <to-view-id>/login.jsp</to-view-id>
    </navigation-case>
    </navigation-rule>
    </faces-config>
    And my JSF page is setup as follows:
    <?xml version="1.0" encoding="UTF-8"?>
    <jsp:root version="1.2" xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" xmlns:jsp="http://java.sun.com/JSP/Page" xmlns:webuijsf="http://www.sun.com/webui/webuijsf">
    <jsp:directive.page contentType="text/html;charset=UTF-8" pageEncoding="UTF-8"/>
    <f:view>
    <webuijsf:page binding="#{index.page1}" id="page1">
    <webuijsf:html binding="#{index.html1}" id="html1">
    <webuijsf:head binding="#{index.head1}" id="head1">
    <webuijsf:link binding="#{index.link1}" id="link1" url="/resources/stylesheet.css"/>
    </webuijsf:head>
    <webuijsf:body binding="#{index.body1}" id="body1" style="-rave-layout: grid">
    <webuijsf:form binding="#{index.form1}" id="form1">
    <webuijsf:staticText binding="#{index.staticText1}" id="staticText1" style="position: absolute; left: 144px; top: 72px" text="Enter user name:"/>
    <webuijsf:staticText binding="#{index.staticText2}" id="staticText2" text="Enter password:" />
    <h:inputText binding="#{user.name}" id="txtUsername" />
    <h:inputText binding="#{user.password}" id="txtPass" />
    <h:commandButton action="login" binding="#{index.btnLogin}" id="btnLogin" value="Log in"/>
    <h:inputText binding="#{index.txtUsername}" id="txtUsername"/>
    <h:inputText binding="#{index.txtPass}" id="txtPass"/>
    </webuijsf:form>
    </webuijsf:body>
    </webuijsf:html>
    </webuijsf:page>
    </f:view>
    </jsp:root>
    The web application compiles and deploys with no problem. However, when I click the btnSubmit button, it does not redirect me to the page specified in the faces-config.xml file. Can anyone tell me what I'm doing wrong? Thanks for any help you can provide.

    I'm not sure what you are trying to do here.
    Are you trying to map the commandButton's action="login" to your rule <from-outcome>login</from-outcome>?
    I think you want the commandButton to map to a method in your backing bean. E.g. action="#{bean.goToLogin}" .
    The method goToLogin() should then return the string, "login" . This will be caught by your navigation rule <from-outcome>.
    <from-outcome> maps to a specific string returned from a method called in that page.
    But in this case if you just want redirection, it should be easier just an outputLink pointing to login.jsp.
    Hope this helps!

  • ESS page Navigation problem EP7.0 for ERP2004

    Hi
    How are you?
    We made ESS configuration in our new NW04s SP10 portal.
    We use ECC 5.0 as back end. As we can’t install the XSS component for ERP2004 in NW04s, we add java stack in ECC 5.0 machine and installed the XSS and JCO and all there. And imported the BP for ESS 60.2 in portal EP7.0.
    Now everything is working fine that one problem.
    The problem is related to link in portal. When I click the ESS overview menu, I get the the overview with ESS menu inside the page.
    But if I click again in ESS overview menu, it changes to the overview with ESS menu inside the page. If I click again it change to first style. What I mean is, it change the every alternative time. I made all the PCD setting in IMG. And when I get the second view, and if I click in any link, the top level navigation will not work after that.
    Do you have any idea why it is so and how to fix it?
    I appreciate your support.
    Thanks
    Raibin

    It might seem like not a big problem at first, but this can be a major problem. If you are implementing filters and routing their in web.xml, you will not get the intended effect. For example, I use a filter to make sure that the user has logged in before accessing a page in the /app directory. The filter is not applied AT ALL the first time the user tries to go into the /app directory. Any way to make JSF shows the correct URL?

  • Page navigation problem in adf application.

    Hi All,
    I developed one application in ADF that is working fine in integrated WLS. But While deployed in standalone WLS the page is not navigating.
    in my application i created two pages like in First page search with table.second page details of particular row from table for that oi used
    Execute with perms with key value method from Data-control in table for row i changed to command link when i click on link the page should be navigated to details page
    in integrated WLS but its not working in standalone WLS. please give some solution.
    Regards,
    Shankar

    Shankar,
    Did you try searching for the problem first?
    Check the URL that you are using to run your application in the standalone WLS (and compare it with the URL that you use with the integrated WLS).
    I'd guess your standalone URL has ".jspx" or ".jsf" at the end of it, which means you're running a page directly and not a taskflow view activity. Try removing the ".jspx" or ".jsf" from your URL and see what happens.
    For more explanation, you can search the forum or read the Fusion Developers Guide for ADF - this question is asked about once or twice a week.
    John

  • Tab Page Navigation Problem???

    Hi All:
    I am facing problem with tab page. when I save some record at the last tab then it moves towards its previous tab page. May be navigation becomes wrong.Record is saved. What would be the solution? Can anyody tell me. Thanks
    Ali

    Just two wonders...:
    1) Are the blocks ordered in the Object Navigator ... as they appear in the tabs of your tab canvas...????
    2) Is there in the 'save trigger' or in other place (which take place in the save process) a "go_item(<itemname_of_the_previous_tab>)" or "go_block(<block_resides_in_the_previous_tab>)"...????
    Greetings....
    Sim

  • Page navigation problem

    Guys,
    I have two pages, each one with table with a hyperlink column. I use the same code in the hyperlink_action method for both (... return "nav-string"...).
    For one table this works, for the other not...
    I can't see a difference - navigation rules are:
    <navigation-rule>
    <from-view-id>/mplist.jsp</from-view-id>
    <navigation-case>
    <from-outcome>toMPDetails</from-outcome>
    <to-view-id>mpdetails</to-view-id>
    </navigation-case>
    <navigation-rule>
    <navigation-rule>
    <from-view-id>/pdsamlist.jsp</from-view-id>
    <navigation-case>
    <from-outcome>toPdsamDetails</from-outcome>
    <to-view-id>pdsamdetails</to-view-id>
    </navigation-case>
    <navigation-rule>Ideas? I'm stuck and/or blind...
    regards
    jbh

    a) Add h:messages on all your pages. Are there any validation or conversion errors?
    b) Are you using an action method on your submit buttons? If so, are the action methods being executed?
    CowKing

  • Tab pages - Navigation Problem

    Hi,
    What key I should use, if I want to navigate to other blocks in the same tab page.
    Thanks
    KC
    null

    I had this same problem. I created a TAR on Metalink about it and Oracle's response to me was to see Note#1016812.4 "KEY-NXTBLK AND KEY-PRVBLK DO NOT FIRE ON TAB PAGE".
    Basically, those triggers perform differently for tab pages.
    Solution Description:
    =====================
    The KEY-NXTBLK and KEY-PRVBLK triggers are re-defined to mean "Next Tab Page" and "Previous Tab Page" when on a tab page.
    However, you can put calls GO_ITEM or GO_BLOCK into a WHEN-TAB-PAGE-CHANGED
    trigger instead of the KEY-NXTBLK and KEY-PRVBLK triggers. This way, when
    Forms thinks you want to change tab pages, you can change blocks.
    Solution Explanation:
    =====================
    The KEY-NXTBLK and KEY-PRVBLK triggers were redefined to be consistent
    with the Microsoft standard for tab sheets.
    null

  • Page navigation problem using template method pattern

    Hi all,
    I've built a rather simple app implementing the template method design pattern. I've built a shared session bean which holds a hashmap of beans associated with pages I've visited. All of my JSPBeans extend from a common abstract class which calls three simple methods to process output for the page the first time displayed, everytime after the first time the page is displayed and yada yada.....so, let's say I'm three pages in, I've submitted a form and am looking at a page which displays data verifying my submit. Now, I click a link which should take me back two pages, say, to a home page. When I click the link, the home page is displayed momentarily...but then the app processes thu everything I just did up to the point where I started. It just flashes thru a few pages, resubmits the data and I end up right where I started. Automated data processing in a web app...and I wasn't even trying :-) Seriously tho, what in the world is this thing doing and how do I get it to stop! Has anyone ever seen this before?
    regards,
    Mat

    Hi John,
    I'm a little new so excuse my ignorance :-) Yep, I have session bean class which is nothing more than a hashmap of keyed beans ( I have one bean associated with each jsp). All beans are session persistent. What I don't understand is why when I attempt to navigate 'back' into the application ( a page where I have already been) the darn thing repeats. All my beans extend from a common class which includes three abstract methods...firstpassprocess(), process(), and footerprocess.() The idea is that I set a boolean var to "FIRSTPASS" the parent sees that and directs the application to the firstpassprocess() method in the concrete class. Why doesn't it do that again? U say it's because of the session bean? I tried to include some true/false values in the process() method of the concrete class which fixes the application flow. But, and there is always a but, now the submit includes all of the data from the prior submit. How do I do the auto update of the bean properties? Jeez...I hope I don't sound to silly! Thanks for the help....
    Mat

  • DataScroller, table page navigation problem

    In my case I have created page with table and datascroller. I navigate from this page to another page and then back. But here is a problem. If I begin, for example, from 3rd page of data scroller and return back, the datascroller alwas positions on first page! I wold like to return on the same page (as indicated on data scroller). What is the solution?
    Regards Simy

    I am experimenting with method setFirst(int) on HtmlDataTable component. Somewhere I have noticed that page on HtmlDataScroller is defined by setFirst(int). So in the moment when I navigate to page where HtmlDataTable is, I set method parameter to appropriate value. This is done in afterPhase method of phase listener, but it obviosly does not work, because only RENDER_RESPONSE is triggered when I return to page. Questions:
    1.) Is using setFirst(int) right way?
    2.) In which phase of lifecycle should be used?
    3.) How to trigger other lifecycle phases, not only RENDER_RESPONSE?
    Regards Simy

  • CrystalReportViewer page navigation re-hash

    Hi Everyone,
    I've been searching for a solution to the widely discussed page navigation problem when you place all your report binding code in Page_Load().  Lots of references are to older versions of VS and CR so they don't quite fit.  I am running VS2008 and CR2008.  Here's what I've done so far.
    Added an OnInit parameter to point to my initialization routine:
    <CR:CrystalReportViewer ID="CrystalReportViewer1" runat="server" AutoDataBind="true" DisplayGroupTree="False" EnableDatabaseLogonPrompt="False" EnableParameterPrompt="False"
    OnInit="InitMyReport"/>
    Moved my report binding code from Page_Load to InitMyReport().  The issue I am having is that the paramaters that are being passed via the URL (and fetched via request.querystring("id1")) are not available during the initialization phase so I can't set them.
    Where did I run astray?
    Dave

    OK - I figured this out. 
    First I took all of the report setup code (parameter and selection formula assignment) and put it into its own subroutine called ReportSetup().  This is called only once from page_load as I am checking for postback.
    Next I added a new subroutine called ReportNavigate() to fire when the viewer navigate event is triggered.  This simply calles ReportSetup() which rebinds the report correctly.
    Simple solution.
    Dave

  • Page Navigation view/editor Bug?

    So if I have a lot of navigation components on a page (links and buttons, including several tables with page buttons on them) and I am in the Page Navigation view, there are a bunch that are off the bottom of the page when I want to click-and-grunt (connect, whatever) a link to a nav choice. it's bad. I have to edit the XML (yuck!).
    hm...

    Hi
    Engineers are working on this (CR# 5022058 ). You will hear the status soon.
    Thanks
    Creator Team

  • JSC IDE bug or has the spec changed?

    I have been fighting this for days now trying to find a way around it, asking questions in Sun's JSC, JSP, JS forums as well as on JavaRanch.
    For some reason, the Java Studio Creator IDE does not like the following code:
    <jsp:params>
      <jsp:param name="URL" value='<%=(String)request.getAttribute("urlValue")%>'/>
    </jsp:params>It says that: The value of attribute "value" must not contain the '<' character.
    The thing is, I have seen this time and time again in examples on various sites, and this is what I have been told to use by users on Javaranch and Sun's JSF forums.
    So, is it a spec change, an IDE bug, or are all of those people wrong?
    BTW, what I am trying to do (and banging my head into the wall over the past three days now) is to get a value from my backing page bean read into the JSP so I can pass it to an applet. Surely this simple thing is possible isn't it?
    Thanks.

    I think the problem is that JSC uses 1.2 and it defaults to isELIgnored="true" where as 2.0 defaults to false. Anyway, the underlying issue is solved here: http://forum.java.sun.com/thread.jspa?messageID=3574258&#3574258

  • Page navigation - i know you have seen this before

    I have been researching page navigation for a couple of days unsuccessfully for a situation like this
    "select * from tableX" where tableX has 1M records and I want them to be presented in groups of 10 "as google does" (WWGD)
    Environment: DB2 7.x z/os using servlets
    Among the solutions that I looked up were
    1. Retrive all rows and store in session which in my case will not work. I think valuelistHandler operates like this.
    2. Do a query everytime u want a next page
    3. Query first 100 rows in session and then page thru them and then query next 100 upon request.
    option 2 or 3 are valid for me but my problem is with db2. db2 does not have ROWID as oracle, it does not have "limit 10,20" as mysql. So the question is "how can i get rows 20 to 30 in one request; and so on. I am sure that this is the most common db question but i am new to db programming.
    I would appreciate links, ideas, complete code (no flames please), anything. need to get this done soon.
    thanks in advace.
    TP.

    a nice link discussing this topic at java ranch
    http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&f=7&t=011247
    steve -
    http://www.fdsapi.com - The easiest way to generate dynamic xml and html
    http://www.jamonapi.com - A fast, free performance tuning and scalability measuring API

  • Page Navigation Woes

    So I love this tool, and desperately need it for my project. I'm a huge fan.
    BUT - I have troubles with what appeared to me to be a JSF idiom re: navigation.
    I have had to add by hand (in the source view) of my page navigation something like:
    <navigation-rule>
    <from-view-id>*</from-view-id>
    <navigation-case>
    <from-outcome>Home</from-outcome>
    <to-view-id>/index.jsp</to-view-id>
    </navigation-case>
    <And So On... I have several and they are well formed...>
    but in the graphical layout, there is a little red box with an "x" in it, indicating badness.
    Is this:
    a) a bug (it don't do that)
    b) a missing feature (it'll be in version 2.3.4.5)
    c) a bad idea all around (because you shouldn't do it for moral/idealogical reasons)
    Help? Opinions?
    Now the real reason for this (idiomatic mechanism) is to be able to create pages later that can rely on a jspf called something like "MajorLeftMenu.jspf" which has these ActionLinks that can point to the well-known pages in the app that lets you get somewhere directly without having to have explicit links in the page navigation file. Seems like a reasonable design to me, simplifies the page nav file and relies on existing machinery in the built-in nav structure.
    Cheers.

    It does appear to work at deploy (the Fragment stuff I posted is what's holding me up from testing for sure.). Even if there was a glyph that was what you intend to use when you get it enabled that might be better than the error glyph?
    Geary/Horstmann's book Core JSF uses this as a common idiom... (the wildcard in the from-view-thingie)

  • Side Bar Navigation problem

    Hi All
    I am using Side Bar Navigation in My Pages.The problem is Link names are Big.
    So whe page renders along with Side Bar Navigation ,Link get Wrapped up and appears in two line which looks weard. I dont want this to happen.One Link should come in one line only.
    Any Idea to how to control this??
    Regards
    Naveen

    No way to control this, this is a standard widget and users have no control over this.
    Thanks
    Tapash

Maybe you are looking for