Can be customize a error  page

Hi !
When I create a User only view ,when This User access a part of Portal that rend a error .I want to customize this error page.
regad!
thangtk

Actually the ErrorPage parameter in the proxy plugin will work only when we redirect the request to some wrong Weblogic port where no/someother application is running.But when the plugin is correctly configured to redirect to a port where our desired application is running, and in this case you bring down the backend server, then you get the same page which I was talking about.I want to customize this page.

Similar Messages

  • How can we define custom error page in protal application

    How can we define custom error page in protal application, like we define "jsp Error page " in JSPs

    Hi,
    Check these:
    Customization of Portal Runtime Errors and portal standard error codes
    http://help.sap.com/saphelp_nw04/helpdata/en/9a/e74d426332bd30e10000000a155106/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/ec/1273b2c413b2449e554eb7b910bce7/frameset.htm
    Regards,
    Praveen Gudapati

  • How can I customize each content page separately, so that if I change one chapter, it won't affect the next?

    how can I customize each content page separately, so that if I change one chapter, it won't affect the next?

    I don't think you can do what you want to do, sorry.
    See: Publishing With iBooks Author
    http://shop.oreilly.com/product/0636920025597.do

  • Customization of Error Page displayed via wwerr_api_error_ui.show_html

    Hello,
    I'm writing PL/SQL-Portlets and use the
    wwerr_api_error_ui.show_html procedure to display some error
    messages. How can I customize the layout of the generated error
    page?
    If this is not possible, how can I implement this on my own? I've
    tried to use owa_util.redirect_url on the occurance of a failure,
    but than the html-code genererated before the error occured is
    still displayed. What do I have to do, to cancel the html-output
    and print the error message?
    Thanks,
    Mirko

    Hi,
    You can use the wwerr_api_error_ui.show_html to print upto three
    separate lines of custom text, with or without hyperlinks.
    You can derive specific error messages from the error stack using
    the wwerr_api_error.get_top or get_errors methods to get the
    error records.
    You could parse the message name, context etc. from the message
    record and even write your custom text.
    So by a single call to show_html you can print something like:
    Error encountered in check_customer(actual context) validation.
    (Print actual error message.)
    Refresh Page ( use hyperlink to p_portlet_record.page_url)
    The spec is:
    procedure show_html
    (p_help_url in varchar2 default null,
    p_text1 in varchar2 default null,
    p_url1 in varchar2 default null,
    p_text2 in varchar2 default null,
    p_url2 in varchar2 default null,
    p_text3 in varchar2 default null,
    p_url3 in varchar2 default null);
    More details in the API reference at:
    http://portalstudio.oracle.com/pls/ops/docs/FOLDER/COMMUNITY/PDK/
    plsql/doc/sdk14shp.htm
    If you want to do your own HTML, make sure you trap your error
    conditions, keep a record of your specific error messages, and
    then clear the stack. Then just print your error messages as part
    of the calls from the procedure that traps the error condition (
    either show or from the customizations procedures) using htp.p
    calls.
    You could use the owa_util.redirect call, when the user presses,
    say the 'submit/OK' button and then, add parameter for the error
    message name. In the show procedure, first check for the error
    flag and accordingly display your error messages.

  • How do I customize the error pages in Firefox 24?

    I'd like to customize the HTLM/CSS/JavaScript of all the Firefox 24 error pages, i.e. the network connectivity lost, DNS and other standard error pages.

    Hello ekan,
    This can be done, but you're going to need to get pretty dirty to get it done. Ready?
    First, learn about userContent.css:
    http://kb.mozillazine.org/UserContent.css
    http://kb.mozillazine.org/Profile_folder
    Now, the easiest way to learn about the elements on the error page is to go to the source. So, go to the chrome folder in the Firefox program folder, usually C:\Program Files\Mozilla Firefox\chrome in Windows Explorer. Find the file called classic.jar and copy that somewhere else. Rename classic.jar to a .zip file and extract it, preferably to a folder called classic at whatever location you are at. Then, open the classic folder and navigate to ...\classic\skin\classic\global and find the file called netError.css.
    Open the netError.css file in Wordpad (Notepad doesn't seem to work for me because then the lines all run together). See all the code that starts with the # symbol? Those are the things you can easily change. Copy all the #ELEMENT code into your userContent.css file.
    Now you can start making changes to see what you like. I would make small changes at a time to see if it works the way you want. After each change, you need to close and restart Fx. Here's one to get you going:
    CODE: SELECT ALL
    #errorPageContainer {
    -moz-border-radius: 0px !important;
    background-color: red !important;
    That should make the box that surrounds the error message be red with square corners instead of white with a rounded corner border. Remember that before every semi-colon, you need to put !important or the change won't do anything.

  • [OAM] Customize System Error Page

    Hi all,
    we have a protected resource with an already implemented custom login form. This login form is not the one in the war, but an external (an static HTML).
    We also need to customize the System Error page (blue screen) that is thrown when an server error occurs. I am following the OAM documentation but it seems confusing with my scenario here. It says to open the oamcustompages.war, modify the servererror.jsp file and re-deploy it. But then, documentation establish to configure "customWar" in the context of the authentication screen. I can't do this because I would loose the login page (and this is mantained by an external development team so this is not an option).
    The customer wants to modify the blue screen not only for changing the look and feel, but also for catching error and perhaps make redirections (at now, the instruction is to know how to change that page).
    Any help?

    Hi Matt,
    I think the page you are being redirected to is servererror.jsp, which is deployed within oam-server.ear, within its own ngsso-web.war application. You could deploy your own version of this. I assume you could also modify the ErrorPage setting in oam-config.xml to define your own page, though I have not tested this. This would be a customisation, so you would be responsible for the system behaviour when doing this.
    Regards,
    Colin

  • How do I customize the error page

    Our IT department has adopted a policy that requires a standard look and feel for all error pages encountered in any web application. To this end I need to be able to modify the error page that shows up on the browser when an unexpected error is encountered or a validation error is sent to a new page.
    How can I modify this page? Is there a template for it, and if so where?
    Any help is greatly appreciated,
    Adam Cumming

    Hello Bhavin,
    I have already started looking at this links (you copied twice Marc Lancaster's page, instead of Roel Hartmans's, which is actually : http://roelhartman.blogspot.com/2009/09/transform-ora-xxxx-messages-into.html)
    I'm focused on Marc Lancaster's solution (Friendly Exception Messages), which is also interesting because it covers Ajax manipulation inside Apex (i'm using Apex 2.1).
    But it seems that the apex.ajax.ondemand(...) line doesn't do anything to my application. Here is the code of this line :
    var lRequest = new apex.ajax.ondemand('test', function(){     
                                                          var l_s = p.readyState;
                                                        if(l_s == 1||l_s == 2||l_s == 3){
                                            }  else if(l_s == 4){
                                            gReturn = p.responseText;
                                            $s('ajax-drop',gReturn); }
                                            else{return false;}
                                              );Because that's the first time I'm trying Ajax, I don't see what could be silly (I just copied the code from Marc's example).
    Here is the application process, called 'test' :
    begin
      htp.p('Hello !');
    end;Thanks a lot.
    Dovik

  • Can I customize "Numbers" in Pages?

    Due to the article requirements, I got to make "Numbers" (of Lists) in my language (2 bytes Chinese). I've noticed there's no obvious option to customize Numbers in Pages like Word.
    I just wonder if there is a way or woraround to prevent time wasting from plain text list numbers. Thx.

    You can't from RH. See the article on my site.
    Images in the header are tricky. If you use the setting that
    I think enables that, you will also get the images in the TOC. Try
    putting a two cell table and putting the heading in one and the
    image in another.

  • How can I customize the error message UIX STRUTS ADF

    Hi dear forum:
    I need to customize the error message?
    Error
    Id - JBO-27014: Attribute Id in AppModule.BackupsView1 is required
    Fecha - JBO-27014: Attribute Fecha in AppModule.BackupsView1 is required
    AplId - JBO-27014: Attribute AplId in AppModule.BackupsView1 is required

    Repost:
    I need to customize the error message when I insert a new row with wrong values in ADF STRUTS UIX, where can I changue the default values for the message?

  • How to customize the error pages in iPlanet IAS 6.0?

     

    Hello ekan,
    This can be done, but you're going to need to get pretty dirty to get it done. Ready?
    First, learn about userContent.css:
    http://kb.mozillazine.org/UserContent.css
    http://kb.mozillazine.org/Profile_folder
    Now, the easiest way to learn about the elements on the error page is to go to the source. So, go to the chrome folder in the Firefox program folder, usually C:\Program Files\Mozilla Firefox\chrome in Windows Explorer. Find the file called classic.jar and copy that somewhere else. Rename classic.jar to a .zip file and extract it, preferably to a folder called classic at whatever location you are at. Then, open the classic folder and navigate to ...\classic\skin\classic\global and find the file called netError.css.
    Open the netError.css file in Wordpad (Notepad doesn't seem to work for me because then the lines all run together). See all the code that starts with the # symbol? Those are the things you can easily change. Copy all the #ELEMENT code into your userContent.css file.
    Now you can start making changes to see what you like. I would make small changes at a time to see if it works the way you want. After each change, you need to close and restart Fx. Here's one to get you going:
    CODE: SELECT ALL
    #errorPageContainer {
    -moz-border-radius: 0px !important;
    background-color: red !important;
    That should make the box that surrounds the error message be red with square corners instead of white with a rounded corner border. Remember that before every semi-colon, you need to put !important or the change won't do anything.

  • Customize CDN error page

    Dear Sir.
    If users are not in the CDN coverage area, CE will return a built-in error page below. Is It possible to customize it? If yes, how?
    Regards

    The document http://www.cisco.com/en/US/products/sw/conntsw/ps491/products_configuration_guide_chapter09186a00801cc940.html#1064227 has the step-by-step procedure for customizing the Error messages in CE.

  • IOS Content Filtering Using TrendMicro: Can I customize the block-page redirect-url?

    I have IOS content filtering using the Trend Micro subscription service working on a 2911 running 15.1.(3)T3 with the security license option and a 30 day demo Trend subscription.
    Once I figured out that the content filtering for Trend appears to be completely broken in 15.2 (even using docs for 15.2) I went back to 15.1 and it works great.
    Everything seems great so far except I would like to have a more 'fancy' or custom blocked page where a user can have a couple links to either go to the trend micro reporting page http://global.sitesafety.trendmicro.com/result.php or some other page, and maybe some branding so they know the page is coming from our network and is not some fake security thing or phishing attempt or whatever.
    I know I can use the 'parameter-map type urlfpolicy trend ' section to do a tiny bit of customization of the text that appears on the default blocked page display and there is an option for it to go to a simple redirect instead ('block-page redirect-url') but I wonder if anyone has any ideas on how to do more with either the built in page or the redirect-url to keep the information of what page the user was trying to access and why it was blocked (category etc.) while adding more features.
    Thanks!
    Oh, one last thing, this doesn't support any kind of 'user override' or anything like that does it? So that a network can have a filter applied but an admin could override the filtering to allow temporary access to something?

    Hmm... no thoughts over the weekend. Anyone?

  • How Can I redirect to Error Page

    Hi
    I have below requirement to insert records into a table based on entered search criteria. And same time don't want to insert the records if there are already records for same search criteria. For this we have done below steps
    1) We have a page with two Date fields.
    i) Date From
    ii) Date To
    2) User enters Date From and Date To values and he press "Go" Button.
    We have created a Validation at page level of type "Function Returning Boolean".
    We are passing two searching Date From and Date To values to function and returning TRUE if there are already records.
    Now when condition is TRUE then we want to redirect to a new Page.
    How can we do this?
    Appreciate if somebody can help me.
    Regards
    Kiran Akkiraju

    Scott
    Here is the actual situation.
    Let us assume I want to populate EMP_TMP table from EMP table.
    For this on my first page I have two Fields which are
    1) From Date
    2) To Date
    I am going to give some values to these two fields and I press a button.
    Basically what I have to do is
    INSERT INTO EMP_TMP
    SELECT * FROM EMP
    WHERE TRUNC(HIREDATE) BETWEEN TO_DATE(:P_DATE_FROM, 'DD-MON-YYYY') AND TO_DATE(:P_DATE_TO, 'DD-MON-YYYY')
    But before doing this I want to validate whether for given date range already data exist in EMP_TMP table or not?
    If Already data exist then I have to redirect to User to one page which showing some details.
    IF data is not there then I have to insert these records into EMP_TMP table and show those records into another page.
    I have given this example on EMP table. But I was having similar example here.
    Could you please let me know how can I achieve this.
    Regards
    Kiran Akkiraju

  • Can I customize the home page?

    Is there a way to make the clock and other items on the banner of the home page bigger?  How about increasing the number of icons on the home page?  Thank you.
    Geo

    You can change themes.
    You can look at your homescreen and press Menu > Options. Do you have an option there for Home Screen Preferences (to set the download folder, theme options , etc.?
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Customization of workspace error pages

    Hi,
    Can we customize the error pages coming in adobe livecycle? If yes can we do it using eclipse?
    Can someone please provide me with a guide or link

    Hi,
    Please check the below links
    How to the Change the Application Stopped Message
    How to Change the Dispatcher Running, No Server Connected Message
    http://help.sap.com/saphelp_nw70/helpdata/en/65/18fc3f9ec4e669e10000000a155106/frameset.htm
    Thanks
    Santosh

Maybe you are looking for

  • Library issues with Windows 7 (64 Bit)

    I have just upgraded to a new computer and have had enormous issues with I tunes 64 bit for Windows 7. I had my music on another disc which I have mounted into the new computer. It is the same drive name (D) as on my old computer (Windows XP 32 bit).

  • How to Install crystal run time programs with out designer.

    Can anyone suggest me  how to install crystal run time program with out installing entire designer software. Is it coming along with CR software package, which we have to do custom install or is it coming as a different package.   Currently my client

  • 1009 Error Video in Firefox, but not IE

    Ok, I am trying to load a video and I get the 1009 error in Firefox, but not in Internet Explorer. I am wondering what is wrong with my code. Please see below. I even tried code from books and get the same error. I have to admit that I am disappointe

  • Insert into two tables with a single query (same ID)

    Hello, I want to insert two tables at the same time ( with a single query) provided that both records get inserted with the same id. How do I do this? Table Movies id name Table Category movie_id cat_typea) Insert into first table, retrieve the id (m

  • Data, minutes, calls and SMS usage

    Anyones know of a free application for blackberry that monitors the usage of sms, calls, and data usage? Thanks & Regards, n