Af:panelCollection with multiple menus

Hi,
I am using latest version of JDev 11g
I want to have multiple menus in the menu facet , but apparently it only works for one
so, apart from View Menu, Format Menu, I want to add some more menus, but it only allows upto one , leaving only three menus
viewMenu
FormatMenu
CustoMenu1
but is it possible to add more ?
thank you all

no, it does not work
facet tag does not allow group as a first child
still I tried anyways, and blank page in the browser
<af:panelCollection binding="#{pageFlowScope.backing_printTable.panelCollection1}"
                            id="panelCollection1">
          <f:facet name="menus">
            <af:group binding="#{pageFlowScope.backing_printTable.group2}" id="group2">
              <af:menu text="menu 1" binding="#{pageFlowScope.backing_printTable.menu1}"
                       id="menu1">
                <af:commandMenuItem text="commandMenuItem 1"
                                    binding="#{pageFlowScope.backing_printTable.commandMenuItem2}"
                                    id="commandMenuItem2"/>
              </af:menu>
              <af:menu text="menu 2" binding="#{pageFlowScope.backing_printTable.menu2}"
                       id="menu2">
                <af:commandMenuItem text="commandMenuItem 2"
                                    binding="#{pageFlowScope.backing_printTable.commandMenuItem3}"
                                    id="commandMenuItem3"/>
              </af:menu>
            </af:group>
          </f:facet> <f:facet name="toolbar"/>
          <f:facet name="statusbar"/>
          <af:table value="#{bindings.EmployeesView1.collectionModel}" var="row"
                    rows="#{bindings.EmployeesView1.rangeSize}" width="100%"
                    emptyText="#{bindings.EmployeesView1.viewable ? 'No rows yet.' : 'Access Denied.'}"
                    fetchSize="#{bindings.EmployeesView1.rangeSize}"
                    binding="#{pageFlowScope.backing_printTable.table1}"
                    id="table1">
            <af:column sortProperty="EmployeeId" sortable="false"
                       headerText="#{bindings.EmployeesView1.hints.EmployeeId.label}">
              <af:inputText value="#{row.bindings.EmployeeId.inputValue}"
                            label="#{bindings.EmployeesView1.hints.EmployeeId.label}"
                            required="#{bindings.EmployeesView1.hints.EmployeeId.mandatory}"
                            columns="#{bindings.EmployeesView1.hints.EmployeeId.displayWidth}"
                            maximumLength="#{bindings.EmployeesView1.hints.EmployeeId.precision}"
                            shortDesc="#{bindings.EmployeesView1.hints.EmployeeId.tooltip}">
                <f:validator binding="#{row.bindings.EmployeeId.validator}"/>
                <af:convertNumber groupingUsed="false"
                                  pattern="#{bindings.EmployeesView1.hints.EmployeeId.format}"/>
              </af:inputText>
            </af:column>
            <af:column sortProperty="FirstName" sortable="false"
                       headerText="#{bindings.EmployeesView1.hints.FirstName.label}">
              <af:inputText value="#{row.bindings.FirstName.inputValue}"
                            label="#{bindings.EmployeesView1.hints.FirstName.label}"
                            required="#{bindings.EmployeesView1.hints.FirstName.mandatory}"
                            columns="#{bindings.EmployeesView1.hints.FirstName.displayWidth}"
                            maximumLength="#{bindings.EmployeesView1.hints.FirstName.precision}"
                            shortDesc="#{bindings.EmployeesView1.hints.FirstName.tooltip}">
                <f:validator binding="#{row.bindings.FirstName.validator}"/>
              </af:inputText>
            </af:column>
          </af:table>
        </af:panelCollection>the question is why not?

