How to change short tip in PPR action.

Hi,
I want to change a short tip in PPR action.
I try to implement it by below code which in PFR method. But unfortunately, It's work fine in a environment, But get issue in another environment.
+if ("Change".equals(pageContext.getParameter(OAWebBeanConstants.EVENT_PARAM))) {+
OAMessageTextInputBean qqq = (OAMessageTextInputBean)webBean.findChildRecursive("mail");
qqq.setTip("TestShortTip001");
+}+
In first environment(OAF version is 11.5.10.7RUP), It's work fine.
But in another environment(OAF version is 11.5.10 2CU), I get attached error message. Seems It's not allow me to modify the short tip in PFR method.
+(This developer mode error is thrown instead of being registered due to the lack of the page context object.) The OA passivation framework coding standard has been violated. Web bean properties cannot be modified in the controller processFormData or processFormRequest method....+
Thanks for any solution and response.

Eric,
You can try in this way suggest in the developer guide by creating the tip bean at runtime and attaching the same with the Bean.
import oracle.apps.fnd.framework.webui.OAWebBeanConstants;
import oracle.apps.fnd.framework.webui.beans.OAStaticStyledTextBean;
import oracle.apps.fnd.framework.webui.beans.OATipBean;
OATipBean tip = (OATipBean)createWebBean(pageContext, OAWebBeanConstants.TIP_BEAN,null,"aName");
OAStaticStyledTextBean tipText =
                                  (OAStaticStyledTextBean)createWebBean(pageContext, OAWebBeanConstants.STATIC_STYLED_TEXT_BEAN,null,"anotherName");
tipText.setText("Test Tip");
// Add the tip text to the tip bean.
tip.addIndexedChildren(tipText);Regards,
Gyan

