How to save inputText under a af:forEach/af:Iterator  loop?

e.g. 11g, the following code:
<af:forEach value="#{salaryList}" var="salary">
<af:inputText value="#{salary}" >
</af:forEach>
<af:commandButton text="Save Changes" action="#{backingBean.doSave}"/>
How to read the user input in the inputText from screen? I read salaryList in doSave(), but it only has the original values...
Thank you in advance.

You've better use af:iterator its less buggy, you may also want to check this :
af:iterator or af:foreach and component binding
its a discuss whether use af:foreach or af:iterator
Edited by: ThDn on Apr 23, 2010 12:31 PM

Similar Messages

  • I just want to know how to save some of the music manuscript i have created under songwriting, in to a format that I can email to a non-apple PC so that they can print it for me. How

    I just want to know how to save some of the music manuscript i have created under songwriting, in to a format that I can email to a non-apple PC so that they can print it for me. How would I do that?
    Thank you,
    Peter Michaels.

    And you just like helping people?
      That is just the way this forum works - users get help from other users and learn from others and like to contribute if they see they can help.
    My latest challenge was typing in melodies and chords of songs I'd written on the piano. But using the Musical Typing in register C3 I inserted all the notes by playing on the imac keyboard (and written in the treble clef). The only problem is you cant insert the chords at the same time. Now I have an empty bass clef, which requires chords be inserted in register C2 and I dont know yet how to do that.
    To fill in the chords: Join a melody track and a bass track, like this:
    - Create a new software track and record the chords separately with musical typing.
    - Create a new track and copy your melody loops there (just as backup, if something goes wrong)
    - Do the same with the track containing the chords.
    - Then select all loops in the copies of the melody track  and the copy of the chords track and select from the main menu
           Edit -> Join.
    Now you should have a track that contains the bass as well as the melody and both staffs should be filled in the track editor, so you can print both at the same time.
    However, there will be some notes assigned to the wrong staff - very low melody notes will appear in the bass cleff, very high chord notes will appear in the melody cleff - and I don't see how you could fix that in GB.
    Good luck
    Léonie

  • How do I prevent Firefox from locking up when I click on "Save As" under the "File" menu (resetting Firefox didn't solve the problem)?

    I'm running Windows Vista Home Premium OS on Dell XPS 420 system. Firefox locks up each time I click on "Save As" under the "File" menu. Resetting Firefox did NOT solve the problem. If, instead of using Firefox, I log on to a website using Microsoft Windows Internet Explorer, the "Save As" feature works fine, as it should. I would occasionally like to save a web page, using "Save As" while using Firefox, instead of copying the page to a Word Document, and then saving it.

    Hello,
    The Reset Firefox feature can fix many issues by restoring Firefox to its factory default state while saving your essential information.
    Note: ''This will cause you to lose any Extensions, Open websites, and some Preferences.''
    To Reset Firefox do the following:
    #Go to Firefox > Help > Troubleshooting Information.
    #Click the "Reset Firefox" button.
    #Firefox will close and reset. After Firefox is done, it will show a window with the information that is imported. Click Finish.
    #Firefox will open with all factory defaults applied.
    Further information can be found in the [[Reset Firefox – easily fix most problems]] article.
    Did this fix your problems? Please report back to us!
    Thank you.

  • How to save each section report into different excel sheet?

    Hi all
    How to save each section report into different excel sheet?
    I have a report in which there are 4 sections north south west east now i need to save north in excel sheet 1 , south in sheet2, west in sheet3, and east in sheet4. under each section there is list report.
    Please let me know is it possible are not if possible let me no the procedure to be followed.
    Thank you

    If you're running XI 3.1 you might be able to solve this as follows.
    1. Create four users: east, west, north, south
    2. Create a profile that filters on the variable you used for the section/break
    3. Publish the report
    3.1 Set users created above to be the enterprise recipients
    3.2 Add personalization (the profile created above)
    3.3 Check the Deliver objects to each user in Destinations
    (3.4 You could use %SI_OWNER% to get a nice suffix to the report name)
    This should cause four reports to be created, each with its own "personalized" contents.

  • How to save Query in a workbook and Role

    Hello All
    What are this workbook and role?How to save the query into this and how it helps/use us.
    can anyone tell about this?
    regards
    balaji

    Hi,
    You need to assign a role to a user. WHen this user enters the system s/he will be able to save queries under the role (the button 'Roles' will be seen).
    See here an example of working with roles:
    Re: How to protect Queries from being modified ?
    Best regards,
    Eugene
    Message was edited by: Eugene Khusainov

  • How to save a symbol so I can reuse it . .

    Hi to all! I want to start this discussion with an apology. I apologize if this question has asked many times or several times ago. I am really sorry.
    Now, my problem is that my schedules are tight now, I can't finish a sprite animation for a day. My sprite animations are symboled or SYMBOLS . Now, if I can't finish an animation, I doubt of closing flash, cause it will vanquish all my symbols. . I just want your help to help me determine how to save a symbol, so I can open it nex time I use flash. .
    Once again, I'm sorry, and Thank you!

    If your symbols are in the library then save your file.  Then also do a Save As and save the file under another name but do not close the new file.  Then open the file you had originally and see if your symbols are still there the way you need them to be.  If so, you can be pretty sure they will be there when you open Flash again.  IF not, then you still have the file opened that you Saved As so you can fall back into wondering how to keep the symbols

  • How to save the data from AI Read.vi?

    Hi,
    The main target is that testing the strength of a object which is extended by a force. The desired results are
    1. The strength of object under the force(main target, I am trying now);
    2. Displacement of object being extended(I have mimicly done);
    3. Images of deformation of the object extended(I have mimicly done).
    4. The sub procedure will stop when the object under testing is broken. I intend to use the big pulse from force sensor by analizing the data acquired.( it is more difficult if using machine vision).
    What I am mainly trying to do now is implementation of a sub vi to collect the data which is acquired from channel 0 of PCI-6052E which is connected to a force sensor. I have tried to use an existing exam
    ple as attached with some modifications. I have tested the data from the sensor by comparing to measurement by multimeter and it takes sense. But
    1. I still don't know how to save data displayed by AI Read.vi? And use what kind data type could save more memory?
    2. I think that memory management is very important because each points of the result includes its strength, image and displacement. How can I acquire enough significant points for the final results being reliable and save these data down to an array or cluster synchronously? (each sub procedure has no time limited)
    3.Because I think that a continuous data acquisition would occupy ALL CPU TIME and their related images and displacements would have no chance to be taken down by CPU at the same moment. Am I right?--I am sure that it is not very difficult problem but my mind is still in caose and the time is quite limited to me now.
    I am looking for your sugguestion or solution or control philosophy too. You can modify the fi
    le attached if you can. I will learn from your idea.
    Thank you very much for your time and energy!
    Your
    Swedlin
    Attachments:
    Acquire_N_Scans_1_10.vi ‏75 KB

    Hello;
    Regarding your question on the data type that would use less storage space, the answer is binary type. Actually, you can use another shipping example as start point of your application. The example I'm mentioning is a data logger, that saves binary data to a file on your hard drive. You can find that example at Search Examples->I/O Interfaces->Data Acquisition->Data Logger->High Speed Data Logger.
    Regarding your question about the CPU time, the statement is valid. In case you use a synchronous AI task, the CPU execution will get stuck inside the AI Read.vi untill the buffer is ready to be read. One thing you can do about that is to change the acquisition task to be asynchronous. There is a good example in Labview showing how you can accomplish that.
    You can find the example at Search Examples->I/O Interfaces->Data Acquisition->Analog Input->DAQ Occurrences.
    You can combine both examples to accomplish the task you need.
    Hope this helps.
    Filipe A.
    Applications Engineer
    National Instruments

  • Curious: How does "Save for Web" reduce the file size?

    I do know HOW TO USE "Save for web" -- no questions there. I'm wanting to understand better what's going on under the hood.
    When I start with say, an 8x10 JPG at 300 dpi, I understand completely how bringing that down to 72 dpi yields a much smaller file. Simple math.
    What I don't understand is how the "Save for Web" function can reduce that smaller file size so drastically at the same dimensions, still 72dpi, with negligible image loss (at least at the 80% quality). Maybe it's just my amateur eyes, but for everyday casual web pages, I can discern no significant difference between the two 72dpi images. (At lower quality settings, I do see differences.)
    Can anyone explain a bit more of HOW Photoshop does this? Is it simply compression? For example, is it -roughly- analogous to converting an AIF sound file as an MP3?
    Thanks,
    cb

    Thanks, that worked. I figure there was a setting in there somewhere and was even in the right tab, but didnt think to click on that.

  • How to save our ipod on our computer ?

    do somebody know how to save everything from our ipod on our computer ? because i don't wanna lose everything from my ipod after my updates, thanks,

    You should probably disable the autosync functionality first by going to Edit -> Preferences, clicking the Devices tab, and enabilng the prevent iPods,iPhones, and iPads from automatically syncing option.
    Before doing anything else,  authorize the new computer with your iTunes Account.  In iTunes, choose Store -> Authorize This Computer and enter in the correct credentials. Either copy a backup file from your old computer to your new one or create a new backup of your iPod in iTunes before letting it sync.
    Then right->click on your iPod Touch from under the Devices section in the left hand pane of iTunes and choose Backup. You might also want to take a look at this article to see what it all included in the backup.
    http://support.apple.com/kb/ht1766
    Now onto synced content such as music, videos, photos, etc.  For iTunes purchases you can copy them back into iTunes by choosing File -> Transfer Purchases.  For all other nonpurchased iTunes content, see this older post from another forum member Zevoneer covering different software availbable to assist you with this task.
    https://discussions.apple.com/thread/2452022?start=0&tstart=0
    Once the backup has been made and all other synced content such as music, videos, and photos are back in your iTunes library, restore your iPod from that backup you made earlier.  Here is more on backing up and restoring your iPod.
    http://support.apple.com/kb/ht1414
    B-rock

  • How to save the instance in standard lead from custom business object

    Hi Experts,
              I am unable to save the instance(Record) in standard Lead business object from custom business object.
    Steps:
    created one custom business object with mandatory fields for creating instance in standard lead.
    in quick create screen i bind  data elements to standard lead business object elements.
    issue:
    when i click on preview i am getting exception as Arguments not found
    can you please tell me that How to save the instance in standard lead from custom business object with step by step .

    Hi Vijay,
    Please refer this link under that mentioned that how to create lead using ABSL code
    Web 2 Lead in SAP Cloud for Customer, step by step - Part 1 - myCloudDoor myCloudDoor
    Under the "Action-CreateLead.absl" mentioned how to create lead
    the above link for convert web 2 lead functionality and under they create lead using web data from ABSL code.
    Regards,
    Mithun

  • How to save etc/hosts

    Hi all,
    Please help sorting my terminal, I'm having problem with my iTune everytime I want to update or restore my ipad or iphone, it keep saying "this device isn't eligible for the requested build"
    Now I tried to edit the etc/hosts using the Terminal, but suddenly all the script
    # Host Database
    # localhost is used to configure the loopback interface
    # when the system is booting.  Do not change this entry.
    127.0.0.1          localhost
    255.255.255.255          broadcasthost
    ::1             localhost
    fe80::1%lo0          localhost
    #74.208.10.249 gs.apple.com
    #127.0.0.1 gs.apple.com
    are all gone i think i accidentally deleted it. so what I did was I copy this from forum and paste it to terminal.
    But i'm having problem how to save it, when I press ^O it goes like this:
    # Host Database
    # localhost is used to configure the loopback interface
    # when the system is booting.  Do not change this entry.
    127.0.0.1          localhost
    255.255.255.255          broadcasthost
    ::1             localhost
    fe80::1%lo0          localhost
    #74.208.10.249 gs.apple.com
    #127.0.0.1 gs.apple.com
    File Name to Write: etc/hosts                                                
    ^G Get Help         ^T To Files         M-M Mac Format      M-P Prepend
    ^C Cancel           M-D DOS Format      M-A Append          M-B Backup File
    and I dont know how to save it. when I press ^X doesn't save at all.
    Please Help me.
    Thank you in advance.

    Well lets make things easier, get out of Terminal by just Quiting it or Force Quit.
    Download the free TextWrangler here
    http://www.barebones.com/products/textwrangler/download.html
    Now under the File Menu >Open File by Name
    /etc/hosts
    It should look like this, if not then just copy and paste it in.
    # Host Database
    # localhost is used to configure the loopback interface
    # when the system is booting.  Do not change this entry.
    127.0.0.1       localhost
    255.255.255.255 broadcasthost
    ::1             localhost
    fe80::1%lo0     localhost
    Now save it and give it your admin password and that's it. Easy as pie.
    Terminal's pico and vi editing programs have a lot to be desired, but serve the basic puposes.
    With Terminal you need to enter
    sudo pico /etc/hosts
    then enter your admin password to access a system file.
    It can only be done via a Admin account, however with TextWrangler not only is it much easier, you can also access system files from a Standard user account.
    the two lines
    #74.208.10.249 gs.apple.com
    #127.0.0.1 gs.apple.com
    You have there are "commented out" with the "#" symbol, basically your telling the computer to "ignore this line"
    Why you think messing with your /etc/hosts file is going to solve your primary issue with iTunes/iPad/iPhone is beyond me.
    Did you ever think that perhaps your two devices are too old for the "requested build"?

  • How to save column widths in tag monitor and tag config editor?

    how to save column widths in tag monitor and tag config editor?

    The attached example may help.
    After launching the editor, I locate a reference to the front panel control named "Tag List".
    This is type cast as a multicolumn list box which then allows me to increment through all of the cells and set the widths as i go.
    Trying to help,
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction
    Attachments:
    Set_Width2.vi ‏60 KB
    SET_WIDTH.JPG ‏94 KB

  • How to save vector work sharp for web?

    Hello guys, I need all your help!
    I am trying to import a full color vector work from illustrator into an iPad.
    The original illustrator file is about 10MB and I am trying to achive size that is under 128K.
    I used "save for web" but result is not sharp enough at all.
    Is there a better way to save without loosing much detail and still keep the size small from illustrator?
    Should I import to photoshop first to save?  I am just throwing ideas.
    Thanks,
    W.

    I have finally figure out how to save files in smaller size with out loose much quality but now I am encounter with the another issue.
    Files' (JPEG) typefaces are sharp and legible look perfect on iPad, when the same file (JPEG) imported to iPhone, the typeface was not able to read.
    iPad is much bigger than iPhone.  Images work perfect for iPad in theory it shouldn't have lack pixel issue.
    It really beats me.  I don't know how to figure this out.  If you have any idea, please let me know your insight.
    Thanks,
    W.

  • How to save an edited viceo clip in premier elements 11 to my organizer (windows 07)?

    How to save an edited video clip in premier elements to my organizer so that I can add teh edited video clip to my slide show on windows 7 operating system?

    sanford5
    This is not Adobe. We are Premiere Elements users trying to help other Premiere Elements users with their Premiere Elements workflows. Under those conditions, only Adobe may have the opportunity to access your computer in troubleshooting session between you and them. You can use the following link to contact Adobe via its Adobe Chat.
    http://helpx.adobe.com/contact.html?product=premiere-elements&topic=using-my-product-or-se rvice
    When the link opens, click on the statement "I still need help" to bring up Adobe Chat.
    I have no idea if they will charge you a fee for the service ($40 US dollar/hour). It might not even help you (fee or no fee) because you do not have the latest version of Premiere Elements.
    What you ask is easy enough. Let me try again with a step by step to see if we can get this working for you in principle and then fine tune the details.
    1. Export your Timeline to a file, using Publish+Share/Computer and then one of the choices
    Adobe Flash Video, MPEG, AVCHD, AVI, Windows Media, QuickTime, Image, Audio. I do not know what your project settings are, but I am going to guess at NTSC/AVCHD/Full HD1080i30. That would represent 1920 x 1080 @ 29.97 interlaced frames per second.
    The following is going to be a mini test run in principle so we will cut to the core and overlook some things.
    Go to Publish + Share/Computer/AVCHD/ and set Presets = MP4 - H.264 1920 x 1080p30.
    Note that there is a field for Save In: near where you set Presets. Set the Save In for Libraries/Documents not C:\Program Files\Adobe\Adobe  Premiere Elements 11. Keep out of the Program Files for matters such as these.
    Go to the Elements Organizer 12 File Menu/Get Photos and Videos/From Files and Folders and then browse to and select your MP4 file that you have saved in Libraries/Documents.
    You now should have your video represented in the Elements Organizer 12 with a thumbnail.
    Please let us know if that works for you. If not, then please let us know where you need supplemental help to get the task completed. I will re-write if necessary.
    We will be watching for your results.
    Thank you.
    ATR
    Add On...A little side note for later...If you took your file saved to the computer hard drive and imported that back into Premiere Elements with Premiere Elements' Add Media/Files and Folders, you would get
    a. the file imported into a new project
    but also
    b. a copy of the file automatically placed in the Elements Organizer 12.
    If the ideas seem overwhelming, please take the steps on one at a time and follow exactly what is written. You should do fine.

  • How to save Pages document as a rtf?

    How to save Pages document as a rtf? There is no option in the export pull down menu on Pages version 5.1. This is possing to be a big problem as an online couse wants documents saved in this format.

    Pages 5.1 is a buggy, crippled disaster. The lack of RTF support comes under the "crippled" rubric.  It lacks about 100 features present in Pages 09. Beware of the buggy stuff, too: there are many reports of data corruption, of users being unable to open files, etc.  Adivse you use Pages 09, or Word.

Maybe you are looking for