NETUI-data: Repeater for haspmap?

Could someone advise me how to navigate through a hash table using netui repeater to display keys and values on the jsp page.

Here is my code:
HashMap Structure:

Key                          Value
Question Label          List<AnswerBean>

JSP Code:

<netui-data:repeater dataSource="pageFlow.surveyForm.surveyAnswers">   // this returns the Map<QuestionText, List<AnswerBean>> , Answers contains answer Id and answer Text.
    <netui-data:repeaterItem>
           <netui:span value="${container.item}"/> //display the question text
            <netui-data:repeater dataSource=""> // here i want to iterate through the values (List<AnswerBean>)
                   <netui-data:repeaterItem>
                            <netui:span value=""/> // here i want to display the answer (answerBean.answerText)
                   </netui-data:repeaterItem>
            </netui-data:repeater>
    </netui-data:repeaterItem>
</netui-data:repeater>
Appreciate your help.

Thank you

Container.Container.Item == Map.Entry (i.e. the parent object)
On what object is surveyQuestionLabel?
You probably mean container.container.item.key.surveyQuestionLabel (on the assumption in the question text object)
OR if it is AnswerBean then container.item.surveyQuestionLabel

concerning
Deepak

Tags: Fusion Middleware

Similar Questions

  • NETUI data Repeater?

    Hello

    I have a collateralList and collateralId in a form. How to read the collateralId during the iteration of the collateralList?.
    <netui-data:repeater dataSource="pageFlow.collateralForm.collaterals">   // returns the collection of collateralBean
       <netui-data:repeaterItem>
         <netui:radioButtonGroup dataSource="container.item.collateralOption">
           <netui-data:repeater dataSource="container.item.collateralList">
          <netui-data:repeaterItem>
                           //trying to read collateralId in the below code.
             <netui:radioButtonOption onClick="enableComment('${container.item}','${pageFlow.collateralForm.collateral[???].collateralId}');" value="${container.item}">
              <netui:label tagId="textLabel" value="${container.item}" />
            </netui:radioButtonOption>
          </netui-data:repeaterItem>
         </netui-data:repeater>
          </netui:radioButtonGroup>
           <c:if test="${container.item.textArea=='true'}">
             <netui:textArea tagId="${container.item.collateralId}" dataSource="container.item.collateralComment" disabled="true"/>
          </c:if>
       </netui-data:repeaterItem>
    </netui-data:repeater>
    
    function enableComment(label,collateralId){
         if(label=='Other'){
              document.getElementById(collateralId).enabled="true";
         }
         
    }

    Hello
    If you print directly in the outside loop itself, do you see the correct value? If both are null, then the problem lies in the structure of your data data

    concerning
    Deepak

  • Subform repeat for each data item is grayed out

    I try to use a button of Add a subform. I know that I must have the repeating subform Flowed (what I did) and I know that I should set the subform to repeat for each item of data at 1 Min. However, the subform to repeat for each item of data is grey so I can't select.

    What I am doing wrong?

    Thank you

    MDawn

    You can ask the most subform roof parent to pass on to activate the option Repeat subform.

    Thank you

    Srini

  • Data repeated in multi-page display

    Hello

    I'm quite new to LiveCycle and I'm quite a big shape that someone previously built the edition. I have mainly 2 forms, where fill us in a form albums on our end (directors), then hide and lock our "registration form" and send it to the end-user. Now on great form, I created a repeatable table. I've got to run when you click on 'Add account' on the registration form the top of the page, it also adds an instance of the same table on the form below that the user sees. Basically, I simply use the addInstance command to add an instance of each table, when I click on the button.

    My problem is that I can use data binding or a floating field to display information entered in the form of albums in the form of down, but I have only to first replicate or obviously if I use global binding everything that I put in a first time will be repeated for all instances.

    How can I get it so that the repeated shape attaches a unique ID to each instance that is added, so that when I view the information in the table in the form of albums, he displayed the same way on the form below?

    Hi, the problem here is that you're going to the top of the hierarchy when referring to the index, once you are out of the current line, you come back down, but in a first time.

    Try

    estPage.FirstTable.resolveNode ("TestPage.FirstTable.FirstTableRow [" + SecondTableRow.index + "]"). FirstName.rawValue;

    BRuce

  • Change the Date Format for the previously imported items

    Hi, I'm a newbie to Lightroom with 3.3 being my first experience.  I looked in quite a few threads looking for my question, so I apologize in advance if this has been discussed before.

    I have recently imported/moved 45 GB of pictures in my library and changed the Format of the Date in the way that I thought that I would - I was wrong.  I imported using this format:

    2011-02-02

    So, I have hundreds of folders listed as:

    2011 02-02 148 (pics)

    2011-02-03 2 (pics)

    2011-02-15 15 (pics)

    2011-03-01 1 (pic)

    2011-03-02 30 (pics)

    etc...

    I would like to look like her to have folders roots with the years, months and days then.  I guess I need to format:

    2011/2011-02-02

    Say that it's the right format I expected to have imported with, is there a way to change this without having to delete the catalog and import it back all my photos?

    Thanks for your time

    If you want the same files under a folder parent 2011 instead of all at the same level?  You can add the 2011 folder and then drag and drop in the files LR Panel to pull those records in there.

    If you want years then month then the days you want the one with all the slashes - 03/02/2011

    That said, it's not like you're shooting a lot, then I'd go to this subject a little differently if you have piles of records to settle.  I have a folder of 2011 and simple month folders in this (01, 02, something like that) and then I would use metadata filters to find all the photos of January and drag the photos themselves in January record and repeat for the other 11 months.  Once you have done this, you can remove empty folders of day.  For small numbers, I wouldn't worry about breaking it down into a folder per day, so in the import dialog box in the future I would just select 2011/02.  You like.

    If you have changed pictures in LR yet, it would be quicker to start a new catalog and re-import and leave the LR to move them into your chosen folder structure.

  • &lt; netui-data: pager &gt; action to extract lines dynamically

    Hello

    How can I configure a pager of DataGrid to dynamically extract lines when a user through the paging swap pages?
    I know that I can read all my lines to a collection / array before the rendering of the datagrid control and set the pager to iterate on it like this:

    [Controller]

    Private list < Ride > wrinkles;

    public list < Ride > getRides() {}
    return of the rides;
    }

    [Action]
    wrinkles = rideDBControl.getAllRides (); huge amount of data
    ...
    back to the front;
    }

    [JSP]

    "< div style =" "border-width: 2px;" > < netui-data: dataGrid name = "currentRidesGrid" dataSource = "pageFlow.rides" >
    < netui-data: configurePager pagerFormat = "prevNext" pageSize = "${pageSize}" / >
    < netui-data: header >
    < netui-data: headerCell headerText = "Name" / >
    < netui-data: headerCell headerText = "Description" / >
    < / netui-data: header >
    < netui-data lines: >
    < netui-data: spanCell value = "${container.item.name}" style = "background-color: #f0f0f0; do-size: 14pt; ">
    < / netui-data: spanCell >
    < netui-data: spanCell value = "${container.item.description}" >
    < / netui-data: spanCell >
    < / netui-data lines: >
    < / netui-data: dataGrid > < / div >

    But how can I make the pager call a method to update the content of the collection "wrinkles" according to the current selected page and the size of the page? And how do I get the current page and the size of the page inside this method?
    I want to be paginated queries that may return a huge amount of data (1 m + lines), so extract all lines at once is impossible. What I want to do, is spreading the current page and the page size of pager to a method that will update the current collection according to a query such as:

    Select X, Y, Z
    Table
    Where the...
    And ROWNUM BETWEEN page * pageSize AND (page + 1) * pageSize

    Can someone help a noob?

    For more information, I found the answer by myself.

    To retrieve the rows dynamically, you must change the tag , and include the attributes a pageAction and partialDataSet, for example:

    Within the action of pagination, you can get the current size of the line and page of a PagerModel object. You can then update the data source (don't forget to call the setDataSetSize providing the length of the entire data so that the pager shows the right amount of pages), for example:

    @Jpf.Action (forward = {@Jpf.Forward (name = "success", access = Jpf.NavigateTo.currentPage)})
    {public pagination() before
    DataGridStateFactory dataGridStateFactory = DataGridStateFactory
    .getInstance (getRequest ());
    Gets the pagerModel for the grid object
    PagerModel pagerModel = dataGridStateFactory.getDataGridState)
    "currentRidesGrid") .getPagerModel ();
    => Code to get the size of any data source<>
    pagerModel.setDataSetSize (dataSourceSize);
              
    Get the first line and the model page size
    int firstRow = pagerModel.getRow ();
    int pageSize = pagerModel.getPageSize ();
              
    => Code to extract the rows to display<>
    wrinkles = pageRides;
              
    Forward, forward = new Forward ("success");
    back to the front;
    }

    I hope this helps.

    See you soon

  • use mobile hotspot or obtain a sim card data prepaid for iPad

    I have an iPhone 6 more and just paid for an iPad pro and it's my first iPad. I don't know if I can use hotspot on my mobile phone to surf the net on my iPad or to obtain a card sim data prepaid?  Thank you

    First of all, you would be able to create a hotspot from the phone that is supported by your operator. If it is supported, then you would be able to configure it to connect your iPad to. Insofar as you are using a SIM of data prepaid for the iPad, which could be made only if the iPad is a mobile Wi - Fi device. Many are the only Wi - Fi devices and cell phones are not supported. You need to know what type of device you have purchased.

  • Error 1074395241: The model descriptor does not contain the data required for the corresponding rotation invariant.

    Hi all

    I use the model Match 4 IMAQ to detect the angle of rotation of an image of model. However, it displays the error: "error 1074395241: the model descriptor does not contain the data required for the corresponding rotation invariant." What exactly is the problem? How to solve this problem? The details are explained below.

    My project is a bit complicated. Part of the block diagram containing the IMAQ Match model 4 is illustrated below:

    The source image is a series of images of images read from an AVI video (I used a loop for to process the images frame by frame). The image of the model is an area of the first selected image. So, this means, the user selected the ineterst object in the first frame of the video, and each of the following images to find the object corresponding interest & determine its rotation angle. When I run the above diagram, there no error. However, it shows the angle of rotation zero no matter what it is 'really '. Therefore, I changed the schema by adding parameters, listed below:

    But in this case, when I run it, it shows the error I mentioned in the subject line.

    If you need more information about my project to identify the problem, please let me know.

    Thanks in advance.

    S ' Please example from model that comes with labview First
    Go to labview Help > find examples and you can search for example.
    -You create model with angle range and what kind of special criteria you want to use.
    -To do this you must use IMAQ learn pattern before using IMAQ model Match 4
    Reference:http://zone.ni.com/reference/en-XX/help/370281U-01/imaqvision/imaq_match_pattern_4/

  • cannot start a campaign bed error no data found for 03/01/1943

    HAVE RECENTLY REINSTALLED CFS3, BUT CAN'T START A CAMPAIGN MESSAGE IS DISPLAYS NO DATA FOUND FOR ALLIANCE FOR MARCH 1

    1943

    Hello

    Thanks for posting the request in the Microsoft community forums.
    I understand that you receive the error "no data available for the alliance for March 1 appears" when you start Combat Flight Simulator 3.
    Please answer the following question:

    What version of the operating system is installed on the computer?

    Try to follow the suggestions and check if you can start Combat Flight Simulator 3.

    Method 1:
    The link below doesn't have any information on the compatibility of the game with Windows 7.
    http://www.microsoft.com/en-us/windows/compatibility/win7/CompatCenter/ProductViewerWithDefaultFilters?TempOsid=win7&Locale=en-us&TextSearch=Combat%2BFlight%2BSimulator%2B3&Type=Both&CurrentPage=0&TotalPages=1&ShowCriteria=0&SortCriteria=Relevance&Compatibility=Unknown&LastRequested=14

    If the game is not compatible with Windows 7, then you try to install the game in compatibility mode and check:
    Make older programs in this version of Windows
    http://Windows.Microsoft.com/en-us/Windows7/make-older-programs-run-in-this-version-of-Windows

    Method 2:
    If the problem persists you can then put the computer to boot and try to install the game and check if that helps.

    To do this, follow the steps in this link:

    http://support.Microsoft.com/kb/929135

    Note: After the adventures of shooting set the computer to start as usual by performing step 3 above to the Knowledge Base article.

    Hope the information is useful. If you need help with Combat Flight Simulator 3, feel free to post you question in the forum. We will be happy to help you.

  • Is there a possibility that MusicBrainz can be added as a data provider for Windows Media Player

    When you use Windows Media Player, I was hurt a lot to identify my music. A lot of music I have is not available in the Microsoft music meta service database. What gives? Would be nice if Microsoft could be added to their database. MusicBrainz is a big data provider for Windows Media Player and would make it easier for information about the available media. Data MusicBrainz are permitted in the public domain and some under Creative Commons (CC) license. I don't think that Rovi has a contract saying to Microsoft data to use. I can cite other data in addition to the AMG providers: Journal of CD Japan, CD newspaper China, ZACR DBS and feedback from users. I can almost guarantee you if Microsoft used the MusicBrainz data, Windows Media Player would be much easier for the Organization of the music. Data MusicBrainz are much better quality than WMP user feedback data.

    Hi chuckwoodakawoodchuck,

     
    Welcome to the Microsoft community. Thanks for your suggestion, I will ask you post this feedback in the following link as well.
     
     
    Please let us know if you find any problem with Windows, we will be happy to help you.
  • Windows Media Player will burn a data CD for us but not an audio CD.

    Windows Media Player will burn a data CD for us but not an audio CD.  We have Vista Home Premium with Service Pack 2.  Tried another brand of CD, slower burning speed, etc., but still does not.  And can not uninstall Windows Media Player and reinstall.  Help!

    Hi KathyDobrowolski,

    1. were you able to burn an audio CD before?

    2. what type of file you want to burn?

    3. This only happens with a particular file type?

    4. are you able to burn CDs with any other application?

    5. you receive messages or error codes?

    If the song file is protected by the rights of use, these rights may allow for playback of the song on the computer but prohibit burn them on a CD. If the Information button appears next to the song in the burn list, click the button to see more information on the issue.

    For more information, see the following link:

    Burn a CD or DVD in Windows Media Player: frequently asked questions

    http://Windows.Microsoft.com/en-us/Windows-Vista/burn-a-CD-or-DVD-in-Windows-Media-Player-frequently-asked-questions

  • Image Data Converter for Mac rotation loop

    I have the latest version of Image Data Converter for Mac.  Normally I use Lightroom, but I wanted to try this software because it is designed for Sony raw files.

    The software works pretty well on my Mac Pro 2013, unless there are too many raw files in the directory in which I work, OR, apparently, in the surrounding directories (that is, a library of raw files. organized in folders named after the date  In this case, although the program opens very well (even if it can run for a while at the beginning, no doubt scanning the photos in the folder), attempts to change a raw file quickly causes the program to enter a loop of rotation.  The progress on the operation bar to progress issue (change of saturation, noise reduction, etc.) all the way to the right, then the program hangs forever.  In one case, I waited an hour to see if it would eventually take himself off, but no luck.

    If, on the other hand, I do a new folder outside the hierarchy of photo library, copy all the raw (40 - odd of them) files in the new folder, and then the Image Data Converter point to the new folder, it works very well.

    This is a really special bug.  This means that the software works for people who are only noodling autour, but if someone wants to do a serious blow to a large library of publishing, he can forget it!  This is really not the kind of behavior of Sony would allow.

    Hi mr_protocol,

    Thank you for that bring to our attention. We will send this for good service for future updates on the software.

    If my post answered your question, please mark it as "accept as a Solution. Thanks_MItch

  • How can I re - attach the data files for the programs?

    Original title:

    reconnection of the files

    BONE had to be reinstalled.  All data is saved but lost programs.  Programs now reinstalled, but how can I re - attach the data files for the programs?

    Hello

    You copy the data on your computer (Documents, Photos, etc.) and file extensions should be automatically associated with programs they have written in.

    Otherwise:

    "Changing programs by default by using Set Program Access and defaults of the computer"

    http://Windows.Microsoft.com/en-us/Windows/set-program-access-computer-defaults#1TC=Windows-7

    "How to change file Associations in Windows 7 and Windows 8.

    http://www.7tutorials.com/how-associate-file-type-or-protocol-program

    See you soon.

  • How can we export itno csv data file for oracle forms

    Hello

    How can we export itno csv data file for oracle forms

    For example. I have the block called A.what never the data displayed on a block, when I click on a button, displays the block data, must be exported to the csv file.

    My application is running on the unix operating system.

    Please help on this.

    First of all.  What is your version of forms (for example: 11.1.2.2.0 not 11g).  Finally, who will use the .csv file?  If it is a user on their client computer - CLIENT_TEXT_IO TEXT_IO or WebUtil are standard packages used to export data to a file of Oracle Forms.

    The amount of data to be exported?  If you export only a couple hundred lines - export of Froms will be OK.  If you export more lines than that (300 + lines) then the export will be extremely slow to your username.  Keep in mind that forms is not designed to perform data exports - there are better tools available for this...

    Craig...

  • Content model view presenter not showing the content of the data file for the contributor to Site Studio

    Hello

    I created a data file for contributor to the Site Studio (11.1.1.8.0) using my definition of the region RD_ONE_ELEMENT.

    Here is the XML of the contributor data file (DATA_ONE_ELEMENT.xml)

    <? XML version = "1.0" encoding = "UTF-8" standalone = 'no '? >

    " < = xmlns:wcm wcm:root ' http://www.Stellent.com/WCM-data/NS/8.0.0 "version ="8.0.0.0"> "

    < wcm:element name = "TITLE" > This is the title... Successful. < / wcm:element >

    < / wcm:root >

    It's the definition of the region (RD_ONE_ELEMENT)

    <? XML version = "1.0" encoding = "UTF-8"? >

    " < regionDefinition xmlns =" http://www.Oracle.com/SiteStudio/element/ "" "

    " xmlns: xsi =" http://www.w3.org/2001/XMLSchema-instance "

    " xsi: schemaLocation =" http://www.Oracle.com/SiteStudio/element/ http://www.oracle.com/sitestudio/ss_element_definition.xsd' > .

    elements <>

    < elementReference name = "TITLE" location = "ED_PLAIN_TEST" >

    < property name = "label" value = "TITLE" / >

    < property name = value "description" = "" / > "

    < / elementReference >

    < / items >

    < property name = value "description" = "" / > "

    < name dataProperty = 'metadata' > < / dataProperty >

    < name complexProperty = "switchregioncontent" >

    < property name = "createnewxml" value = "true" / >

    < property name = "createnewnative" value = "false" / >

    < property name = "choosemanaged" value = "true" / >

    < property name = "chooselocal" value = "false" / >

    < property name = "choosenone" value = "false" / >

    < valueList name = "createnewnativedoctypes" >

    < / valueList >

    < name complexProperty = "choosemanagedquerytext" >

    < property name = "corecontentonly" value = "false" / >

    < name dataProperty 'querytext' = > ((xWebsiteObjectType & lt; matches & gt;)) 'Data file') & lt; and & gt; (xRegionDefinition & lt; matches & gt; 'RD_ONE_ELEMENT')) & lt; or & gt; (xWebsiteObjectType & lt; matches & gt; 'Native 'Document') < / dataProperty >

    < / complexProperty >

    < name dataProperty = "defaultmetadata" > < / dataProperty >

    < / complexProperty >

    < / regionDefinition >

    In my portal, I added a Presenter content workflow. On the content tab, I put DATA_ONE_ELEMENT (one piece of content). On the model tab, I chose my Presenter content model.

    I had created a content model project Presenter DesignWebcenterSpaces (that I got from zip file - http://download.oracle.com/otndocs/tech/webcenter/files/DesignWebCenterSpaces_11.1.1.8.0.zip) here is the code:

    Here's the code for the view model:

    <? XML version = "1.0" encoding = "UTF - 8"? >

    " < = xmlns:jsp jsp:root ' http://Java.Sun.com/JSP/page "version ="2.1" "

    " xmlns =" http://xmlns.Oracle.com/WebCenter/content/templates "" "

    ' xmlns:af = ' http://xmlns.Oracle.com/ADF/faces/rich "> "

    < var dt:contentTemplateDef = "node" >

    < af:outputText value = "#{node.path}" id = "ot1" / > "

    < af:outputText value = "#{node.propertyMap ['RD_ONE_ELEMENT:TITLE'] .asTextHtml} '"

    ID = "ot2" / >

    < / dt:contentTemplateDef >

    < / jsp:root >

    The output I see on the Web page is as follows:

    / EXTASC/DATA_ONE_ELEMENT. XML

    I don't see any other texts. Which means, there is no output of:

    < af:outputText value = "#{node.propertyMap ['RD_ONE_ELEMENT:TITLE'] .asTextHtml} '"

    ID = "ot2" / >

    Can someone help me in this? I would like to see the value of my Web page TITLE.

    Hello.

    I am currently weapons... This is not normal, as is a common task.

    Sorry, but we do a general audit of the configuration before enabling the TRACE log levels because it should be a simple thing missing.

    Can you confirm that WebCenter content are activated as a result of components (UCM Console-> Administration-> server-> Component Manager Admin)? :

    - Studio site.

    -Site of Studio for external Application.

    -WebCenterConfigure

    -LinkManager

    -DBSearchContainsOpSupport


    In the case of be activated all (don't forget to restart UCM if you turn any component). Make sure that you have done as following steps:

    1. Log in to Content Server and open the Administration page.
    2. Select the Studio Site Administration, and then set the default Project Document information.
    3. Accept the default settings, and then click Update.
    4. Select the Studio Site Administration, and then to set Document information by default Active Web.
    5. Accept the default values and click Update

    Kind regards.

Maybe you are looking for

  • IOS 6s whatsapp Bluetooth problem

    Call for help, 6 s after having upgraded to IOS 10, When it is connected to the Bluetooth headset, the voice message that Whatsapp is broken. Disconnect the Bluetooth, stop the same Whatsapp Whatsapp to uninstall and reinstall. Impossible to solve th

  • The application is Apple TV Remote has a way to put Apple TV to sleep?

    is there a quick way to turn off the power of the Apple TV using the Apple TV Remote app or I have to go through the menu to access "Sleep now."

  • Replacement of the hard disk for Equium A60-155

    I need to replace the hard drive in my equium A60-155. I need to know what is compatible with this model and if the brand of the drive is important in compatibility. For example should be a drive hard toshiba or is it possible to others. Any help wou

  • XW8400 Worksatation: install more memory for the XW8400

    What is the quantity of RAM MAXIMUM that can take the XW4800 workstation, I currently have 32GB I would like if possible at least double that to 64GM or even 128 GB, as I do massive CAD assemblies who are greedy memory Thank you

  • Motorola please help with my wifi problem!

    ARGH it to happen again! My wifi worked horribly on my droid x when running 2.1, slowing down every 2 minutes, and after doing a factory reset did not work, while waiting for my other wifi devices in my house as my 2nd generation ipod touch worked pe