Shuttle component not posting even when populated

Hi,
I am seeing a strange problem when using the shuttle
component and was wondering if anybody had a workaround
or more info on where I am going wrong.
I have a shuttle which is populated from a ViewObject, which is the details part of a master/detail.
When my screen gets loaded for the first time my leading shuttle is populated correctly,
with a full list of entries and my trailing component is populated with the correct list of entries.
However when I submit the form to the server I can see in the log that the leading and the trailing parameters are empty! Very strange.
If it helps here is how I am creating the shuttle:
<bc4j:registryDef>
    <bc4j:rootAppModuleDef name="UserManageAppModule"
                           definition="ARCHSSO.UserManageAppModule"
                           releaseMode="stateful">
      <bc4j:viewObjectDef name="UserInfoView" rangeSize="1">
        <bc4j:rowDef name="UpdateUserInfoView" usesCurrency="true" autoCreate="false">
          <bc4j:propertyKey name="key"/>
        </bc4j:rowDef>
      </bc4j:viewObjectDef>
      <bc4j:viewObjectDef name="RoleCodesView" rangeSize="1000"/>
      <bc4j:viewObjectDef name="RolesForUserView" rangeSize="1000"/>
    </bc4j:rootAppModuleDef>
    <bc4j:rootAppModuleDef name="ApplicationsAppModule"
                           definition="ARCHSSO.ApplicationsAppModule"
                           releaseMode="stateful">
      <bc4j:viewObjectDef name="ApplicationsView" rangeSize="100"/>
    </bc4j:rootAppModuleDef>
  </bc4j:registryDef>
<tableLayout>
  <contents>
     <bc4j:rootAppModuleScope name="UserManageAppModule">
       <contents>
          <bc4j:viewObjectScope name="UserInfoView">
            <contents>
               <bc4j:rowScope name="UpdateUserInfoView">
                 <contents>
                    <bc4j:messageInput attrName="UriUserid" id="userid" readOnly="true"/>
                    <formValue name="userid" data:value="-99"/>
                    <rowLayout>
                      <contents>
                         <tableLayout>
                           <contents>
                              <bc4j:messageInput attrName="UriUsername"
                                                     readOnly="true"/>
                              <bc4j:messageInput attrName="UriUserSurname"/>
                              <bc4j:messageInput attrName="UriUserFirstname"/>
                              <bc4j:messageInput attrName="UriUserDesc"/>
                              <bc4j:messageInput attrName="UriAddr1"/>
                              <bc4j:messageInput attrName="UriAddr2"/>
                              <bc4j:messageInput attrName="UriAddr3"/>
                              <bc4j:messageInput attrName="UriAddr4"/>
                              <bc4j:messageInput attrName="UriVpnNo"/>
                              <bc4j:messageInput attrName="UriExtnNo"/>
                              <bc4j:messageInput attrName="UriPersonnelNo"/>
                              <bc4j:messageInput attrName="UriTelephoneStd"/>
                              <bc4j:messageInput attrName="UriTelephoneLine"/>
                              <bc4j:messageInput attrName="UriCcsCustNo"/>
                              <bc4j:messageInput attrName="UriPpsNo"/>
                              <bc4j:messageInput attrName="UriEmail"/>
                              <spacer height="30" width="400"/>
                           </contents>
                         </tableLayout>
                         <tableLayout width="40%">
                           <contents>
                              <!-- START ROLE ASSIGNMENT -->
                              <shuttle
                                         name="UserRolesShuttleEditor"
                                         reorderable="false"
                                         leadingHeader="Available Roles"
                                         trailingHeader="Assigned Roles"
                                         size="5" >
                                <leading>
                                   <list>
                                     <contents>
                                     <bc4j:optionList voName="RoleCodesView" name="RceRoleId" attrName="RceRoleId" textAttrName="RceRoleDesc"/>
                                     </contents>
                                   </list>
                                </leading>
                                <trailing>
                                   <list>
                                     <contents>
                                     <bc4j:optionList voName="RolesForUserView" name="RceRoleId" attrName="RceRoleId" textAttrName="RceRoleDesc"/>
                                     </contents>
                                   </list>
                                </trailing>
                                <trailingFooter>
                                   <flowLayout>
                                     <contents>
                                     </contents>
                                   </flowLayout>
                                </trailingFooter>
                              </shuttle>
                              <!-- STOP ROLE ASSIGNMENT -->
                           </contents>
                         </tableLayout>
                      </contents>
                    </rowLayout>
                 </contents>
               </bc4j:rowScope>
            </contents>
          </bc4j:viewObjectScope>
       </contents>
     </bc4j:rootAppModuleScope>
  </contents>
