Generate an error message in UIX

Dear sirs...
how can i use ActionErrors in the UIX page to view a custom error message?
thanks for any help.

Hi Mustafa,
in case you have access to MetaLink, you can read
Note 329454.1: How To Display Struts Action Errors or Messages in a UIX
URL: http://metalink.oracle.com/metalink/plsql/ml2_documents.showFrameDocument?p_database_id=NOT&p_id=329454.1
Regards,
Didier.

Similar Messages

  • Generate an error message that Adobe Reader 8 or later is required

    Afternoon all,
    I have created a form (in Acrobat 10 Pro) with a lot of scripts and we have determined that they do not all work as desired in Adobe Reader 7 and earlier.
    Is there a way to generate an error message if a user opens this form with Adobe 7 or earlier?
    We would like a message to pop up advising the user that Adobe 8 or later is required for this form.
    It does not have to lock them out or anything, we just want to advise them.
    Thanks much,
    Steve

    Thanks,
    This is how my bosses want this done. For one part, some of the functionality we are using just doesn't exist in Reader prior to version 8. For others, the users don't really have an option to go elsewhere.
    As for thescript, i am not sure how to apply it. Where do i access the initial page's open event?
    I do know how to enter document level scripts (this form has several) but what does "outside of a function definition" mean and how do i do that?
    Thanks everyone,
    steve

  • Troubles generating an error message in WebDynpro ABAP

    Good evening guys.
    I set the following code in enhancement method (pre-method) of ONACTIONNAVIGATE method, which is triggered after push the "Review" button in WebDynpro Application FITE_REQUEST:
    method PRED78YJIDJ8M8KXTC2MXQI1XK5O . "Exit of ONACTIONNAVIGATE (in ZENH_FITV_FPM_02 )
      data: L_CURRENT_CONTROLLER type ref to IF_WD_CONTROLLER,
            L_MESSAGE_MANAGER    type ref to IF_WD_MESSAGE_MANAGER,
            TEKSTO TYPE STRING.
      IF NAVIGATION_TYPE = 'FORWARD'.
        L_CURRENT_CONTROLLER ?= WD_THIS->WD_GET_API( ).
        call method L_CURRENT_CONTROLLER->GET_MESSAGE_MANAGER
          receiving
            MESSAGE_MANAGER = L_MESSAGE_MANAGER.
    report message
    CALL METHOD l_message_manager->REPORT_T100_MESSAGE
      EXPORTING
        MSGID                     = '00'
        MSGNO                     = '398'
        MSGTY                     = 'E'
        P1                        = 'Test'
        P2                        = 'Test2'
       P3                        =
       P4                        =
       MSG_USER_DATA             =
       IS_PERMANENT              = ABAP_FALSE
       SCOPE_PERMANENT_MSG       = CO_MSG_SCOPE_CONTROLLER
       VIEW                      =
       SHOW_AS_POPUP             =
       CONTROLLER_PERMANENT_MSG  =
       MSG_INDEX                 =
         CANCEL_NAVIGATION         = 'X'
       ENABLE_MESSAGE_NAVIGATION =
    RECEIVING
       MESSAGE_ID                =
    ENDIF.
    endmethod.
    Unfortunately, this code is not working, because the message is not appearing. I generated this piece of code with the WebDynpro Code Wizard, but even so is not working.
    The standard application generates standard messages an places them in WDR_MESSAGE_AREA WD component, in the View MESSAGE_AREA, regarding blanks in text fields that are located on another WebDynpro component (FITE_VC_GENERAL_DATA, view GENERAL_DATA_VIEW). I put my own code in WD component FITV_FPM, in the LAYOUT_VIEW. But I wanna the messages also appear at WDR_MESSAGE_AREA WD component, MESSAGE_AREA view.
    Do you know why I am having trouble generating an error message in this standard Webdynpro? It is not possible to generate an error message to appear in another Webdynpro component, but the same WD application?
    Regards guys!

    Hi
    you can store message ID, message no and message type in the context node in ur exit and make this context node interface enabled. Map this node to the component where you want todisplay the message. read the context node .
    Call the method for displaying the messages and pass message id, no and type from context node.
    invalidate this context node using method "invalidate" from interface if_wd_context_node.
    Regards
    Vishal kapoor

  • Report Builder get shut down... without generating any Error Message

    Hi Every One,
    I am generating the reports in Report Builder 10.1.2.0.2. And the report is based on the view, when I want to generate the PDF, the report builder get shut down without generating any error message. But I can run the report to see live Preview (Paper Design ).
    What can be reason that its not generating PDF file format.
    Thanks in Advance for your time.

    Hi Saumen,
    I don't think so that .. I have memory problem or some other issue on the hardware side .. bcos I used the same report builder on same machine against the same instance.. to generate the 70K pages PDF file ... but nothing happened ...And this report is fetching only 10 records. during the execution of the report, Report Builder get close. without generating any message. without keeping any processor busy.
    I am feeling that report builder try to write in the PDF file format .. but unable to write.. may b some thing is wrong on the privileges side of the VIEW. But I have Select Priv on the view.
    When I try to trace the report, I got the message in the trace file that " Report Aborted on user request"
    Thanks,
    Mohsin

  • Query Generator Funny error message

    Hello Experts, Not sure if you ever seen something like this, but be great if anyone can offer me some insight...
    on a normal query with parameter I have something like thsi
    /*select from ORDR t0*/
    declare @begandate as datetime
    /* where */
    set @begandate = /* t0.docdate*/ '[%0]'
    and it runs fine with just about any table, view...etc.. But as soon as you have a UDT in SBO... put in like
    /*select from ORDR t0*/
    declare @begandate as datetime
    /* where */
    set @begandate = /* t0.docdate*/ '[%0]'
    select * from dbo.[@bos_del_pri] a inner join ordr b on b.u_prioritycode = a.code
    where b.docdate = @begandate
    it give me funny error messages, "Only one epxression can be specifed in the select list when the subquery is not intrudoced with Exist"
    This is ran at a SBO 2005B PL35... when I ran a similar query in SBO 2005A PL45 I get soemthing like
    "must specify table to select from".. I know this error message doesn't make sense, but not sure if anyone has encounter the same problem, and if yes possible solutions?
    Thank You

    Hello Friends,
    This is in accordance to provide the information that Query Generator does not work with parameters and User defined tables together. As per my experience in SQL UDT tables start with "@" and variables declared in SQL are also prefixed with "@" so SQL does not make any difference between UDT of SAP and variable of SQL. Thus we are not able to use ([%0] parameters and UDT tables) together.
    Please correct me if I am wrong.
    Please forgive me if i have posted wrong information  
    I look forward to your reply.
    Regards,
    Murtaza

  • Javascript generated validation error message not rendering properly.

    Hi guys. I am a web developer looking for some help with a Safari issue.
    I have a web form with client side validation. The page is built in asp.net and uses a validation summary to display the error messages in an unordered list. The validation is not the standard asp.net version, but a version they came up with at the company I work at.
    The validation produces some javascript in the page, which appears just before the closing </form> tag, which I understand can cause issues in Safari? However I cannot change the place it appears on the page because its part of a sort of CMS template.
    The validation text appears fine in other browsers, but in Safari it produces a white space. However if you highlight over the space, the text is revealed, and then stays on the page. Also if you scroll the page so that the space disappears off the top of the page, and then scroll back up again, the text is visible. Also if you click the submit button again the text is revealed.
    I have also found that if you use Safari in the Transparent Window mode, it all works fine.
    If anybody out there has any ideas what could be causeing the problem, I would be extremely grateful.
    Mac Mini Mac OS X (10.4.9) Safari 2.0.4

    Hi,
    no, there doesn't exist a client side JavaScript API for this. The message element is only rendered if there is a component error detected in the lifecycle. This means there is nothing you can hook into (e.g. using document.getElementById())
    Frank

  • Website Storage Settings Panel generates script error message

    I am using Chrome, XP sp3 and the latest flash 11.1.102.55
    When I click on the Website Storage Settings Panel here:
    http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager07.htm l
    the panel starts loading but after a few seconds I get a pop up with the following message:
    A script in this movie is causing Adobe Flash player to sun slowly.  If it continutes to run, your computer may become unresponsive.  Do you want to abort the script? Y\N
    Actually, all the settings panels do the same, but I discovered it while attempting to use the above.
    Aborting the script causes the Panel box to go crazy, with it running like a very fast movie through many different looks and nothing is able to be clicked on.
    Not aborting the script causes my computer to become unresponsive as warned.
    I have cleared the cache before doing this.
    Same thing happens in Firefox - which I use when Chrome doesn't work.
    Same thing happens in IE - which I do not use.
    No idea what to do - definitely welcome suggestions!!!!
    Thank you.

    Because you mention Safari I want to pass along this post by VIDEOTRANS from another thread.***************************************************************************************I found a fix for the streaming failure.... 422 error.  I my case it was AVAST anti-virus that blocked Comcast's server from streaming the content to my   Mac Book.  I added the server address:  secure.xfinitytv.comcast.net   to the excluded server list in the Web Shield preferences.  Now the streaming works on every channel...  By excluding ther comcast server it allowed the stream to play in my browser, and no longer blocks it.... YAY!***************************************************************************************Here is a link to the other thread. http://forums.comcast.com/t5/XfinityTV-Website/Error-Message-422/m-p/2469238

  • My emails from the last five years have disappeared and trying to receive new emails generates an error message

    My antivirus scan secured a FakeAlert threat. Now, all emails from the past five years are no longer visible in my Inbox and are not in the Deleted Items folder. Any time I try to receive a new email I receive the following message:
    "There was an error downloading the following message:
    From: <sender>
    Subject: <subject>
    This message may contain a virus or there is not enough disk space. Skip this message?"
    Enter No:
    "Unable to write the email to the mailbox. Make sure the file system allows you write privileges, and you have enough disk space to copy the mailbox."
    I have write privileges and 184 GB of free disk space. I recently deleted many emails and compacted my inbox. I cannot restore any files that the scan deleted because there are none visible.
    I have contacted my antivirus software providers and they concluded that the problem lies with my email software. Can you please help?

    REmove all emails from the Inbox to other folders.
    When it is empty do the next stage.
    If you are using a POP mail account and have some emails in the webmail view that are missing in Thunderbird, you could get everything currently on the server downloaded again.
    Make hidden files and folders visible:
    * http://kb.mozillazine.org/Show_hidden_files_and_folders
    In Thunderbird
    * Help > Troubleshooting Information
    * click on 'Show Folder' button
    * '''close Thunderbird now - this is important. '''
    * clickon 'Mail' folder
    * click on mail account name
    * Locate and delete these files: '''Inbox and Inbox.msf'''
    * locate and delete this file: '''popstate.dat'''
    * close the window - top right X
    * restart Thunderbird
    A new Inbox will be created.
    A new popstate.dat file will be created.
    It keeps a record of everything downloaded, as it is new and empty, TB will believe everything currently in server Inbox needs to be downloaded.
    This will get everything currently in server Inbox back in Thunderbird. As you already have some emails, you may get some duplicates, but only the once.
    I would not expect any emails are recoverable from the Inbox in Thunderbird because they may have been corrupted by either an unknown reason or by the antivirus program doing something with the file to make emails lose information, it is possible that when you compacted the file emails were lost. Compacting removes 'marked as deleted' emails, but if it didi not know where a marked as deleted email ended, good emails could have been removed due to the corruption.
    In future, compacting should be done on a regular basis, but never compact a file/folder that you think may be corrupted. Getting the error message saying the file may be corrupted was a good hint that somethig was wrong.
    Report back on results.

  • Printing generates an error message E1 on Brother printer

    When I print a Firefox webpage on my Brother printer HL-3070 CW it does not work. The printer kicks in but after just one second of fan trust it posts an error message "Unable to print E1" (Kan ej skriva E1 in swedish). I then need to shut off the printer and restart again in order to reset the printer.
    With other documents the printer works fine (OS test page, word processor files, pdf files).
    I checked with the Brother support without any luck.

    Hi hornbacher,
    Please check out the troubleshooting steps listed in this kb article: [[Fix printing problems in Firefox]] sometimes Firefox's cached printing settings need to be reset.

  • Error Message in UIX Editor when using a custom parameter to a template

    In my UIX template, I have a custom attribute "selectedTab", as advised in the documentation:
    <type base="ui:pageLayout">
    <!-- define the template's type information -->
    <namedChild name="topHead"/>
    <attribute name="selectedTab" javaType="int"/>
    </type>
    I use it in the UIX file, again as advised by the doc:
    <myTemplate:SalmonTrap title="SalmonTrap - Live Accounts" xmlns:myTemplate="salmontrap" selectedTab="0">
    It works but I get the following message when I compile or try to GUI edit:
    Error(0,0): Attribute selectedTab not defined on element myTemplate:SalmonTrap
    What do I do wrong?

    Eric,
    That should work and not show the usage of selectedTab as an error. (You may need to restart JDev after creating the template for it to work right.) In fact, when you select the SalmonTrap component in the structure pane, the property inspector should actually show you that selectedTab is an attribute you can set. I can make this work.
    One other thing to check: is the UIT in the same project as the UIX file? I'm not positive this is required for the design-time to work, but it may be.
    -brian
    Team JDeveloper/UIX

  • I have elements 8, it will not open anymore and it generates a error message.

    can anyone help me with this? I have been looking for a contact number or someone to call and that seems to be not available. The message says that Photoshop Elements has encountered a problem and needs to close, there is not a specific error code so I really dont know where I sould start. Any help would be appreciated.

    You'll need to update to at least ACR 8.2 for the 70D to be recognized.  The normal way to update PSE12 to the latest CR is to use Help / Updates in the Editor which should update to ACR 8.5.
    According to Adobe's website PSE12 shipped with ACR 8.1 and you say it says yours is reported as ACR 8.0.
    Are you using PSE 11 and not 12?  PSE 11's maximum ACR version is 8.0.

  • Restore couldn't complete. It generates am error message "backup is corrupt or not compatible with the iPone..."

    While upgrading my iPhone to IOS 7.0.6, I disconnected to answer incoming call. When I finish the call, the phone went to restore mode. I completed the upgrade and tried to restore from backup at my computer. However, restore couldn't complete due the error mentioned in the question. I need the data badly. How do I recover or what tool can I use to recover the corrupted backup file?

    Even if deleted all the backups shown in iTunes Preferences>Devices, check the actual backup folder on your computer to be sure there isn't one still there that needs to be deleted.  You will find them at one of the following locations:
    Windows XP: \Documents and Settings\(username)\Application Data\Apple Computer\MobileSync\Backup\
    Windows Vista/7: \Users\(username)\AppData\Roaming\Apple Computer\MobileSync\Backup\
    Mac OS X: ~/Library/Application Support/MobileSync/Backup/

  • K7N2G generating error message when trying to reinstall xp

    K7N2G motherboard is generating a error message when we tried to reinstall XP. it had XP PRO and when you boot up it would give youa Scan Disk check and then a blue screen would appear and the message ( Child Device is operating in Fat 32 and Software based System. plus other things and then said must reboot. and the same process would start all over again.) We formatted the drive and then tried to load 98 back on so we then could reload XP. but as soon as we get 98 on it comes up with the same error message and we totally lose all CD and DVD Rom support windows 98 will not recognize the CD Roms and were stuck. because we can't get XP back on. and then you reboot and you get the same error messages again. Any body ever seen this before or have any help to offer???? thanks Sirk
    Post last edited by sirk on 2003-06-09, 07:12.

    Quote
    Originally posted by sirk
    Thanks for your help, I had a feeling that it could bethe hard drive and I sure it almost has to be... thanks Sirk
    before you go with the hard drive make sure your memory is good,,,,, i had a heck of time loading XP when i upgraded and it turned out i had one bad stick of ram.... it was a nightmare until i started messing with the ram..... then like magic,, xp loaded and all is well...........
     :D

  • Java SE 6 runtime error message

    My system keeps generating an error message:
    "To open “java,” you need a Java SE 6 runtime. Would you like to install one now?"
    How can I discover what is causing this?  I see (from another discussion) that a Facebook Video Chat file can be cause this message - I don't use Facebook on this system, so that's not the fix here.
    Should I install and be done with it?
    Thanks

    Triple-click anywhere in the line below on this page to select it:
    find /[AL]* -type d -name *.app -prune -exec sh -c 'ls -R "$1" | grep -q \.jar\$' {} {} \; -print0 2> /dev/null | xargs -0 basename -s .app | open -f -a TextEdit
    Copy the selected text to the Clipboard (command-C).
    Launch the Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Paste into the Terminal window (command-V).
    The command may take a noticeable amount of time to run. Wait for a new line ending in a dollar sign (“$”) to appear.
    A TextEdit window will open with the output of the command. If the command produced no output, the window will be empty. Post the contents of the TextEdit window (not the Terminal window), if any — the text, please, not a screenshot. The title of the window doesn't matter, and you don't need to post that.

  • Suggest a way to raise error message.

    Hi Gurus,
    i am developing an enhancement for transaction QA10, QA11, QA12, QA16 , QA17, QA40, QA41.
    above transactions are to perform UD or Change UD (Usage Decision ) in foreground or background mode.
    Our requirement is to raise a error message if any NOTIFICATIONS are OPEN in QMEL Table for Material and Batch Combination for which UD is been done.
    We have to generate an error message as-  Open Notification XXXX for material XXXX Batch XXXX exist.
    But we can have more than one Notification for a material and batch combination, notifications can be of any number.
    we cannot show the error message as a-
    1.  pop-up with alv containing error's as UD can be also done in background mode.
    2.  nor we can raise a long message as Notification's can be of any number.
    what are the ways we can show error message in this scenario.
    Regards,
    Akash Rana

    Issue Resolved

