Client Attributes are not coming in Inline Popup

Hi All,
                      I have created an Inline popup which will show when user hovers the full name of an employee. The code which i have designed is
                                                <af:outputText value="#{row.FullName}" id="ot2" clientComponent="true">
                                                    <af:clientAttribute name="DOB" value="#{row.DateOfBirth}"/>
                                                    <af:clientAttribute name="FullName" value="#{row.FullName}"/>
                                                    <af:clientAttribute name="Email" value="#{row.EmailAddress}"/>
                                                    <af:showPopupBehavior popupId="p2" triggerType="mouseHover"
                                                                          align="endAfter" alignId="ot2"/>
                                                </af:outputText>
                                                <af:popup autoCancel="disabled" id="p2" contentDelivery="lazyUncached"
                                                          launcherVar="source" eventContext="launcher">
                                                    <af:noteWindow id="nw1">
                                                        <af:panelFormLayout id="pfl1">
                                                            <af:panelLabelAndMessage label="FullName" id="plam1">
                                                                <af:outputText value="#{viewScope.FullName}" id="ot4"/>
                                                            </af:panelLabelAndMessage>
                                                            <af:panelLabelAndMessage label="DateOfBirth" id="plam2">
                                                                <af:outputText value="#{viewScope.DateOfBirth}"
                                                                               id="ot5"/>
                                                            </af:panelLabelAndMessage>
                                                            <af:panelLabelAndMessage label="Email" id="plam3">
                                                                <af:outputText value="#{viewScope.EmailAddress}"
                                                                               id="ot6"/>
                                                            </af:panelLabelAndMessage>
                                                            <f:facet name="footer"/>
                                                        </af:panelFormLayout>
                                                    </af:noteWindow>
                                                    <af:setPropertyListener from="#{source.attributes.EmailAddress}"
                                                                            to="#{viewScope.EmailAddress}"
                                                                            type="popupFetch"/>
                                                    <af:setPropertyListener from="#{source.attributes.FullName}"
                                                                            to="#{viewScope.FullName}"
                                                                            type="popupFetch"/>
                                                    <af:setPropertyListener to="#{viewScope.DateOfBirth}"
                                                                            from="#{source.attributes.DateOfBirth}"
                                                                            type="popupFetch"/>
                                                </af:popup>
                                            </af:panelGroupLayout>
                                        </af:iterator>
                                    </af:panelGroupLayout>
but i get only FullName in my popup.DOB and Email never comes up. I have made sure that DOB or Email data is present for the employee i'm hovering.
Any idea why am i not getting other values?

Thanks FrankNimphius. But it worked with client attribute !!!
<af:clientAttribute name="Email" value="#{row.EmailAddress}"/>
and
listener 
<af:setPropertyListener from="#{source.attributes.EmailAddress}"
                                                                            to="#{viewScope.EmailAddress}"
                                                                            type="popupFetch"/>
names were not matching. so i changed to
<af:setPropertyListener from="{source.attributes.email}"
                                                                            to="#{viewScope.EmailAddress}"
                                                                            type="popupFetch"/>
it worked