</tableLayout>Finally, here is what is popping out in the log:
Requested page = Page[name=TdcrUserInfoView_Update,key=0001000000
Event = apply
Parameter userid=
Parameter UriUserFirstname=Ken
Parameter UriExtnNo=
Parameter UriVpnNo=
Parameter UriPpsNo=
Parameter UriPersonnelNo=
Parameter UriEmail=
Parameter UriUserSurname=Mulhall
Parameter UriCcsCustNo=
Parameter UriAddr4=
Parameter UriAddr3=
Parameter UriAddr2=
Parameter UriAddr1=
Parameter UriTelephoneStd=
[u]Parameter UserRolesShuttleEditor:leading:items=;[/u]
Parameter UriTelephoneLine=
[u]Parameter UserRolesShuttleEditor:trailing:items=;[/u]
Parameter UriUserDesc=Enquiry User
Parameter bajaPage=key=000100000003C20B1000000013000000F68B6BAE3FThe strange thing is if I submit my form which invokes an
event handler and then refreshes the page all is well and
the next time the page gets posted the shuttle trailing
and leading are populated.
Any help greatly appreciated.
pj.

Just a further update if it helps....
The values from the shuttle are not being submitted in
the scenario where I do NOT move any of the elements from
the leading to the trailing. However if I do move
elements from the leading to the trailing the values will
get posted correctly.
Is it possible there is a javascript handler that should
be populating a hidden field that only gets called once
the elements are moved?
Here is the HTML I have on the page returned to the browser:
<select class="xg" ondblclick="javascript:_moveItems('UserRolesShuttleEditor:leading','UserRolesShuttleEditor:trailing','updateForm');" name="UserRolesShuttleEditor:leading" size="10"><!-- Start:oracle.cabo.ui.composite.TemplateUINode, localName='optionList' --><!-- Start:oracle.cabo.ui.composite.TemplateUINode, localName='viewObjectScope' --><!-- Start:oracle.cabo.ui.BaseMutableUINode, localName='dataScope' --><!-- Start:oracle.cabo.ui.composite.TemplateUINode, localName='rowSetScope' --><!-- Start:oracle.cabo.ui.BaseMutableUINode, localName='dataScope' --><!-- Start:oracle.cabo.ui.composite.TemplateUINode, localName='rowSetIteratorScope' --><!-- Start:oracle.cabo.ui.BaseMutableUINode, localName='dataScope' --><!-- Start:oracle.cabo.ui.composite.TemplateUINode, localName='rowScope' --><!-- Start:oracle.cabo.ui.BaseMutableUINode, localName='dataScope' --><!-- Start:oracle.cabo.ui.BaseMutableUINode, localName='option' -->
                                              <option value="1">Administrator User</option>
                                              <!-- Start:oracle.cabo.ui.BaseMutableUINode, localName='option' -->
                                              <option value="1122">AHCS System Tests Objects Super Role</option>
etc
etc
etc
<!-- Start:oracle.cabo.ui.beans.form.OptionBean, localName='option' -->
                                              <option>_______________</option>
                                            </select>
                                          </td>
                                          <td><!-- Start:oracle.cabo.ui.beans.layout.FlowLayoutBean, localName='flowLayout' --><!-- Start:oracle.cabo.ui.beans.form.FormValueBean, localName='formValue' -->
<input type="hidden" value=";" name="UserRolesShuttleEditor:leading:items">                                            </td>Should the hidden variable above be empty when the form is loaded or should it contain the initial values?
One other strange behaviour I am seeing is that the
shuttle does not allow me to select multiple values
by 'Control+Selecting' - should that be the case?
Many thanks for any help,
pj.

Similar Messages

  • Using 10.9.2 has anyone had problems with mail sounds not sounding even when they have been selected in mail preferences?, Using 10.9.2 has anyone had problems with mail sounds not sounding even when they have been selected in mail preferences?

    Using 10.9.2 has anyone had problems with mail sounds not sounding even when they have been selected in mail preferences?

    Your download or install of the update may have been corrupt. Visit the Mac App Store and re-download the update or visit http://support.apple.com/kb/DL1726 and download the 10.9.2 update combo and re-install.
    If that fails to solve the problem please post back and post a EtreCheck Report which you can locate at:
    http://www.etresoft.com/etrecheck

  • I am in Muse 2014.3. When I edit a page, in the preview everything looks fine, but when I upload it to FTP, the page does not change, even when I upload the whole site. Is this a bug? I don't know what to do.

    I am in Muse 2014.3. When I edit a page, in the preview everything looks fine, but when I upload it to FTP, the page does not change, even when I upload the whole site. Is this a bug? I don't know what to do.

    Hi Jaap,
    Are you sure about your FTP credentials (FTP folder and site URL) that you are using for the upload? Are you able to see the updated files in the remote directory of the FTP server, after you finish uploading the muse file, using an external FTP client like FileZilla?
    Thanks
    -Prashanth

  • Graphics convert but not text even when ocr is disabled

    graphics convert but not text even when ocr is disabled

    Hmmm... I seem to have found the plist file that is doing it. I was looking at /Library/Application\ Support/Apple/Remote\ Desktop/ before... looks like /Library/Preferences/com.apple.ARDAgent.plist is the culprit.
    This plist is a binary, so I had to use plutil to convert to xml in order to make it human readable. I wonder if I can just hack this file up a bit and re-deploy it to each machine. Or I wonder if it would re-build if I simply remove it from each client. I will need to test to find out, seeing as though the task servers are listed in it, probably not a good idea to remove it all the way.

  • After Effects - Multiprocessing not allowed even when a Proxy is used?

    Hi everybody!
              I have a composition (Comp1)  that uses an effect which doesn't allow multiprocessing (e.g., Lens Blur) -- this I understand.
              Comp1 is used inside of Comp2.  When I pre-render Comp1 and use that render as a proxy for Comp1 inside of Comp2, I still can't use multiprocessing.  This is the confusing bit.  I'd think since the Lens Blur effect isn't actually being rendered, it shouldn't give me any guff.
              Alas, it does.  Anyone else run into this?  Is there a workaround, or is it a bug/oversight by our friends at Adobe?
              Thanks in advance as always -- this forum is a great resource!

    Hi Dave,
    I appreciate your help, but I think I'm still missing something.  When I set a proxy movie for my Comp1, come render time, it should never look inside Comp1 at all — it should just use the proxy movie.  The LensBlur effect is not applied to Comp1 itself, it's used INSIDE Comp1.
    To what end would AE look inside the real Comp1 when it's been assigned a proxy movie?
    --Rob
    Rob LaRose  systems administrator
    imaginary forces | 530 west 25th st | new york city | p 646.486.6868 | f 646.486.4700 | www.imaginaryforces.com
    From: Dave LaRonde <[email protected]<mailto:[email protected]>>
    Reply-To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>>
    Date: Wed, 4 May 2011 16:20:44 -0400
    To: Rob LaRose <[email protected]<mailto:[email protected]>>
    Subject: After Effects - Multiprocessing not allowed even when a Proxy is used?
    Typically, a proxy is a low-resolution substitute for the real image to make AE work a little faster, right?  When AE renders, it doesn't render the proxy, it uses the high-resolution real image, right?  The same thing is happening in your project.
    If it doesn't impact your work to use a lower-resolution substitute for your comp 1, I'd suggest not using the substitute as a proxy.
    If full resolution matters, make a full-resolution prerender.

  • HT4480 When I enter my redemption code I get a message that says the code is not recognized, even when I copy and paste the code.

    When I enter my redemtion code in the app store I get a message that says code not recognized, even when I copy and paste the code.

    Use the email form to contact Apple here >  Apple - Support - Mac App Store - Contact

  • My MacBook Pro will not powerup (even when connected to power supply).

    My MacBook Pro will not powerup (even when connected to power supply). The caps lock key is the only light on.

    Hi PatB11902,
    Thank you for visiting Apple Support Communities.
    If your MacBook Pro does not seem to power on, but the caps lock key will light up when you press the caps lock key, you are likely seeing a video issue.
    There are several steps that can help troubleshoot this behavior, found at this link:
    Apple computers: Troubleshooting issues with video on internal or external displays - Apple Support
    Start with these steps:
    Reset the system
    You can reset the Mac's parameter RAM and SMC.
    Start up in Safe Mode.
    If your Mac does not start up normally after these steps, here are some additional tips that can help:
    Troubleshooting: My computer won't turn on - Apple Support
    Verify you have a good connection from your Mac to the wall outlet by confirming the power cord and adapter if present are securely connected and plugged in. To check if the wall outlet is working, plug in a lamp or other electrical device.
    If the wall outlet is working and you continue to have no power try another power cord or adapter if available. If it works you may need a replacement cord or adapter.
    Disconnect all accessories that are plugged in to the computer, such as a printer, hub, or other mobile device.
    If your Mac supports user-installable memory, solid state drive, or hard drive, and you recently installed any of these, make sure they are installed correctly and are compatible with your computer. If possible, reinstall the original memory or drive into the computer to find out if the behavior persists afterwards.
    If you are still unable to start up your computer after trying each of these steps, visit an Apple Store or Apple Authorized Service Provider (AASP) for further diagnosis. If you plan to visit an Apple Retail Store, make a reservation at the Genius Bar using http://www.apple.com/retail/geniusbar/ (available in some countries only).
    Note: Diagnostic fees may apply for issues not covered under warranty or the AppleCare Protection Plan (APP).
    Sincerely,
    Jeremy

  • How come my iMessages aren't sending anymore I have a iPod touch 5th gen. It was working and then like 5 minutes later it would not send any messages it always said not delivered even when I press retry and it doesn't send at all I even updated my iOS.

    How come my iMessages aren't sending anymore I have a iPod touch 5th gen. It was working and then like 5 minutes later it would not send any messages it always said not delivered even when I press retry and it doesn't send at all I even updated my iOS to iOS 7.04 to see if it will send my iMessages but it won't. I tried to send a message to anyone but it won't work even when before I would be able to send messages but something weird happened that made my messages not delivered. Is there any way I change fix it?

    iOS: Troubleshooting Messages

  • My notification tone when set to 'Silent" is not working even when setup on lolipop

    my notification tone when set to 'Silent" is not working even when setup .
     My notification tone when set to  'Silent" is not working even when setup . It still keeps ringout . This is highly disappointing

    Hello, Yes I have tested this with Android Lollipop and found that when the tone is set to silent within the BBM settings I do not receive any audible notification. Testing summary: Access the More menu - Settings - Tone dropdown and set Tone to BBM
    - Send a test message and an audible notification occursAccess the More menu - Settings - Tone dropdown and set Tone to Silent
    - Sent a test message and no audible notification occurs To allow us to assist further please follow the steps below to create a support ticket and submit logs. Once submitted someone will contact you to troubleshoot the issue.
    1) Browse to www.BBM.com/support/blackberry
    2) Locate the Need more help section is the bottom right of the page
    3) Select Contact us for additional assistance
    4) Complete the web form, provide as much detail as possible such as PINS involved and timestamps
    5) Select Submit to create the support ticketOnce the ticket has been submitted you will receive an email with your ticket number. This ticket number can then be used to submit logs. To collect logs use the following KB:
    KB35080 - "How to submit logs from BBM for Android, iPhone, and Windows Phone" - www.blackberry.com/btsc/kb35080 Thanks,
    Daniel

  • Session does not end even when i close browser

    when i close firefox/IE the session continues ,What i need is that i am adding amount in shopping cart ,but the amount adds to old amount even when i open a new browser window ,
    i hv checked that my browser will remove cookies when i will close mozilla
    i hv also printed total=0 in servlet's ini method but the init method is called only once and total does not reset to 0,does 'th the call to init method is made everytime we start a new session via browser ,it does not get called whn i close the current browser and open new one.how to destroy the older servlet?
    I m using s=request.getSession()
    and s.setAttribute("billamnt",total)
    the code of the servlet is
    import javax.servlet.*;
    import javax.servlet.http.*;
    import java.io.*;
    public class addtocart extends HttpServlet
         HttpSession s;
         PrintWriter pw;
         int total,cam,mob;
         public void init()
              total=0;
              cam=0;
              mob=0;
              System.out.println("inside  cart init");
    public void service(HttpServletRequest req,HttpServletResponse res) throws IOException
         s=req.getSession();
        res.setContentType("text/html");
         pw=res.getWriter();
         pw.println("<html><body><a href="+"mobs"+">Mobile</a><br><a href="+"cams"+">Camera</a><form method = "+"post "+"action ="+"bill"+"><br><input type= "+"submit"+"></form></body></html>");
        if(req.getParameter("csony")!=null)
        cam=cam+Integer.parseInt(req.getParameter("csony"));
        if(req.getParameter("clg")!=null)
        cam=cam+Integer.parseInt(req.getParameter("clg"));
        if(req.getParameter("cnokia")!=null)
        mob=mob+Integer.parseInt(req.getParameter("cnokia"));
        if(req.getParameter("cerricson")!=null)
        mob=mob+Integer.parseInt(req.getParameter("cerricson"));
        s.setAttribute("cambill",new Integer(cam));
        s.setAttribute("mobbill",new Integer(mob));
        s.setAttribute("billamnt",new Integer(cam+mob));
    public void doPost(HttpServletRequest req,HttpServletResponse res)
    public void doGet(HttpServletRequest req,HttpServletResponse res)
    }Wats the problem?
    Message was edited by:
    pooja_k_online

    The servlet is not created on a session basis. All users share the same servlet object. The servlet is created once when the servlet is first called in the context, then is maintaned until the server shuts down.
    You should not store any state in the servlet. You should use the HttpSession object you get from the request object to store the totals, and all other values. You should not use the servlet to hold on to a session object, as multiple users would see the SAME session that way. If you need to use the session in multiple methods, then you should pass that object as parameter, not by making it a class member.
    You also shouldn't put the work in the service method of the HttpServlet. You should put it in either the doGet or doPost method (and if you want to make it happen for both type requests, call doPost from the doGet method and put the work in the doPost method).
    For example:
    public class ShoppingCartServlet extends HttpServlet {
      public void doGet(HttpServletRequest request, HttpServletResponse response) {
        doPost(request, response);
      public void doPost(HttpServletRequest request, HttpServletResponse response) {
        HttpSession session = request.getSession();
        Integer cambill = (Integer)session.getAttribute("cambill");
        int cam = 0;
        if(cambill != null) cam = cambill.intValue();
        Integer mobbill = (Integer)session.getAttribute("mobbill");
        int mob = 0;
        if(mobbill != null) mob = mobbill.intValue();
        Integer billamnt = (Integer)session.getAttribute("billamnt");
        int total = 0;
        if(billamnt != null) total = billamnt.intValue();
        String csony = request.getParameter("csony");
        if (csony != null) cam += Integer.parseInt(csony);
        String clg = request.getParameter("clg");
        if (clg != null) cam+= Integer.parseInt(clg);
        String cnokia = request.getParameter("cnokia");
        if (cnokia != null) mob += Integer.parseInt(cnokia);
        String cerricson = request.getAttribute("cerricson");
        if (cerricson != null) mob += Integer.parseInt(cerricson);
        total = cam + mob;
        session.setAttribute("cambill",new Integer(cam));
        session.setAttribute("mobbill",new Integer(mob));
        session.setAttribute("billamnt",new Integer(total));
        PrintWriter pw=response.getWriter();
        pw.println("<html><body><a href="+"mobs"+">Mobile</a><br><a href="+"cams"+">Camera</a><form method = "+"post "+"action ="+"bill"+"><br><input type= "+"submit"+"></form></body></html>");
        pw.close();
    }Message was edited by:
    stevejluke

  • MacBook pro will not charge even when the charger is plugged in and working

    So this is a strange one.
    I have been using my MacBook pro for a lot of film editing and motion graphics. Recently, I noticed that my battery kept going down, even when charging. I thought nothing on it and kept using it. After around 4 hours, the battery went from 90% to 23% WHILE plugged in. This got me nervous. When I plug in the MagSafe charger, the light comes on and I get the "charging" symbol in my toolbar. The light turns orange and then, after a few minutes, the power starts to go down instead of up.
    I have had this laptop since Christmas 2012 and this has never happened before. The laptop does charge, but only when I am running no application, when the screen is shut or when the laptop is powered off. Bear in mind that right now, I am on Firefox, that is the only application open, yet the charge is still going down. I assumed it was because I was using Premiere CS6, After Effects CS6 and Cinema4D, but now even when they are not open, the batter will not charge when I am using the laptop.
    What is going on? Is in the charger? Any help would be greatly appreciated and I am starting to stress!
    Thank you everyone for reading,
    -Rory Campbell
    UPDATE: I am currently only running Firefox and Finder. Now the laptop is charging as usual. However the second I open up Premiere, After Effects etc, it goes down. I have no idea what is going on!

    Try resetting the PRAM and SMC. If you don't know how to, don't worry. They're very easy to reset. Just google how to do it. If that doesn't work, the only thing I would suggest is to take both the laptop and the charger to your local genius bar to have them examined. If it's less than a year old, apple should replace whatever is wrong with it as long as it was a factory defect.

  • Emptying the shuttle component not working

    Hi all,
    I am using Jdev 12c. My requirement is to provide user with a Shuttle component in the Popup > Dialog Box and when the user clicks on OK on the Dialog Box, fill the selected values in the Text box on the main page.
    This works fine for me till I try to empty the already selected values from the shuttle component using '<<' option on the Shuttle component and press OK. I get an exception from 'FacesCtrlListBinding.java' file, saying null pointer exception. Following is the exception trace.
    I have shifted my project from Jdev 11g to 12c in between project development, could that be a cause here?
    Thanks!
    Exception Trace:
    Header 1
    <Error> <oracle.adfinternal.controller.application.AdfcExceptionHandler> <ADFC-50016> <ADFc: While handling an exception the application's exception handler threw a new exception.
    java.lang.NullPointerException
      at oracle.adfinternal.view.faces.model.binding.FacesCtrlListBinding.findObjectFromIndex(FacesCtrlListBinding.java:355)
      at oracle.adfinternal.view.faces.model.binding.FacesCtrlListBinding.getInputValue(FacesCtrlListBinding.java:216)
      at oracle.jbo.uicli.binding.JUCtrlValueBinding.internalGet(JUCtrlValueBinding.java:2475)
      at oracle.jbo.uicli.binding.JUCtrlListBinding.internalGet(JUCtrlListBinding.java:3926)
      at oracle.adfinternal.view.faces.model.binding.FacesCtrlListBinding.internalGet(FacesCtrlListBinding.java:499)
      at oracle.adf.model.binding.DCControlBinding.get(DCControlBinding.java:751)
      at javax.el.MapELResolver.getValue(MapELResolver.java:199)
      at com.sun.faces.el.DemuxCompositeELResolver._getValue(DemuxCompositeELResolver.java:176)
      at com.sun.faces.el.DemuxCompositeELResolver.getValue(DemuxCompositeELResolver.java:203)
      at com.sun.el.parser.AstValue.getValue(AstValue.java:138)
      at com.sun.el.parser.AstValue.getValue(AstValue.java:183)
      at com.sun.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:224)
      at com.sun.faces.facelets.el.TagValueExpression.getValue(TagValueExpression.java:109)
      at org.apache.myfaces.trinidad.bean.FacesBeanImpl.getProperty(FacesBeanImpl.java:73)
      at org.apache.myfaces.trinidad.component.UIXComponentBase.getProperty(UIXComponentBase.java:1734)
      at org.apache.myfaces.trinidad.component.UIXValue.getValue(UIXValue.java:79)
      at org.apache.myfaces.trinidad.component.UIXEditableValue.validate(UIXEditableValue.java:211)
      at org.apache.myfaces.trinidad.component.UIXEditableValue._executeValidate(UIXEditableValue.java:724)
      at org.apache.myfaces.trinidad.component.UIXEditableValue.processValidators(UIXEditableValue.java:337)
      at org.apache.myfaces.trinidad.component.UIXComponentBase.validateChildrenImpl(UIXComponentBase.java:1400)
      at org.apache.myfaces.trinidad.component.UIXComponentBase.validateChildren(UIXComponentBase.java:1385)
      at org.apache.myfaces.trinidad.component.UIXComponentBase.processValidators(UIXComponentBase.java:1152)
      at org.apache.myfaces.trinidad.component.UIXComponentBase.validateChildrenImpl(UIXComponentBase.java:1400)
      at org.apache.myfaces.trinidad.component.UIXComponentBase.validateChildren(UIXComponentBase.java:1385)
      at org.apache.myfaces.trinidad.component.UIXComponentBase.processValidators(UIXComponentBase.java:1152)
      at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl$ProcessValidationsCallback.invokeContextCallback(LifecycleImpl.java:1602)
      at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnComponent(UIXComponentBase.java:1984)
      at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnChildrenComponents(UIXComponentBase.java:1876)
      at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnComponent(UIXComponentBase.java:1999)
      at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnChildrenComponents(UIXComponentBase.java:1876)
      at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.invokeOnComponent(ContextSwitchingComponent.java:222)
      at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnChildrenComponents(UIXComponentBase.java:1876)
      at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnComponent(UIXComponentBase.java:1999)
      at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnChildrenComponents(UIXComponentBase.java:1876)
      at oracle.adf.view.rich.component.fragment.UIXInclude.invokeOnComponent(UIXInclude.java:156)
      at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnChildrenComponents(UIXComponentBase.java:1876)
      at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnNamingContainerComponent(UIXComponentBase.java:1942)
      at oracle.adf.view.rich.component.fragment.UIXRegion.invokeOnComponent(UIXRegion.java:594)
      at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnChildrenComponents(UIXComponentBase.java:1876)
      at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnComponent(UIXComponentBase.java:1999)
      at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnChildrenComponents(UIXComponentBase.java:1876)
      at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnComponent(UIXComponentBase.java:1999)
      at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnChildrenComponents(UIXComponentBase.java:1876)
      at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnComponent(UIXComponentBase.java:1999)
      at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnChildrenComponents(UIXComponentBase.java:1876)
      at oracle.adf.view.rich.component.fragment.UIXInclude.invokeOnComponent(UIXInclude.java:156)
      at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnChildrenComponents(UIXComponentBase.java:1876)
      at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnComponent(UIXComponentBase.java:1999)
      at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnChildrenComponents(UIXComponentBase.java:1876)
      at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnComponent(UIXComponentBase.java:1999)
      at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnChildrenComponents(UIXComponentBase.java:1876)
      at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnComponent(UIXComponentBase.java:1999)
      at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnChildrenComponents(UIXComponentBase.java:1876)
      at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnComponent(UIXComponentBase.java:1999)
      at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnChildrenComponents(UIXComponentBase.java:1876)
      at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnComponent(UIXComponentBase.java:1999)
      at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnChildrenComponents(UIXComponentBase.java:1876)
      at oracle.adf.view.rich.component.fragment.UIXInclude.invokeOnComponent(UIXInclude.java:156)
      at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnChildrenComponents(UIXComponentBase.java:1876)
      at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnComponent(UIXComponentBase.java:1999)
      at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnChildrenComponents(UIXComponentBase.java:1876)
      at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnComponent(UIXComponentBase.java:1999)
      at javax.faces.component.UIComponent.invokeOnComponent(UIComponent.java:1426)
      at javax.faces.component.UIComponentBase.invokeOnComponent(UIComponentBase.java:669)
      at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:426)
      at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:225)
      at javax.faces.webapp.FacesServlet.service(FacesServlet.java:593)
      at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:280)
      at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:254)
      at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:136)
      at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:341)
      at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:25)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)
      at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:192)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)
      at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:106)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:478)
      at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:478)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:303)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:208)
      at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)
      at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:202)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)
      at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:137)
      at java.security.AccessController.doPrivileged(Native Method)
      at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
      at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:460)
      at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:120)
      at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:217)
      at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:81)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)
      at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:225)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)
      at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)
      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3367)
      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3333)
      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
      at weblogic.servlet.provider.WlsSubjectHandle.run(WlsSubjectHandle.java:57)
      at weblogic.servlet.internal.WebAppServletContext.doSecuredExecute(WebAppServletContext.java:2220)
      at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2146)
      at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2124)
      at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1564)
      at weblogic.servlet.provider.ContainerSupportProviderImpl$WlsRequestExecutor.run(ContainerSupportProviderImpl.java:254)
      at weblogic.work.ExecuteThread.execute(ExecuteThread.java:295)
      at weblogic.work.ExecuteThread.run(ExecuteThread.java:254)

    Hi Bala,
    Following is the PageDef XML file code.
    Header 1
    <pageDefinition xmlns="http://xmlns.oracle.com/adfm/uimodel" version="12.1.2.66.68" id="XYZPageDef"
                    Package="fragments.Management">
      <parameters/>
      <executables>
        <variableIterator id="variables"/>
        <page path="page_template.ManagementTemplatePageDef" id="ptb1" Refresh="ifNeeded"/>
        <iterator Binds="StorageClassLOV" RangeSize="25" DataControl="ManagementAMDataControl" id="StorageClassLOVIterator"/>
      </executables>
      <bindings>
        <list IterBinding="StorageClassLOVIterator" ListOperMode="multiSelect" ListIter="StorageClassLOVIterator"
              id="StorageClassLOV" SelectItemValueMode="ListObject">
          <AttrNames>
            <Item Value="StorageClass1"/>
          </AttrNames>
          <ListDisplayAttrNames>
            <Item Value="StorageClass1"/>
          </ListDisplayAttrNames>
        </list>
      </bindings>
    </pageDefinition>

  • New window will not open even when "open new window in tab" is checked

    I cannot open a new window even when i have the option "Open new window in tab" checked.
    Firefox will NOT open a new window under any circumstances.
    Also, when I quit Firefox, the system thinks that multiple instances of FF is running but they are invisible to me.

    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]

  • Laptop will not charge even when plugged in, stuck at 95%

    I have a brand new HP dv6t-7000 which just came in today and after a few hours of use it already has a problem with the battery. The battery refuses to charge even when the AC adapter is plugged into the PC. The tray icon states that the computer is "plugged in, not charging". 
    The laptop works plugged in without the battery and vice versa (though I am afraid of draining any more of the battery). I have tried the ACPI control method/fixed button uninstall solution, a bios update and every combination of shutting down, removing the battery and the AC adapter and nothing works. The HP support assistant tells me that the battery status is ok.  
    This was my first HP purchase in more than 8+ years and there's a problem straight out of the box and I'm getting pretty frustrated. Any help is appreciated. 

    Oh. It seems once the laptop goes below around 90% it will then start charging.

  • USB not recognized - even when there's no USB device at all (Windows 7, Pavilion dv7)

    Since a few days now I get the message
    'The USB-device was not recognized: One of the USB-devices connected to this computer does not work correclty. The device has not been recognized'.
    It keeps popping up from my right corner below, every 5 seconds if I don't click it. When I click the message, I get a list of USB devices (ports) there are available. There's one 'Unknown device'. Maybe it has something to do with the finger scan (biometric)? This hasn't been working very good lately..
    Even when there's no single USB device installed (normally I have a mouse and a Targus laptop chill mat installed as USB devices), it keeps popping up. I tried deleting the USB port from the list (or uninstall it) in Device control, but it seems it keeps happening.
    I suddenly got it, I did nothing specific of did not connect any strange devices (except for a projector on the external monitor exit, but that has nothing to do with USB). I also hear the sound for connecting and disconnecting USB devics randomly when I'm on my laptop.
    Anyone has any idea?
    Thanks
    HP Pavilion dv7 Notebook PC
    LE902EA#UUG
    Windows 7 64 bit
    This question was solved.
    View Solution.

    The solution can be found here

Maybe you are looking for

  • Wrong Caller-ID displayed - only rightmost 4 digits used for matching number - name

    Hi, Some days ago I discovered a rather strange and very confusing behavior on my Z10 wrt matching calling number to stored contact (name): When you get a call there should be a "reverse lookup" in the phonebook matching number to name. As it seems t

  • How to create a text tag that shows up in a file but not on the sceen.

    I need some help, I'm a newbie with enough skill to be dangerous.  If someone can point me in the right direction has to how to use the F keys to apply the tagging mentioned below and the direction of how to do the tagging and make the tag invisible

  • Header in every page of  SAP-Script

    Hi all, How to print header in every page of SAP-Script? Thanks in advance, SG

  • ImageIO, BufferedImage and PNG

    Hello, I have a BufferedImage object, and I would like to copied it to the clipboard as a PNG image. What I have now is a code that copy the BufferedImage to the clipboard. What's the best way to convert the BufferedImage to PNG? There is ImageIO.wri

  • I cant import EPUB format into Itunes 11

    Hi, I have my own ePub files which i wish to import to the Itunes and sync it to my iphone but it seems like when i imported the ePub to my library and then I go to the Book library of the iTunes and it seems like it does not exist. Please help to ad