Popup with information message in pageTemplate

Hi all.
It's a mixed question about ADF and WebCenter but i think it's an ADF Issue.
Scenario:
- Page Template with an af:popup.
- Page Style base of my ADF Pages.
I have next goal:
I have an af:popup in Page Template that i want to invoke during page load. In page style (where is af:document...) i'm able to launch popup during "load". However i need to do all in Page Template.
Is there any way to invoke af:popup in a pageTemplate render? ADF Javascript... etc... .
Is there any way to show easily contextual information in Page Template when all page is loaded?.
My enviroment information is:
- Oracle WebCenter Portal : Spaces PS5 (11.1.1.6).
- ADF 11.1.1.6
Thanks.
Regards.

You could also try the approach mentioned in the forum thread:
How to use Javascript in template
Thanks,
Navaneeth

Similar Messages

  • Popup screen with information message in POWL

    Hi all,
          I have a scenario like after clicking on action in Powl,  the popup screen should be opened with information message with OK button.kindly suggest on this.
    Thanks all

    You could also try the approach mentioned in the forum thread:
    How to use Javascript in template
    Thanks,
    Navaneeth

  • Problem with information message in User exit

    Hi All,
    Iam using the below code in MV45FZZ to check the customer(sold to party) entered in VA31 with a Ztable and popup a message if it exist in the Ztable.
    select single * from zcust into zcust where kunnr = kuagv-kunnr.      
    if sy-subrc = 0.                                                      
    call function 'POPUP_TO_INFORM'                                       
         exporting                                                        
    titel   = 'INFORMATION'                                               
    txt1    = 'Calender day orders for this customer have been blocked'   
    txt2    = 'Please contact [someone] if this block should be removed'  
            TXT3    = ' '                                               
            TXT4    = ' '                                               
         exceptions                                                       
              others  = 1.                                                
    if sy-subrc = 0.                                                      
    leave to screen 101.                                                  
    endif.                                                                
    endif.                                                                
    <b>The problem is, the message needs to be in logon language based.</b>
    I tried to give it in a text element, however it is asking me a access key to enter it in a text element. Also I tried to give just a information message box like this message I088(z2). But this is comming like a success message .  Letme know how to overcome this.
    Regards,
    Senthil

    Hello,
    I have gave similar kind of info message in the same exit like this
    <b>          message i082(Z48SD) with l_r_xvbap-posnr
                                       l_r_xvbap-matnr
                                       text-302.</b>
    <b>Text-302 is created for the same program SAPMV45A</b>
    U could try like this.
    If useful reeward.
    Vasanth

  • How to create a popup with a messages in solaris 8?

    I want to create a simple popup with a OK button when my users logon to the CDE environment informing them about some important stuff.
    How can I do this the easiest way?
    /C

    If your messages are short enough, you can use the existing /usr/dt/bin/dterror.ds script to display the message you want:
    /usr/dt/bin/dterror.ds "Message" "Title Bar" "OK Button Text"
    If you need more than that, you could adapt that script to your needs. Here's the dtksh reference:
    http://docs.sun.com/app/docs/doc/806-2912

  • Eliminate popup with information 'Do not use "Back" button'

    Hello,
    when your cursor is not focused in a ui-Element than in case of typing the back key, a popup open with message: please not use it. It is the same information in case of using the back button.
    Q. Is there a possibility to prevent the popup. Not the function behind, only that the popup will not open?
    Thanks a lot.
    Regards,
    Christian
    Message was edited by:
            Christian Breitenbach

    Hi Christian,
    There is no way to suppress the pop-up for your case . it is comming from the WD controllere. Just put the focus on any UI element then click on BACK manually.
    Warm Regards,
    Vijay

  • Popup with Warning message

    All,
    In my custom page I want to display a warning message with OK button.... user should click on OK to continue the process....
    What is the best way to address this requirement ???

    Are you looking for a javascript popup or a confirmation page kind of soln.
    If you are looking for a confirmation page kind of soln check OADialogPage samples in Toolbox tutorial
    If you are looking for javascript popup check the site,
    http://mukx.blogspot.com/2007/07/javascript-in-oa-framework.html
    With regards,
    Kali.
    OSSI.

  • Warning /  Information messages

    I need to create a warning message that is a popup (like information messages).  I need it to be a popup so the users can't miss it.  I can't use just an information message because when you click the green check (hit enter) it will save the document.  I need to allow the user to view the warning and then edit the document, if need be.
    Is there any way to do this?  I tried displaying an information message followed by a warning message but when you enter through the warning message (in this case) the document is automatically saved.
    Regards,
    Davis

    Hi,
    CALL FUNCTION 'POPUP_TO_CONFIRM'
       EXPORTING
        text_question               = TEXT-005
        TEXT_BUTTON_1               = 'Yes'
        TEXT_BUTTON_2               = 'No'
        DISPLAY_CANCEL_BUTTON       = SPACE
        START_COLUMN                = 25
        START_ROW                   = 6
      IMPORTING
        ANSWER                      = L_RETURN.
      IF L_RETURN = '1'.
      ENDIF.
    In the above the L_RETUN will contain the value that depends on the button whether the OK buttonis pressed or a Cancel buttonis pressed.
    Regards
    Sudheer

  • Edit title of the Information Message

    Hi,
    Is there a way to edit the title of a information message? Message i00...
    Regards,
    Marc

    Hi,
    by title do you mean the "Title thats coming in the popup of Information message" .
    if yes in that case don't use "Message i00....."
    instead use FM "POPUP_TO_INFORM" where you can pass the title you want , and in that you can pass the message you want.....
    Regards,
    Neha

  • Popup dialog or information message after planning functions run

    Hi Guru,
              Anyone who encounter an issue on BPS where a popup dialog or information message appear with SQL statements (one line of statement per dialog). When I debug it the message was raise by form write_sql_log_begin/end.
    Thanks,
    Irish

    MODULE m_pai INPUT.
    CASE fcode.
        WHEN 'ENT'.
            PERFORM f_force_enter.
            LOOP AT git_tab INTO gwa_tab.
                  PERFORM f_update_it9090 USING l_tabix.
            ENDLOOP.
      ENDCASE.
      CLEAR fcode.
    ENDMODULE.      
    FORM f_update_it9090 USING fu_tabix.
    PERFORM f_read_9090 TABLES lit_p9090 USING fu_tab CHANGING lwa_p9090.
        IF lwa_p9090-pernr IS NOT INITIAL.
      ELSE.
          CONCATENATE fu_tab-pernr text-014 '.' INTO l_text SEPARATED BY space.
          <b>MESSAGE i004 WITH l_text.</b>
          g_final_flag = 'X'.
        ENDIF.
    ENDFORM.          
    FORM f_force_enter.
      CALL METHOD g_alv->check_changed_data
        IMPORTING
          e_valid = g_valid.
    ENDFORM.
    Therefore, when this code is run the statement highlighted in BOLD behaves differently when 'Enter' is strike before save and when 'Enter' is not strike before save.  The f_force_enter subroutine is invoke to cause data_changed method to be invoke to capture relevant data before proceeding to other processing.

  • When I choose a photo to share on face book a drop down box appears with the message, Face book didn't recognise the information you entered for the account this is my Face book login information I use to access my face book page how can I overcome the b

    when I choose a photo to share on face book a drop down box appears with the message, Face book didn't recognise the information you entered for the account this is my Face book login information I use to access my face book page how can I overcome this.

    Delete abd re-enter your Facebook account information jnder the accounts tab in the iPhoto preferences
    You may also want to take a look at the user tip for Facebook problems
    LN

  • HT1386 When I try to sync my ipod it comes up with a message saying "iTunes was unable to load data class information from Sync Services. Reconnect or try again later". I have reconnected and tried later numerous times! Has anyone else had this problem?

    When I try to sync my iPod touch it comes up with a message saying "iTunes was unable to load data class information from Sync Services. Reconnect or try again later". I have reconnected and tried again later numerous times and it hasn't worked! Has anybody else had this problem and knows how to fix it??? Help me!

    Try here:
    iTunes for Windows: "Unable to load data class" or "Unable to load provider data" sync services alert
    If not successful see the previous discussion on the right side of this page with the green checkmark.

  • I upgraded to Mountain Lion (MacbookPro). Now when I open ical I get a popup window with a list I had added to Reminders app with the message 'Your calendar couldn't be refreshed' it won't go away-'delete' is greyed out-can't access calendar! Help!

    I upgraded to Mountain Lion (MacbookPro). Now when I open ical I get a popup window with a list I had added to Reminders app with the message 'Your calendar couldn't be refreshed' i--t won't go away-'delete' is greyed out--can't access calendar! Help!

    I upgraded to Mountain Lion (MacbookPro). Now when I open ical I get a popup window with a list I had added to Reminders app with the message 'Your calendar couldn't be refreshed' i--t won't go away-'delete' is greyed out--can't access calendar! Help!

  • Idoc failed with status 51 for Warning/Information messages

    Hi All,
    We are trying to create some Sales Orders with the help of Idocs. We are facing some problem as mentioned below.
    1.There are some warning messages/information messages written in standard Sales Order User Exit USEREXIT_SAVE_DOCUMENT_PREPARE
    2.As soon as the Idoc processing reaches any of these messages, it considers them as ERROR message and Idoc fails with the status as 51 which is not expected.
    3.Also, I see that the Sales Order is saved with the data that has been passed in the Idoc.
    Is this the standard behavior ?? (Or) Is there any EDI related configuration setting which can be used to suppress these kind of messages in Idoc Processing ??
    Any help on this would be highly appreciated.
    Thanks,
    Babu Kilari

    if your IDOC has status 51 then it is not posted, hence your sales order cannot be created from this IDOC. of course this error behaviour can be originated by the user exit.
    please read OSS note Note 747631 - Some tips when testing idoc_input_orders

  • My firefox quite often crashes ,with this message"FIREFOX IS NOT RESPONDING" IF YOU CLOSE THE PROGAM YOU MIGHT LOSE INFORMATION. THESE APPEAR UNDERNEATH CLOSE THE PROGAM WAIT FOR THE PROGAM TO RESET, SO HOW DO I FIX THIS

    My firefox quite often crashes ,with this message
    "FIREFOX IS NOT RESPONDING"
    IF YOU CLOSE THE PROGAM YOU MIGHT LOSE INFORMATION.
    THESE APPEAR UNDERNEATH >CLOSE THE PROGAM > WAIT FOR THE PROGAM TO RESET, SO HOW DO I FIX THIS

    See:
    * http://kb.mozillazine.org/Firefox_crashes
    * http://kb.mozillazine.org/Firefox_hangs

  • Suddenly all information messages appear as popups

    Hello,
    Information messages used to appear on the bottom of the screen.  Now they all appear as popups as well.  It's very annoying.
    Other's have noticed this as well.  Is there a system wide setting that is causing this?
    Thanks,
    Matt

    Hi Matt,
    i think you are using sap gui 710.
    go to sap tweak gui , in that there is option for visulization & interaction
    In that there is one option for
    Show error messages in a dialog box.
    just remove this tick.
    or login in sap press (ALT + f12) OR Click on customizing local layout,
    go to option ,
    there is a block for messages.
    just remove click if there.
    i hope this solved ur query.
    Regards,
    Arpit

Maybe you are looking for

  • How do I save an image in Photoshop

    Format menu is not in my program!!!!!!

  • How to update by using PL/SQL Records

    Hi, I want to update EMP table columns ename and empno only from other existing table TEST_EMP EMP table contains 14 rows.TEST_EMP table contains 3 rows. I need to update first three rows in EMP table. TEST_EMP DATA IS: ENAME EMPNO E1 1001 E2 1002 E3

  • Php data correct on html ouput but output to flash is incorrect

    Not sure whats going on. Information sent back from database is correct so it must be my for statement. var nextY = 0; var nextY2 = 18; for (var count = 0; count < result_lv.typeCount; count++) var nextY2 = 18; holder.attachMovie("header", "type" + c

  • How would I output 9i report to excel ?

    I am using reports 9i and want to send the output of my report to excel. I remember that in 6i, I just selected file -> output to xls, or something like that. I can't find how to do that now. Thanks.

  • Forum moderator needs CS6

    Hello I am moderator of "community Help France" and I have creative suite CS4. I wonder if Adobe has an upgrad for moderators because I don't know how to moderate a version if I don't know them. without upgrad, remove me as moderators because I will