Similar Messages

  • Updated (VORowImpl ) values are not reflected in inline POPUP table

    Hi Expert,
    Currently i am getting exception when i try to update my iterator binding,
    Here is my use case,
    I have view object displayed inside the inline popup as a table. When i modify one of the cell i am firing the value change listener and it is called the ViewObjectRowImpl class method. Inside the method i do some computation (i am executing some DB query to get back some value). After the query execution i am updating the other columns data based on the changes.
    First i have PPR the table and check out the update values. Unfortunately the change values are not reflected.
    Then i used the following code
    DCIteratorBinding itrBinding = findIteratorBinding("EmployeeVO1Iterator");
    if (itrBinding != null) {
    itrBinding.executeQuery();
    itrBinding.refresh(DCIteratorBinding.RANGESIZE_UNLIMITED);
    Now i am getting the " JBO-25003: Object EmployeeMgmtAM of type ApplicationModule is not found."
    May i know what went wrong? Am i missing anything. May i know how can i refresh the UI table based on the updated VORowImpl. Looking forward hints.
    Thanks

    Thanks Frank, Actually i am accessing the client method as follows,
    DCIteratorBinding itrBinding = findIteratorBinding("EmployeeVO1Iterator");
    if (itrBinding != null) {
    EmployeeVORowImpl employeeVO = (EmployeeVORowImpl)itrBinding.getCurrentRow();
    empoyeeVO.methodName();
    May i know what is the different between accessing the method as shown above and access via the MethodBinding?
    How about access the attribute of the View object using the above approach? i.e empoyeeVO.getName() like ....
    Also i have configure the ADF looger to finest level and found the primary reason to "Applicaiton module not found" was some entity validation. But this not always happened. Same test case works fine and fails sometimes. I am clueless. Could you please throw some light.
    Thanks
    Edited by: user1022639 on Feb 7, 2012 5:24 PM

  • Forms are not coming up

    Hello All,
    In our 11.5.10.2, sometimes, Forms are not coming up with no error messages populated; Form launcher is not even launched.
    Again, this is happening from time to time, with different users and different Forms.
    What are the stuff that I need to check? and to troubleshoot such an issue?
    Regards,
    Tareq

    Hi;
    Is there any error message? Your form server is up and running? Did you enable trace when you hit this error?
    FAQ: Common Tracing Techniques within the Oracle Applications 11i/R12 [ID 296559.1]
    Running a Trace on a Form [ID 148143.1]
    Also see:
    Deploying Sun JRE (Native Plug-in) for Windows Clients in Oracle E-Business Suite 11i [ID 290807.1]
    If you are lower level i suggest make a plan for upgrade
    Regard
    Helios

  • Business Process Graphics are not coming in SOLMAN 3.2

    Hi,
    In my solman system graphics for business processes are not coming.I am getting an error message "The page cannot be found".
    The link is as follows...
    http://itssvr.tsm.com:8000/sap/bc/solman/defaultUser/graphic/solmangraphic.htm?sap-language=E&sap-client=100
    &_appl=SOLAR&_cmd=READ&_cacheid=032E57B2E
    6FDB14188B4313543C5393E
    I have checked sap-bc-solman-defaultuser-graphicdata is activated.
    Please suggest.
    Thanks & Regards
    Mrutyunjay

    hI,
    Go to vtlf  copy controls in item data  vbrk/vbrp give 001  try this it my work out.
    Best regards,
    venkataswamy.y

  • Few line items are not coming at the time of creation of delivery

    Dear Experts,
    When the user creating the delivery few line items are not picking in the delivery document
    the following checks i verified,
    Stock is available
    shpping condition is differ from sold to party and sales document
    Plants are same for all the line items
    why the few line items are not coming in the delivery document creation,
    please help me to sort out this issue
    Thanks and Best Regards,
    Muralidharan S

    Hi,
    Check below points.
    Point 1:
    When you create a delivery document, you create it for a Shipping Point.
    So whatever the line that came in to one delivery has determined same shipping point that you entered in VL01N screen.
    Others got a different shipping point and that's why it didn't come to the same delivery document.
    Shipping point determined based on below criteria
    - Shipping Condition - From customer master
    - Loading Group - Material
    - Plant  - Delivery Plant of the sales order line item
    You assign a proffered shipping point for above combination in configuration.
    If that combination is not find, those line items are not going in to the delivery.
    You can check the log of the delivery document for more information as well.
    Point 2:
    Check the line item Requested delivery date and the "Selection Date" you entered in the VL01N screen.
    Al  Requested delivery dates has to be on or before the  "Selection Date" you entered in the VL01N screen.
    Those line items which has a date more than that will dropped in the delivery.
    Best regards,
    Anupa

  • Prices are not coming in invoice

    Dear Friends,
                     When i prepare a sales order than prices are coming, but during invoice preparation prices are not coming for particulary 2 materials only.Please help.
    Regard.s,
    Abhijeet

    Dear Friends,
                    Thanks for your reply. In copy control from delievery to billing,settings are as follows,
             Pricing type:- G
             Coping requirement:-004
             Data VBRK/VBRP:-007
      Users enter prices manually when they prepare sales order.Condition category is empty in condition type.
      Looking forward for your reply.
    Regard,s
    Abhijeet

  • Delta changes in R/3 sales document are not coming into CRM

    Hi Middleware experts,
    We are on CRM 5.0 SP 005 with ECC 5.0 SP 007 and using the scenario X for sales documents replication.
    Now the order is created in CRM and successfully transfered to R/3. I can see 3 Bdocs in SMW01 with green lights. First Bdoc says 'R/3 adapter is called', second Bdoc says 'the order is successfully saved' and displays a warning 'The sales document is not yet complete: Edit data' and third Bdoc has no messages. Also I do not see any struck queues in CRM and in R/3
    I am able to edit the sales document in both the systems as per the scenario X. Now I have completed and saved the document in R/3. Surprisingly these changes are not coming into CRM and no new entries in SMW01. Also R/3 SMQ1 and CRM SmQ2 doesn't show any entries. I am also not able to debug, since I do not see any Bdocs in SMW01.
    Now, if I changes the document in CRM and these changes are coming into R/3.
    Also all documents created in R/3 are successfully going into CRM including delta changes in R/3.
    I do not have any clue on what is happening? Highly appreciated, if you can help me.
    Thanks,
    PK

    Hi PK,
    In R3AC1 only we put the filter. So if you do not have any other filter then make sure that you are changing the order which was created not before the date mentioned.
    I would recommend you to just deregister the CRM system in R/3 Transaction SMQS and do some changes in the orders and check any queues are getting created corresponding to that order, If yes that means filter is not an issue. Then debug the queue and find the exact problem. Also make sure that the order you are changing in R/3 is of the same order type what you have mentioned in the filter.
    Make sure to registor back the CRM other wise all the queues will get stuck in R/3 outbound.
    <b>Reward points if it helps!!</b>
    Best regards,
    Vikash.
    Message was edited by: Vikash Krishna

  • Sales order are not coming in FS10N ?

    Issue:  How is it possible to see number of sales order in the detail of item in the transaction FS10N?
    When i see the Transaction FS10N for 2011 , at item level Sale Documents are Present , but when i Use the Same FS10N for 2012 , Sale Document values are not present ?
    Kindly tell me the possiblities why the Sale Document Values are not Coming ? Its Urgent .
    Best Regards
    Amit Arora

    Did you install any major upgrades or other system changes recently?  I am not saying that that could cause this, but I really cannot think of anything that would suddenly stop populating Sales Document and Sales Document Item when you enter a new fiscal year.  Also, are you sure you are looking at the line items that originated in the SD module?

  • When I send a text message from my iPhone response only comes back to my iPhone .  If I send from iPad, response only comes back to iPad. Whichever I used last is where response comes.  Responses are not coming to both anymore!  Please help?

    When I send a text message from my iPhone response only comes back to my iPhone .  If I send from iPad, response only comes back to iPad. Whichever I used last is where response comes.  Responses are not coming to both anymore!

    On both devices when you go to settings>messages>send and recieve how are poeple contacting you on each device?. e.g. email or mobile number.

  • I just recently upgraded from a 3gs to a 4s and since i upgraded text messages are not coming in or going out unless i'm texting another iphone?

    I just recently upgraded from a 3gs to a 4s and since I upgraded text messages are not coming in or going out unless I'm texting another iphone?

    http://support.apple.com/kb/TS2755

  • The movies from my Iphone 5 are not coming across on Apple TV. The little spinning beach ball appears like it is thinking.  It use to work but quick working a month ago.

    The movies from my Iphone 5 are not coming across on Apple TV. The little spinning beach ball appears like it is thinking.  It use to work fine but quick working a month ago. I mirror from my phone to the Apple TV.  Still images and everything I do on the phone is mirrored on to the TV except when I want to show a YouTube video or any video and then the screen on the phone and the TV screen go black and the spinning beach ball appears.  The videos open right up on the phone if I do not have mirroring on and going through the Apple TV.  I just downloaded the latest update to the phone it did not fix the problem.  Please help.  Thanks, Elvis G

    Hello Elvis G,
    After reviewing your post, I have located an article that can help in this situation. It contains a number of troubleshooting steps concerning device issues. You may want to consider a reset, then testing to see if the issue is resolved:
    Turn your iOS device off and on (restart) and reset
    http://support.apple.com/kb/ht1430
    How to reset
    You should reset your device as a last resort and only if you can't restart it.
    To reset, press and hold both the Sleep/Wake and Home buttons for at least 10 seconds, until you see the Apple logo.
    Thank you for contributing to Apple Support Communities.
    Cheers,
    BobbyD

  • Attributes are not displaying in Navigational Attributes area of DSO.

    Hi Experts,
    I have created a DSO and have included Info Objects 0SOLD_TO & 0SHIP_TO. In the Navigational Attributes area, its attributes are not getting displayed even though the attributes are in the info object.
    What are the steps needed to perform for it to display there?
    Waiting for your reply,
    Thanks in advance,
    With Kind Regards,
    Shreeem

    Hi Shreem,
    If you want attributes of any master objects in navigational attributes section, you have make them navigational attributes while defining base info object.
    Please follow the below steps.
    1) goto RSA1, search for 0SOLD_TO & 0SHIP_TO info objects and open them
    2) goto edit mode of info object and goto attributes section.
    3) here you will find for every object "DIS" --- this means these attributes are display attributes.
    4) If you want to change any attribute to NAV, then click on "Pencil Mark".
    5) Now you can see text NAV instead of DIS for that attribute.
    activate the info object and goto DSO, now you will see that attribute in navigational attribute folder.
    Regards,
    Venkatesh

  • Why last  4 lines of  every page in sap script are not coming ,it is not o

    pls give some solution why last  4 lines of  every page in sap script are not coming ,it is not over flowing to next page even? it is any page format related problem or coding problem?

    Hi,
    Use PROTECT ENDPROTECT statement it displays hole paragraph in to the single page and also to over come this issue.
    Regards
    Md.MahaboobKhan

  • BOM items are not coming in Subcontracting PO

    Hi,
      I have created a Finish good material and also have made BOM for that Finish material  when I am trying to make a Subcontracting PO for that Finish material   the BOM items are not coming in PO for that Finish material only  for other material BOM items are coming properly.
    regards,
      zafar
    Edited by: zafar_karnalkar on May 29, 2010 1:48 PM

    Hi,
    Pl. recheck the BOM.
    Bom usage 1.
    Item Type : L
    SAM

  • Text messages are not coming in

    apple changed updated my new eamil address in itunes and now my messages are not coming in.help

    Hi nancy183,
    Welcome to the Support Communities!
    The article below may be able to help you with this.
    Click on the link to see more details and screenshots. 
    iOS: Troubleshooting Messages
    http://support.apple.com/kb/ts2755
    Ensure that iMessage is turned on in Settings > Messages.
    To send and receive iMessages, your device must have a valid cellular or Wi-Fi data connection.
    iPhone: Troubleshooting Cellular data
    iOS: Troubleshooting Wi-Fi networks and connections
    iMessage registration validates your Apple ID for use with iMessage. If you are unable to activate iMessage, follow this article.
    If an iMessage cannot be sent, it will be resent using SMS or MMS, depending on the content. You can turn this behavior on or off in Settings > Messages > Send As SMS. Carrier messaging rates may apply.
    Verify that the Apple ID or phone number is listed in Settings > Messages > Send & Receive.
    iOS and OS X: Link your phone number and Apple ID for use with FaceTime and iMessage
    http://support.apple.com/kb/HT5538
    Cheers,
    - Judy