Maybe you are looking for

  • Table has no tablespace in the data dictionary

    I have seen this twice now, and still don't know what causes it. Does anyone know what would cause a table to have a null value for tablespace_name in user_tables or all_tables? Thanks, Sam

  • Lumia 920 - speakerphone calls with audio cable pl...

    I'm not sure if this is a bug or by design but if I have my 920 plugged into my car audio AUX and I take a call using the speakerphone the call audio droppes to the phone.  If I take it off speakerphone the audio then comes out through my car system.

  • Aspect ratio on menu screen

    Hello folks, I made a custom menu graphic (jpeg, psd) to put on the menu page and no matter how many ways in reconfigure the size it won't completely fill the space. There's always a pinch on the sides or the top and bottom. Any suggestions?

  • IMPDP  Errors  ORA-39083  ORA-01918

    Oracle Database 10.2 OS IBM AIX Hi I have to do one datapump import into one database. The source database is different. The dumpfile contains 3 different schemas. And I need to import into one schema with a different name. For example, Export dump c

  • Dataguard Solution for standby redo log file groups

    Respected Experts, My database version is 10.2.0.1.0 and Red Hat 5 os.I want to create a standby database using RMAN. Can any one help me with the full steps.And i'm also confuse about number of standby redo log file members need to be created. Thank