*.do  action not displaying in jsp

Hi, i have a problem, let me explain. I�m developing a project in Struts. I have one globalforward as a html:link defined in a jsp page, after clicking it, it should execute the corresponding action class and display the results in another jsp page.
Page1Link (global forward to *.do -- not to .jsp) -->calls actionClass.java --> Page2 showing bean with retrieved data from actionClass (session scope)
The problem is that nothing happens , I mean nothing is displayed in the Page2 (nor data and html tags), and no System.out from ActionClass is displayed. In the navigator bar (MS internet explorer) appears: http://localhost:8080/myproject/actionClass.do and there gets stucked. No errors are displayed in Tomcat.
Any suggestion or ideas? I�ve been checking the struts-config.xml and do not know what could be wrong.
Thx in advance.

Please post the relavant parts of the struts-config, name of action class. Check two things. Is there a ActionForm for this class. If there is is it getting mapped and populated properly. Secondly, If you can try to read the logs.
Just didnt realized how old this topic was!
Edited by: tej_222 on Jul 19, 2008 11:33 AM

Similar Messages

  • Actions not displaying in Overview for ONE user ID

    Hi Frnz...
    For only ONE user ID Actions not displaying in Overview tab.
    For this User ID Overview details are visible for some Employee IDs and for some its not visible.
    Already checked Roles & Authorisations and IT 0302 & 0000 are active. Have also run RPUEVSUP.
    Just to add.. this query is happening while a technical upgrade has happened from 4.6 to 6.0.
    Pls help me ..
    Rgds.. Raj

    Hi,
    I hope you have done this but FYR
    Before clicking on the overview button maintain the dates as 01.01.1900 and 31.12.9999
    Thanks
    ABHI

  • Greek language not displaying in jsp page

    My application is based on struts framework...
    we doing in multilanguage.
    When i select greek the followingis displayed:
    �������„�ƒ���…���� ���€�����‰ �ƒ�„��
    even i've did the pageEncoding code in jsp page...
    i dont know why it is not displaying but i maintaining properties files for greek language. so, when i call the greek language, the greek properties file was located and display the content... But for other languages like dutch, portuguese, spanish is working fine...I keep the resource properties file in the same place where other language files placed.
    Is there any more changes i want to do...
    I call this greek lang. externally but should this related to database(SQL Server 2000).
    What i want to do.

    <body background="pic/love.gif">
    <%
    --- jsp code
    out.println("<img src='pic/vijay.jpg' height='100' width='100'>");
    --- jsp code
    %>
    </body>

  • Action not displaying in the Action menu.

    Hi All,
                   I have configure one action demotion & added it the Action menu.All the configuration I have done is in similar line with the existing action types.But this action is not displaying the action menu.Can anybody help me to resolve the issue.
    Thanks,
    Snita

    My user group is 60
    I have configured like this-
    User group dependency on menus-
    Menu   Text         User-dep.   Reaction  ref.
    17       Demotion   blank          00
    For infogroup
    User group    Infogroup modfi..  N   operation  Infotype
    00                   Blank            01      COP      0001
    00                   Blank            01      COP      0008
    00                   Blank            01      COP      0014
    00                   Blank            01      COP      0015
    A.Ty N.Action  F Cus. E  Sp.C  Check   P  P..E E..                 IG    U  U
    17    Demotion 0         3                       Check box for All the 4 17    2Check box for U U
    Then I have include this action in action menu.
    But it is still not displaying in the action menu.
    Snita

  • How to not display page1.jsp and exiting

    My JSF application uses user certificates to validate the user. I put the validation code in the Page1.JSP constructor. If the user is not a valid user, how do I prevent Page1.jsp from displaying without throwing a FacesException (and clogging up my log files)?
    On a slightly different vein, how do I end my JSF application so the s4ession no loger uses resources? I.e., I have a "done" b utton on the page. What can I do to terminate the session in its action event?

    First, page navigation cant avoid that some user go directly to some page such :
    http://<site>/<app context>/faces/Page2.jsp
    The only way you can be shure that this doesnt happens is using a filter like the one discused here. I haven't the thread ID but you can find searching "session" or "security".
    I saw filter option but doesnt work for me, then I do a "brute force" checking at page bean constructor like:
    if (!getSessionBean1().isLoggedIn() ||
       (!getSessionBean1().isRole("OPER") )
       this.getExternalContext().redirect(
          this.getExternalContext().getRequestContextPath() + "/login.jsp");The login page sets some session properties and isLoggedIn() is something like:
    return (getUserName() != null && !getUserName().equals("");The logout code just invalidates the session.
    Regards.

  • Pictures are not displaying in jsp page

    hi everyone,
    i want to display background images in my jsp page
    also some other images which are not background images
    plz tell me the way that enables me to place images in my jsp page
    thanx

    <body background="pic/love.gif">
    <%
    --- jsp code
    out.println("<img src='pic/vijay.jpg' height='100' width='100'>");
    --- jsp code
    %>
    </body>

  • Corrective Actions Not Display in 8D Report

    Hi Friends ,
    I have the requirement regarding displaying the Corrective Action in 8D Report .
    I have made the Z Script.
    but only Correction task is getting displayed and not Corrective Actions.
    Even in Standard 8D Report Corrective Actions  doesnt get displayed .
    Kindly Suggest me with the solution .
    Thanks in Advance
    Regards,
    Sonal

    Solved

  • Action not displayed

    Hi all,
    I have setup a process with GP and try to launch this process. Unfortunately the right side of one action isn't displayed. My process consists of the following callable objects:
    - Input form
    - Web Service
    - Form to display the result of web service call
    I have mapped the parameters and assigned myself to all actions.
    Can anyone help me?
    Regards,
    Marc

    it seems like your background action (web service) didn't run successfully. why don't add the runtime view "Process Information" and check if your web service step receives the necessary input? or check the Netweaver Administration for the input/output parameters for the processes you ran. check this thread out for more info on how to debug a process How to debug the GP Process?

  • Images not displaying on JSPs

    I am running WL 6.1, deploying JSPs to default web app, and using relative paths
    for images. While the default web app index.html page shows the image found in
    src="images/built_bea_web.gif", using a similar relative path on the jsp isn't
    working.
    Can anyone tell me what the relative path ought to be? Assume my jsps are in
    a sub-folder called jsp, and the images are in a folder under that (jsp/images).
    Any help will be greatly appreciated! I've tried what I thought was the right
    relative path, and when that didn't work I've tried others that didn't seem right
    but might be worth trying. NOTHING! Help!
    Thanks.

    Finally worked out the solution to the problem (although I still do not know WHY
    this solution works). In my web.xml file I had mapped the URL "/" to my servlet.
    Because of that, SOMETHING in the relative path just wouldn't work. As soon
    as I set the URL to "/whatever" the images were findable.
    I'm glad to have it working, but if anyone knows WHY it worked, that'd be of interest.
    "Laura Crook" <[email protected]> wrote:
    >
    I am running WL 6.1, deploying JSPs to default web app, and using relative
    paths
    for images. While the default web app index.html page shows the image
    found in
    src="images/built_bea_web.gif", using a similar relative path on the
    jsp isn't
    working.
    Can anyone tell me what the relative path ought to be? Assume my jsps
    are in
    a sub-folder called jsp, and the images are in a folder under that (jsp/images).
    Any help will be greatly appreciated! I've tried what I thought was
    the right
    relative path, and when that didn't work I've tried others that didn't
    seem right
    but might be worth trying. NOTHING! Help!
    Thanks.

  • Date can not display correctly in excel from .jsp

    Hi,
    I create a .jsp report to export the data to excel. the report run OK, except the date field can not display correctly.
    for example in database :start date ='01-oct-2003'
    in the except it displays to 02/06/02.
    It seem all the date field can not be control in the report, and control by somthing else
    Doese anyone come accross this problem?
    Thanks

    Hi Rong,
    Are you using the following demonstration to build your JSP?
    http://otn.oracle.com/products/reports/htdocs/getstart/demonstrations/index.html
    (Output to Excel with Oracle9i Report)
    I tried to do the same, and inserted a database date field in the JSP using Reports. I found the following:
    While making the template inside Excel, if I make sure that the format of the date cells is "Date" - some particular date format, the date field values from Reports does not get exported correctly.
    However, if you make sure that inside the template, the format of the date cells is not date, but "General", then the date field values are correctly exported to Excel.
    Pl try it and let us know.
    Navneet.

  • Custom PSE5 actions not alphabetical when displayed in the pallette.

    I’m not getting much input (1 response) on the WINE forums for this so I thought I’d try here on the Arch forums.  The PC having issues is currently running Arch 2.6.38 x86_64 version, and the Wine version is 1.3.17.  I’d just updated the system before installing PhotoShop Elements and discovering the issues below so I don’t know if things would have “worked” before the update, though I would guess not.
    Problem:
    I am trying to migrate my wife's PC to Linux and doing that requires she retain access to PSE5 (Photoshop Elements 5) so using another program, like GIMP, is unfortunately not an option. PSE5 installed and starts flawlessly and all the generic actions that came preinstalled with it seem to be fine. However I have a few folders with custom actions that are “loosing” the alphabetical sort when Photoshop builds the Artwork and actions databases when PSE5 is started. If I use the file manager to browse to the folder everything looks as it should. However when PSE5 starts and we use the Artwork pallete to navigate to the Photo Effects folder the actions are displayed in jumbled order and the thumbnail images are in an even different order so nothing is sorted and nothing matches.  I'd really like to fix the issue so I can get everything to be in the proper order with matching icons without manual intervention because I'll have to redo everything with every new custom action my wife decides she needs.
    Affected folder:
    ~/.wine/drive_c/users/Public/Application Data/Adobe/Photoshop Elements/5.0/Photo Creations/special effects/photo effects/CoffeShop Actions
    Unaffected folders:
    ~/.wine/drive_c/users/Public/Application Data/Adobe/Photoshop Elements/5.0/Photo Creations/special effects/photo effects/frames
    ~/.wine/drive_c/users/Public/Application Data/Adobe/Photoshop Elements/5.0/Photo Creations/special effects/photo effects/image effects
    Equivalent Window XP path of affected folder:
    C:\Documents and Settings\All Users\Application Data\Adobe\Photoshop Elements\5.0\Photo Creations\special effects\photo effects\CoffeeShop Actions
    Here are a few of the 23 total actions in the affected folder and where they fall in the displayed order. As I said above I've tried renaming them in various ways and while it will change the order it never fixes it to be correct, alphabetically. I can provide a few more, or even the full list if needed but this short list will at least highlight the problem.
    CoffeeShop Baby PowderRoom.atn - should be 1st but is displayed 6th
    CoffeeShop Moody Pop.atn - should be 10th but is displayed 1st
    CoffeeShop Vintage Blush.atn – should be 20th but is displayed 5th
    CoffeeShop Eye Bright.atn – should be 5th but is displayed 11th.
    Also here are a few cropped down images of the palette window area showing the menu that's borked and ones that work. I am hopeful this will help my explanation of the problem.
    This first image is just to show the menu's how's these actions are accessed. (Note it also happens to be the actions that are not sorting properly.)
    This image shows default actions that were loaded with PSE5 and the proper display sorting. Note the cursor is being held over the middle action icon to show the tool tip that pops up matches the action name under the icon and the icon shows the correct image for the action.
    This next image shows the unsorted data being discussed. I am holding the cursor over the top left-most icon and the tool tip matches the text at the bottom but the icon is for some Baby Powder effect thing. If you look through what's visible you will see that the icons are being loaded in correct alphabetical order but the actual action files are not.
    Wine from the terminal doesn't seem to complain about anything different with the custom actions folder there or removed but I'm not sure I'd recognize something that could specifically be attributed to this issue and these aren't really “folders to be accessed” in the typical sense. These are action files that do specific things to an image, in this case effects like making the affected image look B&W, give it a golden hue or make it look like a vintage photograph. These are all based on a Media database that is built when PSE starts and used via drop-down boxes in the pallete window. These action files are placed in folders and when PSE launches it reads them looking for new media and if there rebuilds the appropriate database files. Its the database files that are then drawn from to build the pallete menu's. At least that's my understanding of what happens.
    I've checked the thumbs.psd stack and the images are properly ordered alphabetically from bottom to top. I tried changing the order of 6 of the images in the stack to match the order the actions in the pallete window and that worked on those I tested to get the images to match the actions, however the order of the actions in the pallette window is still wonky. I also tried renaming the action files to get rid of spaces, exchange the spaces for an underscore “_”, remove extra words/letters and though sometimes the display order would change it still wouldn't be alphabetical as expected. I've also tried multiple copy/pastes of the folder and even just the files within as well as multiple deletes and rebuilds of the Media and Thumbs databases.
    It was suggested on the WINE forums where I’ve only gotten that single response that I “cd” into the affected folder and then “ls –al” to see if the files look proper.  I did so and everything looks as expected, I also checked those folders where actions are displayed properly and the permissions are the same in all folders and the order in each case alphabetical, in the folder. Yes the action files all work each doing what it is supposed to do but as you can see from my initial post the order in which the actions are displayed are grossly out of any logical sort.
    Please note this all works as expected if I boot the machine into XP so I know all the files are capable of functioning as intended. Also note there are numerous other custom actions in various other paths that are displayed in alphabetical order as expected so it's not a global problem with actions. I'm thinking the problem is in how PSE is building the MediaDatabase.db3 and ThumbDatabase.db3 files when it is launched but why these specific actions are affected is what I'm stumped on. Since I know this is occurring in a few other folders, though not all, I am hoping there is a single fix to the problem.
    Thanks.
    As an aside; what really adds insult to injury in all this is that PSE5 normally takes 2-4 minutes to launch when booted into XP Home but will launch in about 30-45 seconds using WINE. This PC is running a C2D 6420 @ 3.2Ghz with 4Gb of RAM (4x1Gb of DDR2 800) so it's shouldn't be a hardware issue that's causing the slow load time in XP.
    Edited because I accidentally clicked Submit too soon.
    Last edited by imatechguy (2011-04-15 18:48:19)

    Sudheer a  ,
    hello as far as i have understood your problem ,
    you must have written a logic in the PAI modules when you create a NEW po but when you create with refrence to your existing you need to fethc the Custom TAB fields in the PBO ( Hope in your case they are they are z fields) of your PO
    if you are implimenting  EXIT use the POB module to populate the fields on the customer tab in your screen fields ...!
    Hope my explanation solves your problem

  • JSP error page does not displayed on its own, includes in the original JSP

    Problem Description: - Exceptions in a Condition cause pages to fail to render.
    The actual issue is, the JSP error page does not displayed on its own, included in the original JSP Page when exception occurs.
    Problem Cause: As per the JSP specification when jsp content reached the buffer size (default 8KB) the page being flushed (Part of condent displays). The default �autoFlush� value is true.
    When the page buffer value is default size (8KB), and if any exception occurs after flushing the part of the content, instead of redirecting into error page, the error page content included in the original page.
    If i specify autoFlush="false" and with default buffer size, at the runtime if the buffer size is reached, i am getting stackoverflow error.
    To solve the above problem we can make it autoFlush=�false� and buffer=�100KB�. But we can�t predict the actual size of the page.
    I found in one of the weblogic forum as no solution for this issue. Ref.
    http://support.bea.com/application?namespace=askbea&origin=ask_bea_answer.jsp&event=link.view_answer_page_clfydoc&answerpage=solution&page=wls/S-10309.htm
    Please provide me any solution to resolve the problem.

    Error-Page tags work best with an error.html pages. If you have an error.jsp page what I would do, and I have, is wrap my classes and jsp pages in a try catch block where you forward to the error jsp page and display anything you want. YOu can also do this with if else statements. I have used the tomcat error pages before but when I've implemented them I used java.lang.Exception as the error to catch not Throwable. I don't know if this would make a difference or have anything to do with your problem.

  • How can I make the jsp pages not displayed by using the navigation class?

    I'm right now implementing a function on my program GUI . It's like whenever I click "STOP THE SERVER" button on the main page, I need those jsp pages relates to the server running to be not displayed, even by directly type in the URL(that's just stay in the main page), How can I do that? I heard that a navigation class might do it, but I'm not sure how. It might be great if some experts could help me!! Thanx a million !!
    Shannon

    See:
    * [[Removing the Search Helper Extension and Bing Bar]]
    You can use one of these extensions to adjust the default font size and page zoom on web pages:
    * Default FullZoom Level - https://addons.mozilla.org/firefox/addon/6965
    * NoSquint - https://addons.mozilla.org/firefox/addon/2592

  • .JSP page will not display on GoDaddy Linux hosting

    Hello
    I would appreciate any help anyone can provide me. I can not get a .JSP page to display on a deluxe hosted GoDaddy account. I have tried the most basic page. Just to make sure I do not have a type-o, I even used an HTML page to direct me.
    Here is the HTML page that has the hyperlink. This page displays fine.
    <html>
    <head>
    <title>Test</title>
    </head>
    <body>
         Here is a test page
         <a href="test.jsp">Test JSP</a>
    </body>
    </html>Here is the JSP page that can not be displayed.
    <%@ page language="java" contentType="text/html; charset=ISO-8859-1"
        pageEncoding="ISO-8859-1"%>
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <title>Test</title>
    </head>
    <body>
         Here is a test JSP page
    </body>
    </html>When I click on the link, I get the HTTP 400 error saying the webpage could not be found. I know the code works since I have tested it locally. Plus the code is very simple.
    I am very stumped here and have tried GoDaddy’s help multiple times. They keep telling me it is a scripting issue. I am not sure how it can be a scripting issue because there is no script here. Basically, it is an HTML page with a .JSP extension.
    If anyone can provide advice or know what is wrong, I would very much appreciate the time and knowledge!!!

    I just happened to google "godaddy jsp" and this was one of the top hits:
    [http://help.godaddy.com/topic/319/article/1583]
    I'd say they don't serve up .jsp pages by default, you have to do something to get them to serve it up.
    You know, just because it's a simple HTML page doesn't mean the server knows that. It apparantly can serve up .html and probably other static content, but a .jsp is a special animal because it could contain server-side code. Their server would need to be able to compile them and have a special handler to serve them up, just like all J2EE app servers do. Not all servers are J2EE app servers out of the box.

  • RH7- Insert action does not display window to select the file.

    I have a nightmare situation with RH7 with no clue to resolve. What are my options to fix this
    I am having trouble with robohelp, selecting insert action does not display the pop up window. This prevents functions such as inserting images & files, importing files and creating hyperlinks to documents created in word, frame maker.
    when I perform this action, the pop up window appears virtually but is not visible to make the selection and RH freezes.
    I have to end the process or press esc to find some work around - so far none available
    Please help.

    Welcome to the community.
    Have you recently gone from a dual monitor setup to a single monitor?  When this happens, RH can sometimes keep tossing dialog boxes over where it thinks the second monitor is.  I typically use a program called ForceWindowVisible (get it here) to push wandering dialogs back into view.  Give that a try and see if it works.  Hope this helps,
    Ben
    GryphonMountain.net

Maybe you are looking for

  • HP Officejet Pro 8500A Plus - Magenta Not Printing

    I have an HP Officejet Pro 8500A Plus (A910), Model number CM756A, Serial number: [Moderator edited Serial Number] that is not printing magenta.  Firmware version: LRP1FN1231AR. Service ID 21057. IK Number 658. Software version: 028.000.1315.000. Pri

  • Clear an input box with failed validation status

    My jdev version is 11.1.1.5.0 I have an input box with certain validation.If validation fails it doesnt clear its contents on button click. My button click code is : propButton.setValue(null); where propButton is binding name to button.

  • Using bean methods within JSP declaration

    Is it true that bean methods will not work in JSP Methods ? For example: // get the bean <jsp:useBean id="FormValidate" scope="session" class="fsm.frontendCtr.FormValidate" /> // build a new method in jsp <%! boolean validate(HttpServletRequest req,

  • Dreamweaver CC 2014.1 on Mac Constantly Hangs / Crashes Since Yosemite Update.

    Deleting Cache file didn't help, but deleting the Configuration Folder made the program function for about an hour. The hangs occur during changing site and saving a file. Any advice would be appreciated.

  • HP Pre Services down well before announced January 15?

    I have trouble downloading webos doctors for my devices. I was confident when HP publicly announced all services for Pre devices would run until Januar 15, 2015. So please tell me how to download a webos doctor? All links and methods provided by HP p