Maybe you are looking for

  • Can't find my third party plug-ins in the Audio Effect slot

    I've moved my downloaded plug-ins into Macintosh HD > Library > Audio > Plug-ins, and in a new Finder Window dragged the VST file and Component file into it's respective Logic Pro X files folder(s). I still don't see them in the Audio Units slot for

  • Netui anchor tag in netui:form

    I have some code like following: <netui:form action="action1" > <netui:anchor action="action2">Check</netui:anchor> </netui:form> Action1 and action2 willl be finally redirected to the same JSP(for example one.jsp). The weird thing is that: according

  • How to change the Forms and Reports's NLS_LANG character set on OAS

    Hi, I'm having problems with the OAS10g's actual character set, when displaying a report made with Reports Builder 10g who has the letter "ñ" it displays "ñ " with a blank space at the final so i need to change this character set for one that suits t

  • Pt:openlink in header portlet

    I am using the following tag in a header portlet: <pt:openerlink xmlns:pt='http://www.plumtree.com/xmlschemas/ptui/' pt:objectid='208' pt:classid='512' pt:mode='2'>Community Name</pt:openerlink> Clicking on the link returns an extended error of: Exte

  • Re-compiled VLC to enable PVR function

    Hi,  brand new arch user here.  I just installed this weekend and have been trying to set things up to my liking.  I had to recompile VLC with the '--enable-pvr' option so I can watch TV using my Hauppauge 150pvr card.  All I did was copy the PKGBUIL