Put parameters into OAMessageChoiceBean on the PR

Hi Gurus,
I gotta problem here, how can I set the parameters of an OAMessageChoiceBean on the ProcessRequest? I already search it into the OAF dev's guide without any success for my issue, for my requirement I will have "n" messagechoice, and it may change of VO's depending of the information that the users select.
heres my code:
//VALIDATES WICH VO IS GOING TO LOAD
if(pageContext.getTransactionValue("choice1") == "1"){
String vo = null;
if(am.getIdPeriod().equals("0")){
vo = "TypeALLVO1";
}else{
vo = "TypeVO1";
OAMessageChoiceBean choice2 = (OAMessageChoiceBean)webBean.findChildRecursive("choice2");
choice2.setPickListCacheEnabled(false);
choice2.setPickListViewUsageName(vo);
choice2.setListDisplayAttribute("Service");
choice2.setListValueAttribute("IdService");
choice2.setAllowBlankValue(false);
//HERES WHERE I NEED TO SET UP THE PARAMETERS, BECAUSE MY VO CAN CHANGE
// choice2.setParameter("${oa." + vo + ".IdService}"); <---- something like this it's what I need =/
//REMOVES TRANS VALUE
pageContext.removeTransactionValue("choice1");
I hope you can Help.
Best Regards,
Mentor

Mentor
//HERES WHERE I NEED TO SET UP THE PARAMETERS, BECAUSE MY VO CAN CHANGE
// choice2.setParameter("${oa." + vo + ".IdService}"); <---- something like this it's what I need =/Dont think there is any method like setParameter in a messageChoiceBean.
Please let us know what exactly you want to achieve.If its regarding changing the values displayed in messageChoiceBean conditionally.Then try to set the where clause of the VO associated with messageChoiceBean.
If this is not the case, Please brief more about your requirement.
Thanks
AJ

Similar Messages

  • I need to get photos off a water damaged iPhone 3GS. Can I take out the component that has the photos (is this the main board?) and put it into another of the same phone to retrieve the photos? Please help

    I need to get photos off a water damaged iPhone 3GS. It spent time underwater, saltwater. I let it dry for a week, turned it on, the apple symbol came on, then it died. I need to retrieve my photos off it. Can I take out the component that has the photos (is this the main board?) and put it into another of the same phone to retrieve the photos? Please help

    You're talking about the logic board. The two most likely things to get toasted, with water damage, are the battery(it shorts out), & the logic board. The worst water damage would be salt water. I'm afraid your logic board is toast.

  • Put parameters into url -- Howto?

    Hi all!
    How can I post some parameters to get an url something like that
    http://localhost:8080/application?user=test
    So how can I get the parameter user into my url?
    Can I just use the f:param Tag?
    And who do I retrieve the information on the next page?
    thx for help!

    Wow, 1 duke dollar, geez big spender huh? :-)
    Yes, f:param will work. Nest this tag inside commandLink.
    Their are a couple of ways to get the paramter out of the request but the most elegant is using the "param" implicit EL varialble and the managed-property element of the managed bean configuration.
    Something like:
         <managed-bean>
              <managed-bean-name>yourBean</managed-bean-name>
    <managed-bean-class>foo.YourClass</managed-bean-class>
              <managed-bean-scope>request</managed-bean-scope>
              <managed-property>
                   <property-name>yourBeanProperty</property-name>
                   <value>#{param.yourParamNamey}</value>
              </managed-property>
         </managed-bean>

  • Putting stock into Quality from the Unrestricted stock

    Hi,
    I have a material which is having the stock in "unrestricted Use" , but I want to move the stock to "Quality".
    I have already done the GR for my material.
    Please let me know , how I can put the stock back to the Quality. As I want the stock in the same batch in which its showing the stock in unrestricted.
    If I cancel the GR Document, will the Stock be  moved to the quality after the document cancellation ?
    Please help me to resolve my problem.
    Regards
    Toshi

    hi
    1.pl activate the QM view in the, by extending the QM view from MM01.
    2.IF QM is there already then enter the inspection type 01 for Goods Receipt Insp. for Purchase Order. or if the GR is related to Production then
    04 Goods receipt inspection from production
    3.then cancel the GR or reversr 102 for which you have doen GR already.
    4.Now re do GR, at the time of GR check the  stock type (it should be Quality inspection) the do the posting.
    Before posting to Quality ensure
    1. materia should ahve inpspection plan (QP01)
    with operations assingned with MIC(QS21)
    with out the above master data you cann ot process the quality lot
    -ashok

  • Putting parameters into fx:include tag

    Hello eevryone, I have a problem. I have a homePage.fxml file. I would like to include toolBar.fxml file into homePage.fxml file whose controller class is homePageController.java . The problem is that I need to call a method, which is located in homePageController.java , from toolBar.fxml file.
    Thanks for your comments!

    Hello user,
    If you are trying to call event triggering function from FXML then You can call the function of any FXML Controller from FXMLController but you can't call function of any FXML Controller from FXML.
    You can call the function of any FXML controllers using static function.
    Here is the post: http://blog.ngopal.com.np/2011/11/27/javafx-has-fxml-as-flexible-xml/
    In the post I've called the static function which may be solution for your issue.
    Example:
    //HomePageController.java
    public static void functionToBeCalled(){
    //YOUR CODES HERE
    //toolBarController.java
    public void handleAction(ActionEvent evt){
              //Call function from here
              HomePageController.functionToBeCalled();
    }Thanks
    Narayan

  • Can't put bookmarks into folders or create folders

    When I bookmark a page it does not give me the option to put it into a folder or to create a folder most of the time. And if it does then when I try to put it into a folder the whole "bookmark option" disappears.

    Hi,
    Please check if this happens in [https://support.mozilla.com/en-US/kb/Safe%20Mode Safe Mode]. Safe mode disables the installed '''Extensions''', and themes ('''Appearance''') in '''Tools''' ('''Alt''' + '''T''') > '''Add-ons'''. Hardware acceleration is also temporarily disabled - the manual setting is '''Tools''' > '''Options''' > '''Advanced''' > '''General''' > [https://support.mozilla.org/en-US/kb/Options%20window%20-%20Advanced%20panel?as=u '''Use hardware acceleration when available''']. All these settings/options/add-ons can also be individually or collectively disabled/enabled/changed in Firefox normal mode to check if an extension, theme, option or hardware acceleration is causing issues. Disabling/enabling hardware acceleration, and some types of add-ons in normal mode may require a Firefox restart.
    [http://support.mozilla.com/en-US/kb/Uninstalling+add-ons Uninstalling Add-ons]
    [http://kb.mozillazine.org/Uninstalling_toolbars Uninstalling Toolbars]
    [https://support.mozilla.com/en-US/kb/Troubleshooting%20extensions%20and%20themes Troubleshooting Extensions and Themes]
    [http://kb.mozillazine.org/Problematic_extensions Problematic Extensions]
    [https://support.mozilla.org/en-US/kb/Options%20window Options]

  • Where to put break point when debugging the inbound IDOC processing

    Hi, Dear Experts,
    If IDOC has error and want to debug, which program or function module  to put break point when debugging the inbound IDOC processing
    Thank you so much!
    Helen

    It depends on if you have the custom FM or standard FM...Is it MM invoice or FI invoice? ... You can find out your FM by going to partner profile (WE20) for your sender partner and partner function.. Drill down to your partner and the message type and find the inbound process code.. Double clicking on the process code will help you find the FM...
    If you don't have access to WE20, You can also put BP into any of the IDOC_INPUT_INVOIC* FM and see if it is getting triggered (assuming your IDOC is standard FM)...

  • Cannot put files into folders

    I cannot put files into folders after the update. The app crashes dramatically. Please fixed it otherwise it is useless.

    Hi,
    We are aware of the issue and are currently working on fixing the same.
    Thanks,
    Ankit
    Adobe Reader Team

  • I have a question that I think I know the answer to, but am looking for confirmation.  I have a dell computer at home that has clip art available on it for putting pictures into documents.  Do I need to install an APP to get something similar to clip art?

    I have a question that I think I know the answer to, but am looking for confirmation.  I have a desktop computer at home that has clip art loaded onto it.  I recently got an iPad and am looking for something similar.  I assume I need to get an APP for it, and if that is correct, does anyone have one that they like?

    Sort of.  There is an app called art shop that gives you a place to park clip art.   But I don't think you really need it. 
    If you have a collection of clip art you want available, move it to the camera roll on your pad/ phone, then copy paste into your document the clip you want.
    You can get them into the camaera roll by putting them in a single event in your picture library and syncing them over,  or e mail them to your self, and save to the camera roll, or send them to drop box, and bring them down that way.
    The challenge is getting them all in one place to make it easy for you to find, which is why syncing might be the best approach in the long run.
    As near as I can tell there is not a ready made clip art collection in app format laying around.

  • How do you put safari web pages into icloud with the safari iCloud button?

    how do you put safari web pages into icloud with the safari iCloud button?

    What that button does is sync your tabs between your devices. So if you have multiple macs with Mountain Lion and/or devices with iOS 6 (once it comes out this fall) you can pick up where you left off. For example, let's say I have apple.com, nytimes.com, and facebook.com open on my mac, but I need to run. Later, if I need to use another computer in my household, I can just restore the tabs that I was using before on this other mac.

  • I am trying to put music into my 3rd gen ipod touch and older ipod shuffle but they do not show up on Itunes when i connect them,what could be the problem?

    i am trying to put music into my 3rd gen ipod touch and older ipod shuffle but neither are popping up on itunes, what could be the problem?

    See
    iOS: Device not recognized in iTunes for Windows
    - I would start with
    Removing and Reinstalling iTunes, QuickTime, and other software components for Windows XP
    or              
    Removing and reinstalling iTunes and other software components for Windows Vista, Windows 7, or Windows 8
    However, after your remove the Apple software components also remove the iCloud Control Panel via Windows Programs and Features app in the Window Control Panel. Then reinstall all the Apple software components
    - New cable and different USB port
    - Run this and see if the results help with determine the cause
    iTunes for Windows: Device Sync Tests
    Also see:
    iPod not recognised by windows iTunes
    Troubleshooting issues with iTunes for Windows updates
    - Try on another computer to help determine if computer or iPod problem

  • How do I get the pictures folders in photoshop 7 out of My window XP computer and put them into my new computer windows 8 photoshop12

    How do I get the pictures folders in photoshop 7 out of My window XP computer and put them into my new computer windows 8 photoshop12

    I am so sorry for you and your situation. Were you using iCloud photostream?
    Otherwise I do not see any chance for your precious photos.
    Congrats anyway on the little darling!

  • When I download firefox, using recommended setting, or my own, all the sub files/folders like plugins, modules, updater end up on the desktop as well as in the file location. And when I try to put them into the file location, they don't. And when I delete

    When I download firefox, using recommended setting, or my own, all the sub files/folders like plugins, modules, updater end up on the desktop as well as in the file location. And when I try to put them into the file location, they don't. And when I delete them, FireFox won't open. I tried deleting FireFox and reinstalling it multiple times, and a message pops up sometimes that says FireFox may not have installed correctly, so I follow the steps, but all the extra icons on my desktop don't go away. This has happened every time I have downloaded FireFox. The browser itself works, but I need to know how to get rid of these icons, but still be able to use FireFox. This is on a new computer, with Windows 7.
    == I downloaded FireFox. ==
    == User Agent ==
    Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.6) Gecko/20100625 Firefox/3.6.6

    Managed to solve this myself. Just went to properties > hidden.

  • I can't seem to get my iMac (late 2009 model) into automatic sleep mode.  If I manually put it into sleep I don't have any issues.  I used to solve the issue by running "PleaseSleep" application but that doesn't work anymore since Lion.

    I can't seem to get my iMac (late 2009 model) into automatic sleep mode.  If I manually put it into sleep I don't have any issues.
    I used to solve the issue by running "PleaseSleep" application but that doesn't work anymore since Lion. I now want to fix the underlying problem.
    I'm not running any weird background processes and in my energy saver settings I've tagged "put the hard disk to sleep when possible:, "allow power button to put computer to sleep" and "automatically reduce brigthness". All pretty standard.
    Is there anyone who can give me some pointers ?

    Today I solved the same problem for my iMac running Snow Leopard. See https://discussions.apple.com/thread/3008791#15947706. The method may help you, too.
    For me it was the DynDNS Updater preventing my iMac from automatically entering sleep mode.
    To my knowledge the cause of this sleep problem can only be a peripheral device or a process. So I suggest to first unplug all peripherals and test whether that's the cause. If not, I suggest to terminate one process after another and to test automatic entering of sleep mode after each. Start with user processes; continue with system process if necessary.
    At least that's the way I found the offending process. Fortunately, I was able to change the configuration of that process to allow again automatic entering of sleep mode.
    Good luck!

  • How do I put data into a template using the Labview report generation toolkit for Microsoft Office?

    I am running Lookout 5.0 and have recently purchased the Labview Report Generation Toolkit for Microsoft Office to create reports from my Lookout logged data. Since I have never used Labview I am having my problems. I tried following the tutorials but they do not seem to be examples of what I want to do.
    I log rainfall totals (1 spreadsheet)in Lookout from 40 different sites in 5 minute increments. I copy these totals and paste them into another spreadsheet which sums them up to give me hourly totals and then paste those totals into a spreadsheet for distribution.
    In Labview I create a new report and use the distribution sheet as my template, but how do I complete
    the steps of loading the raw 5 minute data into labview and then paste it into the hourly total spreadsheet and then transfer those totals into the distribution template?
    I have been trying to figure this out for over a week, and I am getting nowhere.
    Any response would be appreciated.
    Thanks
    Jason P
    Jason Phillips

    Lookout saves the files in .csv form which can be opened in Excel. I did make some progress by using the "append table to report" vi which allowed me to put values into an array and then those values were entered into my template on my report vi.
    Where I am stuck now is I want to be able to put values into my template from a .csv file, not from an array I have to manually put numbers in.
    Once those values are in my template I want to pull summed values from the template and place them into a final excel file for printing.
    I have attached examples of the files I am working with to help you better understand what I am trying to do.
    I hope that makes sense.
    Jason Phillips
    Attachments:
    HourlyTotalsTemplate.xls ‏120 KB
    eb_rain_gauge_ss.csv ‏23 KB
    EastBankHourlyRainReport.xls ‏28 KB

Maybe you are looking for

  • Can't restore latest Time Machine backup after drive replacement- only the very first.

    My 13" Macbook Pro running 10.8.5 had a bad hard drive which had to be replaced. After the new drive was put in I tried to restore everything to the new drive with Time Machine but could only restore the first backup I ever did after getting the comp

  • Procure KIT with Purchase order but 15 different materials - how?

    Hi SAP MM Guru's, I have a requirement There are 15 different mateirals which are maintained in Material master seperately with different numbers but all will have to be procured from one vendor same time and issue is each material is consumed on the

  • How do I remove Snapdo software from my mozilla firefox browser bar?

    I accidently installed some software called 'snapdo' onto my computer a short while ago which did a few annoying things. It changed my hope page to their website. Changed my Firefox search bar to the search engine. I have so for managed to solve thes

  • Reinstalled OS X slow boot'n up

    I recently (saw the light) and bought a MacBook Pro, within the first two weeks my OS corrupted (OS 10.4.6). I did a erase and reinstall of the OS and now it seems to load slower. I was wondering is this to be expected or is their a program to "compr

  • Schreibfehler in iTunes 10.7

    Ich habe entdeckt, dass in der Übersicht eines angeschlossenen Geräts (iPad) unter Backup ein Schreibfehler steckt: Es steht da unter Backup auf diesem ComputerLolales Backup verschlüsseln anstelle von "Lokales Backup". Mit freundlichen Grüssen Theo