Similar Messages

  • How to change the name of an action

    I have defined a AbstractAction and I am wanting to change the name of the action. How can I do this. setName(String name) does not work either. This is what I am doing.
    private class BrowseButtonAction extends AbstractAction
          public BrowseButtonAction(  )
             super("Browse");
           * @see java.awt.event.ActionListener#actionPerformed(java.awt.event.ActionEvent)
          public void actionPerformed( ActionEvent evt )
             JFileChooser fch = new JFileChooser();
             if ( evt.getSource(  ) == btnBrowseLogo ) {
                //don't change name b/c it's already correct
             } else if ( evt.getSource(  ) == btnBrowseDirectory ) {
                 //set name of action to "BrowseDirectory"
             }else if(evt.getSource() == btnLoadFile){
                //set name of action to "Load";
    }I am assigning this action as follows:
    JButton btnBrowseDirectory  = new JButton(new BrowseButtonAction());
    JButton btnLoad = new JButton(new BrowseButtonAction());
    JButton btnBrowseLogo = new JButton(new BrowseButtonAction());

    Make a BrowseButtonAction constructor that takes a String. Then, pass that String to super instead of always passing "Browse".

  • How to change a tip on a link

    Hi,
    I have trouble finding a way to change a tip on a link on a page - the one that pops up when you point on a link. I can see the link item among items listed in personalizations page but I can't find where or what governs the tip for that link item or the text in the tip.
    Can somebody please give me a 'tip' here?
    Thank you.
    Anatoliy

    Hi,
    Try to change the Text Property of that Link through personalization.
    Through Personalize page link which is on top of the page Left Side-
    Click on Pencil icon which is in front of that item and change the property to whatever text so want to see like=> "click here to go back"
    Thanks
    --Anil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • How to change short cuts of special characters?

    hi!
    I have much typing work to do, especially for university. For this purpose I would like to change the short cuts of the special characters.
    For example if I type Alt+8 I get this one {. I would like to change it in this one [ . I think I've done this before, but now I can't find it again.
    Please help and make my life easier =)
    skro

    I have much typing work to do, especially for university. For this purpose I would like to change the short cuts of the special characters.
    For example if I type Alt+8 I get this one {. I would like to change it in this one [ . I think I've done this before, but now I can't find it again.
    The tool for making custom keyboard layouts is Ukelele:
    http://scripts.sil.org/cms/scripts/page.php?siteid=nrsi&itemid=ukelele

  • How to change short cuts.

    I want to change the safari short cut that allows browsing tabs from shiftalt} to ctrl+arrow key in safari. Currently ctrl+arrow is not assigned to anything and I feel that it more efficient then the above key combination and shiftapplearrow does not work when you are in a text box.
    Any help would be great, thanks.

    Keyboard shortcuts are controlled by the "Keyboard and Mouse" system pref.
    Under the "Keyboard Shortcuts" tab you can click on the + button and add a shortcut to all applications or a specific program from the list that drops down.

  • How to change default action "alarm" for all signatures ?

    My question belongs to a Cisco 1712 (128 MB, IOS 12.3T, SDM 2.5 installed):
    I'm trying to change the default action "alarm" to "alarm,reset,drop" for all signatures of my custom set.
    However doing so via SDM fails. First, it appears as being done correctly, but after compiling the signatures again, the default values are back there (in the same sense, I was unable to delete signatures, works just using the CLI).
    I followed the instructions at cisco.com:
    router(config)#ip ips signature-definition
    router(config-sigdef)#signature 6130 10
    router(config-sigdef-sig)#engine
    router(config-sigdef-sig-engine)#event-action produce-alert
    router(config-sigdef-sig-engine)#event-action deny-packet-inline
    router(config-sigdef-sig-engine)#event-action reset-tcp-connection
    router(config-sigdef-sig-engine)#exit
    However ip ips signature-definition is not understood by the router, so the procedure fails.
    Can you please assist me ?

    You can use IOS command-line interface (CLI) to change signature actions for one signature or a group of signatures based on signature categories. The following example shows how to change signature action to alert, drop and reset for signature 6130 with subsig ID of 10.
    router#configure terminal
    Enter configuration commands, one per line. End with CNTL/Z.
    router(config)#ip ips signature-definition
    router(config-sigdef)#signature 6130 10
    router(config-sigdef-sig)#engine
    router(config-sigdef-sig-engine)#event-action produce-alert
    router(config-sigdef-sig-engine)#event-action deny-packet-inline
    router(config-sigdef-sig-engine)#event-action reset-tcp-connection
    router(config-sigdef-sig-engine)#exit
    router(config-sigdef-sig)#exit
    router(config-sigdef)#exit
    Do you want to accept these changes? [confirm]y
    router(config)#

  • How to change the action of a movie console skin Flash 8

    I have an flv in the bottom layer, frame 1. Title image is on
    layer 2, frame one. Action for the title image is on the top layer,
    controlling the click on the title image. Clicking on the title
    image works fine, but clicking on the console's play button does
    not. I can hear the audio, but the title image doesn't go away. Can
    you suggest how to change the actioni of the console? I can't find
    any settings for that.

    if that's a movieclip button and skeleton_mc is on the same timeline as the button, you'll need to use:
    _parent.skeleton_mc._alpha = score*2;
    if that doesn't work, in that button press, add:
    trace("button "+this);
    and on the timeline that contains skeleton_mc, add
    trace("skeleton "+skeleton_mc);
    and paste the output panel results here.

  • How to change the Short text of a GUI Status .

    Hi Guys ,
       Can any one guide me on how to change the short text of an already existing GUI Status .
    I have already tried doing these :Opened the GUI Status in change mode and changed the short texts of the Application tool bar ,
                               Menu Bar ,
                               Function Keys ,
    thinking that this will update in the Short text .. but that didnt happen ...
    Below is what I need ...
    Requirement :
    GUI Status : Status_001 .
    Short Text :  New GUI Status .
    Change the Short Text to " Changed GUI Status ' . 
    Regards,
    Ranjita

    Hi Ranjita,
    Do this...
    go to SE80
    Open the program.. open node GUI Status
    Double click on the status you want to change
    go to menu GOTO>ATTRIBUTES>STATUS
    click on continue or simply enter
    Here change the short text and continue or enter
    activate it
    Hope this helps..
    Regards,
    Kinshuk

  • How to change the "short name (account name?)" and home directory name?

    Hi,
    I recently purchased a new iMac and migrated account info from my MacBook Pro.  I happened to use random account name during migration without knowing it will not be easy to change the short name (account name?) and home directory name.  As a result, I am now having extremely confusing short name and home directory name on my new iMac.
    I did online search to find out how to change the two names, but I could only found somethig like "enabiling root user and....."  I have no idea what it was talking about and I don't want to take risk altering such advance set up manually.
    Please advice how I can change the short name and home directory name safely without much PC knowledge.
    Thank you very much in advance.

    There are a few ways of doing this. The easiest method is logging into the first account and copying everything to an external drive (or flash drive or whatever), which changes the permissions so that others can see the files.
    Then, login with the new account and copy the files over. Once they are copied, the correct permissions will be applied again (so other people on your computer can't access them).
    If you can't do this method for one reason or other, you can do some terminal commands to change the ownership of the files. Login to the new account. If it is an admin account, open terminal and type the following command:
    sudo chown -R -v yourusername:admin /Users/originalaccountnamehere
    That should change the ownership of the files from your old account to the new one. At that point, you can simply drag the files into place.

  • How to change user account's Short Name

    Hopefully this is a fairly simple question.
    When I installed OX 10.3 I mispelled my short name, and now I'm can't find how to change it.
    Reffering specifically to: System Preference>Accounts>Short Name
    It's not super important, but would be handier to have it displaying correct for networking.
    If anyone can let me know how to change the short name, and any issues that may result from changing it, it would be great.
    Thanks for any input

    Hi baobhanjex!
    Here is a direct link that usually works, to the utility ChangeShortName by Dan Frakes.
    Read all of the instructions carefully, and proceed cautiously, as an improper change can result in unwanted results.
    Such as;
    Return to Default Desktop, Apparent "Loss" of Home Directory
    Mac OS X 10.3 Help: My home folder and desktop are different than before
    Also, here is a KB Article on How to change user short name or home directory name.
    ali b

  • How to change the short name????

    i bought this iBook G4 off a friend and i was only able to change the name and pass on the account part and was not able to change the short name... it a chicks name so i dont want that to show on there,, does anybody know how to change that ??? thanks

    Just a general reply this, but I had to click on 'Reply' to someone's post...
    It strikes me as very strange that something with such devastating consequences is even provided as an option in Finder. How many posts have there been saying "Help, all my settings/docs/music have gone!" or similar, and the poster having to be walked through the remedial steps? What useful purpose can there be to being able to rename the 'short name', and therefore the 'Home' folder, with a control-click?
    Dr Smoke has a 'Recovering from Re-naming you Home folder', and presumably there is a Knowledge base # for it too. Surely the simplest thing to do would be, in a future SW Update, to remove that Finder option entirely. If it's necessary for some diagnostic purposes to rename, then let there be a more arcane way of doing it, surely.
    Just my humble opinion, of course...
    & yes Jon, my reply to Ozzman was curt, unhelpful and non instructive. I apologise for that. It was late & I'd been up since 5am. I should have left well alone if I wasn't prepared to more helpful.
    An Apple a day...
    Adrian

  • How to change images based on action.Even clicking changed images should ?

    how to change images based on action.
    Even clicking changed images should do respective actions.
    and while displaying only one image at a time sholud get displayed.
    I am using three images for a single column of a table in Jsp.
    Any clues.
    Any link for any good javascript html jsp site where i can find some good solution.
    vijendra

    In broad way if i say i have multiple situations in mutiple tables where i need such a logic to operate in for all tables.
    lets say in first time load of page by default one image will be displayed (one with sorted order for first column rest all non sorted)Now after every click to any image respective sort should get called.along with all images should get changed.Here with every function one/two images will get effect at least.
    As in first if i say sort by desc then this image will change rest all will remain in unsort form.
    when i move to other column and click on new image the previos will convert to unsort and new one will convert to sort by ascending. rest all will be in unsort form as it is.
    Now it seems like same logic is required with two three conditions.
    even for everyaction different parametrs has to be passed at differnt situations.
    Any good idea if someone can suggest.
    I will be very greatful for him.
    thanks
    vijendra

  • How to change application action for all Firefox users?

    Hi,
    Is there any way I can change application action for all FF users. I am using Firefox admin 0.5.9.3 and deploy FF 3.6 through GP.
    Thanks

    You can change the system colors based on the system you are logging on to.  We have many users here doing that. (Red for prod, Green for Dev, etc)  You cannot use the Sap signature Design theme as it does not allow color changing.  I explained this in another post and how to change it.
    Re: Set Color for several system with sap gui 7.20
    To answer your question on how to change this for ALL users... That I cannot answer as our user base differs and they change it as they wish.  Hope this helps.
    Regards,
    Zecher

  • How to change bundle short version to a higher number?

    How to change bundle short version to a higher number?
    Apple has rejected my dist-view file as my old version of the app had a bundle short version key of 1.5 but DPS makes a 1.0 version. I believe that only Adobe can change this. Can you please tell me who to contact?

    Thank you.
    The App name is Exploring Essential Anatomy.   app id: eea19102012. The folder number is 2.1. Using DPS app builder 2.3.2.70.60038.
    The bundle version is 2.8.0.4.59944
    The bundle version short string is 1.0.3
    The problem is that the old bundle short string (of my previous build using xcode) is 1.5.
    Hence new short string needs to be 1.6 or higher.
    Sorry, not sure if this is the info you need

  • I can't figure out how to change me securtiy questions to down load music. Can i get some tips?

    I can't figure out how to change my securtiy questions to download my music from i tunes. Can someone help?

    http://support.apple.com/kb/ht5312

Maybe you are looking for