JSF Display Page Issue

Hello guys,
Have you ever faced or know the reason behind this :
When I run my JSF application (1.2 based) on Tomcat I get this on my login page :
#{loginBean.name} in the Text field that I supposed to write in the user name !!
I dont know why !! I think I did what I have to do :
<h:inputText value="#{loginBean.name}"></h:inputText>
and I have no errors in the jsp page !!
As if it doesnt recognize it .. even at the login command it display >>
#{msg.welcome} #{loginBean.name}
Please help I am desperate!
Edited by: user4401337 on Jan 13, 2011 3:55 AM

check your web.xml file, and then especially the top 'web-app' element. Which servlet specification version is defined there?
I'm sort of betting it is not 2.5.

Similar Messages

  • EBS 12.1.3 Login page issue or page cannot be displayed

    When I try the login page using http://host.domain/OA_HTML/AppsLocalLogin.jsp or http://host.domain/OA_HTML/AppsLogin, then the browser is displaying page can not be displayed.
    When I try to run AOL/J Diagnostic Tests, using http://host.domain/OA_HTML/jsp/fnd/aoljtest.jsp, then I did not find any issues.
    When I try to run AOL/J Setup Test, under Verify DBC Settings, there is a WARNING: Security in database set to "SECURE". If the DBC file contains the wrong APPL_SERVER_ID, then no JDBC connections will be possible via AOL/J.
    But under Verify Guest Settings, there is an ERROR saying :Failed to validate GUEST user in Profiles.
    Please help what is causing the login screen not able to show up.
    Thanks.
    Edited by: user5618898 on Sep 29, 2012 7:43 PM

    Never mind, it was a port conflict. I tried to change the http port # to default port #80 to a cloned copy. By flipping it to a different port and then run the autoconfig, resolved the issue.

  • Report Builder - Last page issue and Report Footer issue

    I am using ColdFusion 9 Report Builder, am new to this product and encountering 2 issues.
    Issue 1 - I have a field that I would like to print on the last page of my report.  How can I determine the last page?  I initially tried using a calculated field set to the 'highest' calc.Page_Number.  Then I could compare the current page to the last page in the 'Print When' property.  But calc.Page_Number can not be used in a definition of a calculated field.
    Issue 2 - Depending on the amount of report detail, sometimes my report footer prints alone, without a page header and page footer.  The report includes this page in the total number of pages.  For example, if it is a 2 page report, the page header on page 1 will display Page 1 of 2.  Then the only data on Page 2 is the Report Footer.  No page header or page footer prints. 
    Any assistance on these issues would be most appreciated.  To date, using the Report Builder has not been easy.

    To issue 1: The report contains a report band called report footer. thsi is always at the last page. The report footer band initially is collapsed, so you have to expand it by dragging the last band divider.
    To issue 2: I guess this is a page break calculating error when detail data reaches really near the page footer area.
    Try some experiments with different setting of the following properties/issues:
    - in elements, e.g. calculating fields in the bands between report detail and page footer: In Properties / Print Control / Printing Options: Activate the option "Remove line when blank". This will remove the whole report band area if this field is blank. May save some empty space.
    - try to remove unused empty space between detail rows.
    - try to resize and reposition all detail fields so that they snap to the grid.
    Best regards

  • Session in JSF JSP page

    Hi All,
    I am using JSF JSP pages. One such page is login.jsp I have backing object backing_login
    On successful login, listUser.jsp page is displayed. In this page, I have a HTML --- Commons Hyperlink component as follows.
      <tr>
                  <td height="17">
                    <a href="http://129.212.139.36:8991/GeminiLogin-ViewController-context-root/faces/listUsers.jsp">
                      Manage Users
                    </a>
                    <afh:script binding="#{backing_createModify.script1}"
                                id="script1"/>
                  </td>
                </tr>
    Now the question:---
    I do get to know the UserType in the backing_login object (either 'cma' or 'ea').
    Now, if it is cma I want the above link tobe dispalyed in listUser.jsp else DO NOT display the link.
    How can I do that ? I dont know, how to pass UserType information available in baking_login to the listUser.jsp and
    second, how can conditionally use that info to either hide or display that hyperlink ?
    Your help appreaciated.
    thanks in advance
    pp

    You can use an ADF Faces link component and condition the display attribute for it on the value of your backing bean
    There are some samples of conditional display in the posts from Grant here:
    http://groundside.com/blog/GrantRonald.php?m=200512

  • Firefox 3.6 does not display pages correctly

    I recently upgraded to 3.5 beta 4 and it worked ok. 2 weeks ago it stopped displaying pages correctly. Uninsalling and reinstalling did not cure problem. I unistalled and installed v3.6. Same problem.
    I could provide a screenshot of Mozilla home page. Backgrounds, table borders and some inages to not display. I have disabled all plugins and "load images automatically" is checked.
    The images and background of this page do not display. I checked with K-meleon and IE.

    If you have increased the minimum font size then try the default setting "none" as a (too) high value can cause issues.
    *Tools > Options > Content : Fonts & Colors > Advanced > Minimum Font Size (none)
    Make sure that you allow websites to choose their fonts.
    *Tools > Options > Content : Fonts & Colors > Advanced > [X] "Allow pages to choose their own fonts, instead of my selections above"
    *https://support.mozilla.org/kb/Changing+fonts+and+colors
    It is better not to increase the minimum font size, but use an extension to set the default page zoom to prevent issues with overlapping text.
    *Default FullZoom Level: https://addons.mozilla.org/firefox/addon/default-fullzoom-level/
    On other platforms instead of Tools > Options use:
    *Mac: Firefox > Preferences
    *Linux: Edit > Preferences
    *Windows: Firefox > Options
    <i>Press F10 if the menu bar is hidden on Windows and Linux or use "Firefox > Options/Preferences"</i>

  • Restrict Access to Page Issue...

    Hi this is my first time on Adobe forums, im regard myself as
    new to web design, im making my first proper website, for portfolio
    purposes. www.imaginationwebdesign.co.uk/port2 is the website..
    I am using Dreamweaver CS3 coding with HTML / PHP / MySQL
    My Issue:
    I have implemented Restrict Access to Page dependant upon
    User / Pass / Access Level.
    Access Levels are 1 and 3 and are stored on my MySQL
    Database.
    3 = Full Admin Rights
    1 = Minimal Admin Rights.
    Now, Whilst the Restrict access works, when Access Level 1
    attempts to display page only for Access Level 3, It's not
    redirecting to the "AccessDenied.php" page... instead a blank white
    page is being displayed and unless i press Back, it just stays
    blank and doesnt redirect.
    I have used the Server Behaviour Panel so the code is
    automatically generated but the source is:
    <?php
    if (!isset($_SESSION)) {
    session_start();
    $MM_authorizedUsers = "3";
    $MM_donotCheckaccess = "false";
    // *** Restrict Access To Page: Grant or deny access to this
    page
    function isAuthorized($strUsers, $strGroups, $UserName,
    $UserGroup) {
    // For security, start by assuming the visitor is NOT
    authorized.
    $isValid = False;
    // When a visitor has logged into this site, the Session
    variable MM_Username set equal to their username.
    // Therefore, we know that a user is NOT logged in if that
    Session variable is blank.
    if (!empty($UserName)) {
    // Besides being logged in, you may restrict access to only
    certain users based on an ID established when they login.
    // Parse the strings into arrays.
    $arrUsers = Explode(",", $strUsers);
    $arrGroups = Explode(",", $strGroups);
    if (in_array($UserName, $arrUsers)) {
    $isValid = true;
    // Or, you may restrict access to only certain users based
    on their username.
    if (in_array($UserGroup, $arrGroups)) {
    $isValid = true;
    if (($strUsers == "") && false) {
    $isValid = true;
    return $isValid;
    $MM_restrictGoTo = "AccessDeniedAdmin.php";
    if (!((isset($_SESSION['MM_Username'])) &&
    (isAuthorized("",$MM_authorizedUsers, $_SESSION['MM_Username'],
    $_SESSION['MM_UserGroup'])))) {
    $MM_qsChar = "?";
    $MM_referrer = $_SERVER['PHP_SELF'];
    if (strpos($MM_restrictGoTo, "?")) $MM_qsChar = "&";
    if (isset($QUERY_STRING) && strlen($QUERY_STRING)
    > 0)
    $MM_referrer .= "?" . $QUERY_STRING;
    $MM_restrictGoTo = $MM_restrictGoTo. $MM_qsChar .
    "accesscheck=" . urlencode($MM_referrer);
    header("Location: ". $MM_restrictGoTo);
    exit;
    ?>
    any help would be great to get the redirection working...
    I've tried this on several pages and it still doesnt work.
    Thank you and sorry if this is posted in the wrong area.
    David.

    Davidbirkin wrote:
    > I finally managed to solve the issue.. although, to me
    it was a rather strange
    > issue..
    Strange to you, perhaps, but it's a very common issue.
    > Before the Validation to check for Access level i had
    this line of code...
    >
    > <?php require_once('Connections/con1.php'); ?>
    >
    > No, i have moved that line of code to appear AFTER the
    access level validation
    > check, and it's all working fine... maybe it's the order
    i added the dynamic
    > functions to the Page, but now it is working...
    As I said in my original reply, the problem was almost
    certainly caused
    by an error that you couldn't see because the display of
    errors is
    turned off for security reasons. The Restrict Access to Page
    server
    behavior uses session_start(), which must come before there
    is any
    output to the browser. "Output" includes new lines or
    whitespace outside
    PHP tags. There is almost certainly an extra line at the end
    of
    con1.php, which would prevent the session from starting. In
    turn, that
    would generate an error, resulting in your blank page.
    The problem is closely related to the "headers already sent"
    error
    message that confuses most PHP beginners. Read about it here:
    http://docs.php.net/manual/en/function.header.php
    By the way, it sounds as though you are testing everything on
    a remote
    server, rather than testing locally before deploying to a
    remote server.
    That's a very bad idea, particularly if the display of errors
    is turned
    off. You should test files in a safe, local environment with
    error
    reporting turned to the highest level, and eliminate all
    errors before
    deploying to a live server. If you're testing locally, make
    sure that
    error_reporting in php.ini is set to E_ALL, and that
    display_errors is on.
    David Powers, Adobe Community Expert
    Author, "The Essential Guide to Dreamweaver CS3" (friends of
    ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • Cannot Display Page - You cannot complete this task...

    Hello,
    We are getting the error(session timeout) when user complete the course(content is stting on remote server) and going back to OLMS(EBS R12.1.3) to update the status of course/test.
    Can you please help us to find out the rootcause as this issue is intermittent for users?
    Error:
    Error: Cannot Display Page
    You cannot complete this task because one of the following events caused a loss of page data:
    .Your login session has expired.
    .A system failure has occurred.
    Thanks in advance,
    RM

    The same docs is applicable to R12 for the profile option.
    For application server files, please see (11i/R12 How to Debug "Transaction Context Is Lost" or "You are trying to access a page that is no longer active" [ID 456906.1] -- 2. Dying of jserv/oc4j JVM & 3. jserv/oc4j timeout).
    Also, see (R12: Forms Timeout More Than 2 Hrs Is Not Working After R12 Upgrade [ID 734077.1]).
    Thanks,
    Hussein

  • Error: Cannot Display page

    Hi All,
    I have a heavy transaction page with many LOVs, tables and view links. User would take more than 4-5 minutes to fill in all details. But I frequently get the following error when I am idle for 4 minutes. I specifically get error when I select, LOV or any bean with PPR, after 4 minutes. I checked ICX: Session Time value and Jserv/etc/zone.properties session.timeout values. Both are 30 mins. Is there any other setting that I am missing? I am aware that Passivation is not supported in 11.5.10 and R12 but still should I set AM: Retention Level to Manage State? Should I set profile option: FND: Passivation Level system?
    Any help is greatly appreciated.
    Thanks in advance
    Murari
    Error: Cannot Display Page
    You cannot complete this task because one of the following events caused a loss of page data.
    Possible Causes:
    You have left your login session idle past the timeout period.
    A system failure has occurred.
    The application server is incorrectly configured and does not send a session cookie to the client browser.
    If you were testing in JDeveloper:
    JDeveloper OC4J process did not fully shut down before restarting the application.
    You closed one of the Internet Explorer browser windows while the request is being processed in another Internet Explorer window. Closing an Internet Explorer window causes OC4J to expire a user session.
    OC4J XML files in your JDeveloper user home system directory have been modified or corrupted.

    Didn't see earlier that it is happening for specific activity :) Looks interesting issue.
    Is it a custom page or seeded one? Any more exception detail on apache log or jdev log window?
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                           

  • Displaying Page number in all pages of sap script output

    Hi All,
    I have a issues in displaying page number in all pages of sap script output.
    I have created a seperate window just above main window to display page number.
    I have given &PAGE& in the layout editor.
    Now in the sap script output i am getting page number as 1 in all the pages page number is not changing for pages-2,3, etc..
    Can anybody tell me the reason for the same!
    In some other objects same syntax is working fine. For this object it is not working!
    Is there any setting changes!
    Thanks i
    Thanks,
    Deep.

    Hi,
    Just check the Page Counter of the Next or Second Page which you defined.
    First page
    Mode                     START
    Numbering Type           ARABIC
    Second Page
    Mode                     INC
    Numbering Type           ARABIC
    Regards
    Bala Krishna
    Edited by: Bala Krishna on Oct 17, 2008 11:23 AM

  • Problem with JSF Beehive Page Flow

    Hi
    I created a JSF Beehive Page Flow and if i prove it outside a portal it works fine. The problem begins when I create a page flow portlet and put it in a portal. With debuging i saw that the begin method of the pageflow is executed and the oncreate of the JSF backing bean too, but the page is not displayed.
    The begin method looks some like this:
         @Jpf.Action(forwards = {
    @Jpf.Forward(name="success", path="/Index.faces")
         protected Forward begin() {
              return new Forward("success");
    If anyone has any suggestions or working samples, they would be greatly appreciated.
    Thanks.

    If you created the portlet from pageflow, it won't work.
    But you can try create portlet from "new->portlet->JSF portlet" and give the beginning faces page to the content path, (for your case "/Index.faces"). It will work. I have tried this way, it works on WLP 10
    Jiameng Yu

  • Parameter Page Displays "Page Cannot Be Displayed" while running report

    Hi All,
    I have a report which take 4 hrs time to execute the report
    If i run this 4 hrs report,the report runs sucessfully when we see in particular
    report server in application server.
    But, we wont get any pop up to open report after executing sucessfully
    at user end, A error message is displayed in only report param page like,
    "The page cannot be displayed"
    I Think only param page is expired but not form session.
    We have also set the parameters like in report/conf/repsername.conf
    engineResponseTimeout=30 and <connection maxConnect="200" idleTimeOut="300">
    Also,In httpd.conf timeout is 3600 and MaxBlockTimeout in web.xml file
    we have set "maxBlockTime" for long running report (4h)
    <init-param>
    <param-name>maxBlockTime</param-name>
    <param-value>12600000</param-value>
    </init-param>
    Please help me out to solve this issue.
    Regards
    Nagaraj

    Parameter Page Displays "Page Cannot Be Displayed" while running report

  • How to display page numbers in report

    hi all,
    i would like to know how to display page numbers in this format " 1 of 5" in the report.
    Any help would be much appreciated.
    thanks
    seema

    Hi,
    Check this too...
    Page No. in ALV output
    If you query is solved, kindly close the thread.
    Regards,
    Anjali
    Message was edited by: Anjali Devi Vishwanathan

  • How can i display page number in this format in xml publisher report (1-1)

    in this format
    1-1
    1-2
    1-3
    2-1
    2-2
    2-3
    can i display page nos in this format in xml publisher please help me on this

    Hi,
    Use the SET COUNTRY..
    SET COUNTRY 'US'.
    write: / sy-datum.
    SET COUNTRY 'IN'.
    write: / sy-datum.
    Thanks,
    Naren

  • How to display page no for different master pages in one adobe form application

    Hi All,
    we have requirement where we need to  display page nos in different master pages in one single adobe form.
    For the First form the page nos should be displayed pgno of total pages and for 2nd form the page no shuld be displayed as pgno of total pg.
    so please help me with any script or suggestions for displaying the page no accordingly in different master pages. Your suggestions are greatly appreciated.
    Thanks
    Raja.

    Hi Lingaraj,
    We have 2 different Master pages and 2 Body pages. For the seccond Master page the page no are comming correct like 1 of 3 ,2 of 3 and 3 of 3 but for First master page the page no are comming 0 of 3  in all of the page its not displaying the current page no in 1st master page.
    Screen shots are attached for first master page and Hierarchy Node.Pls see the highlighted section in 2nd image.
    Pls see and suggest me accordingly. Hope this helps are let me know anything u require.

  • How do I display "Page $$ of $$" in a Captivate 4 project?

    Hello everyone,
    Okay, I know that I can use a transparent text caption with "Page $$rdinfoCurrentSlide$$ of $$rdinfoSlideCount$$".
    The problems are:
    - I want this to be displayed in a very small font in the far right corner. Unfortunately, the variables are so big that I cannot place the text caption on the far right. Although using center justification and some spaces before this text, I can approximate the location I want this to display in.Unfortunately, even though the x/y coordinates are precise on every slide, the text moves around a bit from slide to slide.
      Is there a better way to FIX this text into a specific spot? i.e. a fixed x/y location placehold for each of these variables?
    - Oddly, it only begins counting on the first page it is displayed. In my lesson, this caption is placed on the second slide... but it displays Page 1 of 26. I suppose I could subtract 1 from $$rdinfoCurrentSlide$$.
    - What is the best way to copy this text caption to each page of my project?
      Must I really copy page to each individual page?
      If I select "Display for rest of Project" I cannot remove it from a few slides where it is not appropriate. It cannot be covered up either - because it will flash there for a very short moment... doesn't look good.
    Thank you for your advice!

    Hi Shawn
    On the slide where you inserted the caption, make note of its name. You find this in the Options tab.
    On the slide where you wish to hide the caption, edit the Slide Properties and configure an On slide enter event to Hide the caption.
    As for the brief display of the variable, you may be able to mask it out briefly. I say *may* here, as I'm not 100% certain it will work with the caption displaying for the rest of the project. But it's certainly worth a try! Just insert a Highlight Box in the position to obscure it briefly. If you want the appearance of the Caption fading into view, configure the Highlight Box to fade out.
    Give that a go and see how you fare... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

Maybe you are looking for

  • How do send along hidden parameters from a form action method

    Hi, I have a JSP that displays an HTML form with several input types such as cehck boxes, radio buttons, text field and read only text fields. The read only fields are populated from a database. There are also a few hidden parameters that come in fro

  • My After Effects CC won't update to 2014 (13)

    My After Effects CC is on version 12.2.2.5. I just read 2014 (13.1) is out, but running Help>Updates doesn't offer me any updates for AE. It does offer me updates for other parts of CC. What could be going on here?

  • Calling transaction with webgui takes forever on some workstation

    Hi, I am calling transaction CV03N via webgui from webdynpro application. The problem is on some workstation it takes forever to load the screen with transaction details. For other it works fine. Did anyone come across this situation? Is there anythi

  • Oracle AS / RHEL 4

    Our school is having some issues with installation of Oracle AS, in particular, 10g, I believe, with the installer having troubles apparently when the install script calls the packages, in particular, with the discoverer module installation. Has anyo

  • FM or BAPI to update custom fields in Excise invoice header (J_1IEXCHDR) table

    Dear friends, I have created the following custom fields in standard table J_1IEXCHDR (Excise invoice header detail), 1) ZZKURRF - Exchange rate 2) ZZWAERK - SD Document Currency Is there any BAPI or Function module to update these Custom fields of E