Similar Messages

  • I have a bug with multiples menus in dvdsp4

    I currently have 2183 menus in my project,
    If i add one of them, the list x/Menus/... is not posted any more.
    I also tested since scripts (Jump/Menus/..)...
    The documentation of dvdsp4 known as (page 45): Maximum number of menus in a project : 10000.
    I am french and desperate.
    Cordialement

    Hi Gerald,
    What a welcome!!! Eeech 2000 menus and its your first post.
    Is there also a size limit as well? It used to be 2 Gig. I heard they were planning on changing it in version 4.
    I would also check and see if more RAM will do the trick. DVDSP 3 and 4 are RAM pigs. I've upgraded to 8Gb on all our machines and many little issues we had have disappeared.
    If you are still at a loss. Are you comfortable converting your remaining menus to buttons over video as an alternative?
    Good Luck

  • Custom LayoutSet with multiple Menus

    Hello All -
    I am trying to implement a custom layout set that will contain the basic tree\list layout but have 3 menu's
    1.  Standard Menu Bar Control
    2.  A Button Menu
    3.  A Link Menu
    I have been playing with my layout set and see  you can get the menu bar from your layout set configuration using the lines..
    ControlFactory cf = ControlFactory.getInstance();
    Control c = null;
    com.sapportals.wcm.repository.IResourceContext context = getProxy().getResourceContext();
    c = cf.getControl("MenuBarControl", context)
    I am unsure where the String MenuBarControl comes from however and what it would be to get the Link or Button Control...
    Thanks in advance for your help on this one.

    Hi Brandon
    To render the extra two Menu bars you need not define additional Collection renders , because the layout set can identify Menu Bars separately from Collection renders. To have more more Menu Bars you will have to modify the layout set code to something like this ...
      private void createControls() {
         this.controls = new Control[5];
         ControlFactory cf = ControlFactory.getInstance();
         Control c = null;
         IResourceContext context = this.getProxy().getResourceContext();
         c = cf.getControl(cf.MENU_BAR_CONTROL, context);
         this.controls[0] = c;
         if (c instanceof IMenu) {
           ((IMenu) c).setProxy(this.getProxy());
           ((IMenu) c).setPushStack(true);
           ((IMenu) c).setGroup(IParameterName.UI_GROUP_MASS_KEY);
         c = cf.getControl(cf.MENU_BAR_CONTROL, context);
         this.controls[1] = c;
         if (c instanceof IMenu) {
           ((IMenu) c).setProxy(this.getProxy());
           ((IMenu) c).setPushStack(true);
           ((IMenu) c).setGroup(IParameterName.UI_GROUP_MASS_KEY);
    //repeat again for third menu bar
    However I have not tried getting a button into a menu bar. Links are possible as you are aware
    Regards
    Pran

  • For some reason, my compression option is grayed out under "File" menu, and when I select a folder with multiple files, or multiple documents, and try to right-click or tap the mousepad with two fingers, I do not get a "compress" option available. Help.

    I don't know why, but when I select a folder with multiple docs contained within it, or multiple files, the Compress option is grayed out under the File menu, nor is it available when I right-click. Please help.

    Yes it is, but I have the same problem of the option does not appear with "right click" (I'm actually control-clicking), and COMPRESS is grayed out under the file menu. I'd like to fix it.
    Hmm. After finding the Archive Utility,* I tried archiving the folder. It came out as .cpgz, ugh. Found there was a preference to make .zip the default. It worked!
    And now…the menus are not grayed out. ?!?! OK.'
    Hope this helps someone.
    *You cannot find this via search, apparently it is a hidden file, you have to click from the root drive through to /System/Library/CoreServices (Thanks for the file path Alberto!)

  • Desperately need solution for multiple menus

    I'm using Dreamweaver 8 and am using only CSS for layout and
    controlling all the page elements. One thing I've never found any
    instruction books it is naming conventions when you're using
    multiple menus on a page. I give all my menus unique IDs and that
    seems to work so far BUT I've run into a problem now and have
    worked on fixes for about five hours. I'm completely baffled and
    wonder if there is a CSS was out there who can help out.
    The first 3 navigation menus appear properly and there are no
    problems. This page has the first three menus:
    http://www.aexcea.com/ANGELA/indexTest.html
    . It even worked fine when I did the header and footer as a PHP
    include:
    http://www.aexcea.com/ANGELA/indexTestIncludes.php
    So far, so good.
    Now I had to add a left navigation bar for the client and
    that's when all hell broke loose:
    http://www.aexcea.com/ANGELA/TemplateLeftNav.php
    4th menu
    added
    The fourth menu works but now the first three menus are going
    crazy. They don't display properly in Firefox and in IE they're
    jumping all over the place with the mouse overs. I've changed the
    names of all the menus so they are completely different from each
    other, I tried them as DIV ID, as SPan classes, as a combination of
    the two, I took out the PHP include, put the 4th menu CSS in its
    own file and I've studied the stylesheets till I'm bug-eyed, and I
    have no idea why it's acting this way.
    I'm including the stylesheets below with the relevant code
    and the HTML for the page were all 4 menus will be at the end.
    I'm at the end of my rope and I'm desperately hoping somebody
    can help. Also if anybody can shed some light on the standard
    naming conventions for multiple menus I'd be very grateful.
    Tatania

    The guy is totally correctin his review.
    That is how FireWire works. The FireWire bus will run only as fast as the slowest device on the bus. So as soon as plug in a FW400 device, everything is then clocked down to 400FW.
    If you need to have both FW800 and FW400 devices running at their native speeds you need two FW busses each with their own controller.
    Because of the limited expansion capability of the iMac, I don't see any way for you to get around this limitation.
    If you get a Mac Pro then you could use a FW PCIe card for the second bus and controller.
    Allan

  • I want to make an iDVD with 9 menus.  Please help.

    I want to make a DVD with 9 menus.  There are 10 movies that will be on the DVD.  Two of the movies
    would just have the title.  Eight of the movies would have multiple chapter markers.  There would be an opening
    menu.  The opening menu would have 3 buttons on it.  One would play a short movie.  The other two would go to separate
    menus.  Each menu would have 4 selections.  One selection would play a movie.  The other 3 selections would go to separate
    menus.  Each final menu would have the play button and scene buttons.
    Any help would sure be appreciated, or if you could steer me to a tutorial or article that would work.  It may be that this is too many
    menus.  In trying to simplify the DVD, I may be making it too complicated.  If I need to I will look to a more powerful DVD creation software.
    I am working on  iDVD11
    Thank you

    I think I have it figured out. 
    Thanks

  • Issues with multiple audio tracks

    Hello everyone. I need some help with my DVD Reel. … Please
    I have a DVDSP project that I’ve been using and updating for the last year. It contains over 100 small 4-minute clips (Mpeg-2 Video + AC3 Audio) plus a lot of menus and buttons….
    Everything worked nice and perfect… except that I added some surround clips last week (using stories)… so now I have one audio track (A1) with all stereo audio and a second audio track (A2) with my surround audio. Again, no problems until today when I used the same track to add a new clip with stereo audio only (A1)…. And it doesn’t want to playback on DVD Player (but it plays in the simulator)…
    …. Now here is the question. Does the additional (surround) audio track have anything to do with this problem or is there any other reason why the stereo clip didn’t want to play after the surround clip? … or Do I need to create stories for my stereo clips from now on?
    Some more information: I’m using Final Cut Pro and Compressor to crate my media… Intel Mac OS X… DVD Studio Pro Version 4.1.2.
    Thanks for your help
    Adriana

    Got an almost kind of (but not really) similar problem. I have videos with multiple audio (AAC and AC3 passthru) in an m4v file. the AAC is always defaulted with the "enable" tick in the properties box. I've tried almost everything I can think of to enable the AC3 track by default so that frontrow or QT will play it. but everytime I save (even save-as) it defaults back to the AAC stereo.
    Any ideas? is this a "feature" of 7.5.5?

  • What is benefit of Menu pages rather than multiple menus?

    I'm sure there is a simple anwer to this.
    I see in a pop up where you can't link to another pop up  that pages become necessary. Is there some distinct advantages to having one menu with multiple pages, over having seperate menus. Even if they look identicle except for the links.

    To me the difference is the speed in changing from menu to menu: in multi-page menus there’s a seamless change, but in separate pages there’s a noticeable delay between menus.
    I can also have the same video/audio background for the whole menu that will continue without pauses/stops for the whole menu navigation while this cannot be done with various menus.
    The only downside I’m having with multi-page menus is that I don’t know why (maybe color limitation?) some button colors are replaced by others that ruin them.

  • How can a family with multiple existing accounts use Home Sharing?

    I'd like to use the new Home Sharing feature, but it appears to be restricted to families in which all of the family members share a single user account.
    We already have separate accounts for each family member. Is there some way for us to use Home Sharing without abandoning most of our existing accounts, along with all of the purchases made by those accounts? I don't think anyone in this situation would be willing to do that.

    Eh. I am not too sure since I have not messed with it much but I do have a great deal of experience with multiple accounts. Each computer can be authorized for multiple accounts. As can iPods. iPods can sync songs/videos/apps from multiple accounts as long as the computer is authorized with them. What I have set up here, is I buy my stuff I want, my parents buy what they want and so do my brothers. When my bro gets something I want I just move it to my computer. That way all our accounts are separate, but if there is something I want I can get it. Also, since the music no longer has DRM, it won't matter. It will play on any computer. What you should see is if you can just do the shared library with multiple accounts. Then if you don't have videos or such, you can get apps or music. Hope this helps!

  • How do I use your iPhone with multiple iTunes libraries

    Hi, I have my music spread out between 3 seperate Itunes libraries on 3 different profiles on my computer. I have the newest generation Ipod Nano, Ipod Shuffle, and Iphone 4s. My Ipod's are both full, so I've decided to start putting music onto my phone. With my Ipod's, I can plug them into one profile on the computer, download the music on the Itunes library that exists on that profile, then do the same with the other profiles with no issue. However when I try to do this with my phone, It asks me to erase the music I have gotten from one Itunes library and sync with the current library, as soon as I plug it in to a different Itunes on one of the other profiles. I have my Iphone configured with the Manually manage music option, and I still haven't found a way to use my Iphone with multiple music libraries. PLEASE HELP

    http://support.apple.com/kb/PH12113 - If you use manual syncing, you can sync items from more than one iTunes library to your iPod. (You can sync iPod touch, iPhone, and iPad with only one iTunes library.)
    http://support.apple.com/kb/HT1202 - When manually managing content, you can add content from multiple libraries to your iPod or iPad. Even when manually managing music, some content may be available from only one library at time. This includes all content on iPhone and video content on iPod and iPad.
    They seem inconsistent as far as the iPad is concerned but in both articles the iPhone appears to only be able to sync to one library at a time.
    Troubleshooting Home Sharing - http://support.apple.com/kb/TS2972

  • How to share account with multiple devices?

    3 kids with 3 devices - an iPod Touch and two iPads Mini - family shares one account with Apple/iTunes and one library on our family PC.  They use FACETIME and MESSAGES with their friends, and they all see each others messages and conversations.  How do I fix this?  Is there a setting or a way to create sub-accounts off the family account so they can still share the main library for music and video OR do I have to create separate Apple/iTunes accounts for each kid?  Is there a setting on their devices that can help?  Any help is greatly appreciated.  I'm not even sure the right question to ask...

    How to use multiple iPods, iPads, or iPhones with one computer
    http://support.apple.com/kb/HT1495
    How to Share a Family iPad
    http://www.macworld.com/article/1163347/how_to_share_a_family_ipad.html
    Using iPhone, iPad, or iPod with multiple computers
    http://support.apple.com/kb/ht1202
    iOS & iCloud Tips: Sharing an Apple ID With Your Family
    http://www.macstories.net/stories/ios-5-icloud-tips-sharing-an-apple-id-with-you r-family/
    How To Best Use and Share Apple IDs across iPhones, iPads and iPods
    http://www.nerdsonsite.com/blog/2012/06/07/help-im-appleid-confused/
     Cheers, Tom

  • How can I merge all of the new FF windows that are open into one window with multiple tabs? Safari has a merge windows feature that I like. This is really nice when conducting reasearch on multiple sites at the same time.

    When I clik on weblinks they all open into new windows making it somewhat painful to clik on window in the menu bar to go to each new page. I would rather have a feature that would allow me to merge all of those individual windows into tabs within one page.
    == This happened ==
    Every time Firefox opened

    Thank you. That worked. I was able to open 1 window with multiple tabs. Thanks cor-el!

  • How can I share only the same music with multiple iTunes accounts

    Hello
    I hope someone can help. [I am using Windows Vista (Unfortunately J) and iTunes 10]
    I am trying to share the same music library with multiple iTunes accounts. Basically, I want to know if there is a way to automatically upload to other libraries when importing new music into my library, vice versa. [Better information below]
    Me, my sister and my dad all use iTunes (on different iTunes accounts), and before now we used to have are own music on our own windows user. Due to many duplicates and a loss of hard drive space I have brought an external hard drive and organised all the music.
    It was all going well - I first populated all the music onto my iTunes, exported the library, and then imported it on both the other users. However! Because this is only a copy of the library, when I try to import a new CD, it will not show up on there’s until I “Add File to Library”! Originally I thought about using the same library however we each have are own apps etc, that we don’t want to share.
    If you need anymore information please ask!
    Matt

    Hello roaminggnome
    Unfortunately the support is down at the moment, I will have a better look later. I did go though the Apple support previously, however I found nothing that worked.
    The first thread I came across was “Home Sharing” however no mater what I did, it did not appear in the iTunes sharing list (I did go though the “Show Sharing Networks” support as well)
    Secondly, I saw “Using A Single Library With Multiple Accounts On The Same PC” (Something like that) but all this did was let us share the same music location, if I was to rip extra music, it will not show in there library
    Matt

  • How to configure one TREX host with multiple index servers ?

    Hi All,
    Does anyone know how to configure TREX on the one host,
    with multiple index servers ?
    Reason for this is to make better use of resources available on the host server(4 Gig, 4 Processor, Windows2003), to improve the search performance of
    our KM content for portal users.
    I am using TREX 7 and have not been able to do this,
    despite reading the Single and Distributed install
    documentation.
    Any help would be appreciated.
    Regards,
    Andres

    Hi Andres,
    To make use of the RAM a Server provides you have to run two indexserver processes (each can then consume 2 GB);
    Proceed like this:
    1. Go to TREXdeamon.ini; check if section [indexserver2] is there (it is already provided, but not active in standard installation)
    2. In TREXdeamon.ini go to
    [daemon]
    references sections below
    programs=nameserver,preprocessor1,indexserver1,queueserver,alertserver
    and add indexserver2 here. Restart TREX; second porcess is then started; can be checked in TREX monitor in Portal as well
    3. To distribute existing indexes to the new process, start TREXadmintool and go to Index: Landscape
    Go to the last two columns and move the indexes (move master here/secondary mouse click)
    If you don't distribute the indexes the new index server process will be regarded when an new index is created.
    Hope this helps!
    cheers
    Bettina

  • ITunes setup on a NAS with multiple windows users - how?

    iTunes setup on a NAS with multiple windows users?
    I am very confused on what is the best way to handle this setup for my friends family.  Any help would be appreciated.  Sorry in advance as I know this is a long winded post - I have a feeling this will help others faced with the same issues or questions.
    CURRENT SETUP
    I have three new Windows 7 machines networked (two desktops and one laptop) that have four users on each - as busy family with children who need the computers for homework, projects, games, etc...  The goal of this setup is that any user can log onto any computer and have there documents available to them no matter computer was free to use.  I set this up using the library function in Windows 7 and seems to work pretty well.
    I have put a Buffalo Linkstation NAS on the system as well.  This was going to serve two purposes 1)  run some backup software to protect the computers and 2) consolidate the iTunes content in one place for all users.  There is also an iPad in the home that I should would be better served by accessing the content on the NAS without requiring any of the computers being on.  Dave is thinking about getting some other playback devices like Apple TV so thought a NAS would be a good way to go.
    CURRENT ITUNES SETUP - I have created a new iTunes library on the NAS by holding the SHIFT button down while starting iTunes and pointed to that folder on a Share on the NAS.  There was no music on the system at the time as we are planning to copy this over from an OLD machine that is now not being used.  I have also authorized all the computers and turned on the home sharing feature (although I am not sure what good that does).
    This “shift” button trick seesm to also point the default directory there without point to it in the advanced setup tab of iTunes.
    I then synced one of the iPods with purchased content on it and synced that to the library after asking me to do so before an update.  All the content showed up in the library and was playable - awesome.
    I then logged into each user on each machine (yikes) and installed iTunes  and used the “shift” trick to connect each users iTunes to the database on the NAS.  Everything seems to work - but I have not tested it thoroughly.
    SUMMARY
    3 new Windwos 7 networked machines
    4 identical users on each machine
    1 TB Buffalo linkstation
    iTunes setup with the folder on a SHARE
    all user’s itunes connected to the iTunes folder on the NAS
    all computers authorized with home sharing turned on.
    one iTunes user account signed in on each machine
    multiple iPods and one iPad in the system
    QUESTIONS/CONCERNS
    Is there a better way to do this on a NAS?
    Would home sharing be better in some way?
    I understand the NAS should show up under the shared section in iTunes - I assume that would mean that would mean each user has an iTunes library on their documents?
    I have read that there may be corruption issues if users on the different machines try to access iTunes at the same time.
    Will there be any issues syncing that various iPods with?
    Ugh - sorry for the long post and all the questions.  I am just trying to find the best way to do this.  I wish Apple would put out a best practices document for setups like this.  Thanks in advance.

    This is a user to user support forum. Your fellow users can offer solutions or workarounds based on their experience with the application. If you think it should work differently drop a line to iTunes Feedback.
    For reasons unknown Apple haven't chosen to allow iTunes to be suspended in one profile and active in another. My recollection is that this applies even if each profile has a different library, although it is some time since I've committed a personal test.
    I'm not sure why my suggestion make less sense that your current approach?. As I understand it currently everybody is either signed into their own account when they can do something other than work with iTunes, or they sign into the special iTunes account where they can't access any of their other stuff. You don't have to disable fast user switching. Follow exactly the same steps, but make sure everyone closes iTunes before turning the computer over to another user. Disabling fast user switching helps to enforce that action.
    tt2

Maybe you are looking for

  • Query on MR11

    Hi, Is there any way, If I dont want affect the price of material, once i ran and post the GR/IR differences thru MR11? Regards, Sattuj

  • Business service is not working in sender side but business system is working soap to idoc but why like that

    i have  scenario SOAP to IDOC when i'm using business service in sender side it is getting an error as follows sender message can not convert to ALE Logical system in this i'm using altova spy as testing tool my sender interface is asynchronous but w

  • Apple tv as 2nd display??

    With Apple TV can I use my tv as a separate display? - So I can watch anything that is on my computer screen - internet streams, DVDs, other audio/video programs??? Or is VGA the only way to get this?....

  • Can't save a 'trimmed' file in QT

    I have an mp4 file that I want to reduce in size for viewing on an iPhone. I've used the 'trim' button in Quicktime to get the file as I want it, but when I try to 'save as' and choose the iPhone format ( . m4v), the progress bar shows it fully expor

  • Grey screen, mbp not starting up, flashing sleep light & 3constant beeps

    hi there i tried to restart my mbp this am and it would not power up, I get a grey screen, three loud constant beeps and flashing sleep light in time to the beeps! THe HD sounds as if it is starting up, I hear the whirring then nothing but this annoy