TP4 - SEVERE: Can't register active data when window has no name

Hello,
I'm getting this message in OC4J console every time PPR is used in a page. It is coming from oracle.adfinternal.view.faces.activedata.SessionDataUpdateManager __getPageDataUpdateManager
Other that my application works ok. I think it's related with ADF bindings... but I don't use bindings at all, just managed beans. This message was not in TP3.
Should I be worried about this message?
Thanks,
Dan

Hi,
I have added "ADF Page Flow Runtime" jar to the project (as "ADF Controller Runtime" was already there) and the message does not appear anymore.
In the test case provided, behavior failure was the one specified at Re: TP4 - PPR and af:subform don't work together. This should be the subject of new bug submission.
Message appears in other pages too, where only PPR is used. I have not noticed any bugs related to this message.
Thanks,
Dan

Similar Messages

  • Can I choose an activation date when signing up?

    I'm looking at potentially placing an order but was wondering if anyone knows, can you set an activation date when you place the order?
    The reason I ask is that I'm tied into a broadband contract until March with pretty hefty cancellation charges attached. If I can order Vision now but choose not to actually go live until March that would be perfect.
    If this isn't possible I'll obviously have to wait until March to place any order.
    I've tried to contact BT on this but unfortuantely no-one is getting back in touch with me!

    In that case just do whatever is necessary to cancel when the time is right giving the notice period and get your MAC code and switch. Vision isn't usually activated on a line until after it has settled down. The process of switching ought to be painless.
    Life | 1967 Plus Radio | 1000 Classical Hits | Kafka's World
    Someone Solved Your Question?
    Please let other members know by clicking on ’Mark as Accepted Solution’
    Helpful Post?
    If a post has been helpful, say thanks by clicking the ratings star.

  • HT1338 How can i use my data on windows or mac when i use one of them in the same time?

    Hi,
    i have a Mac book with 2 operating system, ( Windows& mac). How can i use my data on windows or mac when i use one of them in the same time?
    Thank you

    The following article(s) may help you.
    Resolving duplicate calendars
    Resolving duplicate contacts

  • HI, I need your help. How can I delete all data, when I do not have the special security code, which I didn´t remember ? I also think, that I never create this code before. But I cannot put my settings back.

    HI, I need your help. How can I delete all data, when I do not have the special security code, which I didn´t remember ? I also think, that I never create this code before. But I cannot put my settings back.

    You must remember the code, if you can't then take the phone and proof of purchase to an Apple Store.

  • Where can I find the date when the pre-sale movies will be released?

    Where can I find the date when the pre-sale movies will be released?

    Hi Claudia1950,
    Thanks for visiting Apple Support Communities.
    According to the following article on iTunes Store pre-orders, "Most pre-orders will show an expected release date near or below the pre-order button."
    You may also find this information helpful:
    When a pre-ordered item becomes available, you will receive an email letting you know that you can download your pre-order.
    iTunes Store: About pre-orders
    http://support.apple.com/kb/ht5714
    Best Regards,
    Jeremy

  • Can I include the date in the default photo name?

    Can I include the date in the default photo name?

    Very clear & helpful ...but why couldn't I find  a menu action like this via the Help/
    maybe I didn't search in the correct technical language or something....
    Thanks léonie

  • How can I activate my iPad when it has an old iCloud adress that I don't know the password for it?

    How can I activate my iPad when it has an old iCloud adress that I don't know the password for it?

    Click here and reset the password. If you've forgotten the Apple ID, you can recover it from the same site.
    (112195)

  • Can you locate an iphone when it has been turned off or stolen?

    Can u locate an iphone when it has been turned off or stolen?

    No if it's turned OFF.

  • Can I find the date when I transferred some files to someone else's pc?

    Hi, have a MacBook Pro but don't really know how to use it!
    I need to find out the date when I transferred some files to someone else's computer. Is there an area with some sort of history of actions where I can see what I did?
    thanks for any help
    M

    (Woggledog, I think the OP is trying to find out the date the files were copied from the Mac, not to the Mac.)
    If you are trying to determine when you transferred the files +without access to the PC that they were transferred to+, you are out of luck, I'm afraid. There's no log for that information. If you can access the PC the files were transferred to, the created/accessed dates on the PC will reflect the move. But I suspect you can't access that computer, which is why you're seeking a log of some sort...
    How did you move the files? If you used a flash drive, for example, and still have that, check there...even if the files were deleted from the drive, they may be recoverable.
    Hope this helps...

  • How can I maintain sorted data when I cut and paste?

    I work almost exclusively with .csv files that I download from the local multi-list service (I'm a real estate agent). I can sort and chart data on the multi-list website but the interface for Apple users is pretty bad (Citrix client running through a gateway). I was looking forward to being able to download and manipulate data on my iBook as well as be able to present it to clients in a polished and professional manner. As far as I am concerned Numbers seems like a Beta at this point. I have sent in feedback and realize that I will never receive a reply from doing so. I really want to like this program but right now I just want to run my iBook over with my truck. Any help will be much appreciated.
    I have three Numbers windows open. One is labeled "Sold" (20 columns, 693 rows+1 header), one is labeled "WE" (20 columns, 679 rows+1 header) and one is an untitled template (20 columns, 1 header). When I sort the data in "Sold" and "WE" to the parameters I need I end up with 18 rows in "Sold" and 22 rows in "WE". My goal is to take the sorted data and paste it into the untitled template.
    I select the 18 rows in "Sold" and then select copy (this takes 25.65 seconds BTW!!!). I go to the untitled template and then paste (20.86 seconds). Numbers pastes the entire 693 rows from "Sold" into the untitled template.
    I have tried to choose rows. I have tried to choose columns. I have selected individual cells and I have also tried to "select all cells". Each time I get a different result on what gets pasted into the untitled template. I have also tried "paste", "paste and match style" and "paste values" each time getting anything but what I need (the 18 sorted rows).
    Does anyone know how to do this?

    Hi,
    you should probablu describe better your actual situation:
    Is the form handler servlet a part of your portal web application?
    Seems like yes, if you use getContextPath() :-)
    then the form handler servlet should be able access the same session object
    through
    request.getSession()
    If this is not the case, than you could get the session id at the time when
    you create the form (in your portlet jsp file) and pass it as request
    parameter to the form handler servlet.
    That form handler servlet can return it later ...
    By the way - the session id is contained in the session cookie, that the
    browser sends everytime to the server in the requests. So when it hits the
    ".../application..." url, the server should automatically recognize to which
    session it belongs...
    HTH
    Ales
    "Mukul Sood" <[email protected]> wrote in message
    news:3cc9fd74$[email protected]..
    >
    Hello All,
    I am submitting to a form from a portlet.
    This formhandler is outside of the portal framework.
    Once I am done with form data processing, I need to come back into theportal.
    For this, I am sending a redirect request :
    response.sendRedirect(
    request.getContextPath()
    + "/application?" +"origin=FillMeta.jsp"+"&event=bea.portal.framework.internal.portlet.event"
    +"&wfevent=fileuploaded" +"&pageid=home"
    +"&portletid=FillMeta"
    However, I am not able to pass the sessionid in sendRedirect.
    How could I pass the sessionid using sendRedirect?
    Would greatly appreciate your inputs or suggestions.
    Thanks.
    Mukul

  • How can i know the date when i bought my mac?

    I would like to know the date when I bought my mac to know if it's still under warranty.

    Input the serial number at the link below.
    https://selfsolve.apple.com/agreementWarrantyDynamic.do

  • Jerky video when window has focus

    I am new to the Mac world and everything is good except for jerky video playback.
    When watching video I find that if the window playing the video has focus then the video is jerky but if another window has focus the video playback in the window with the video is smooth. This is certainly the case for watching Youtube (safari or firefox) and iTunes video clips.
    Do others have this problem

    I tried what you are describing and observed no fuzziness of the video. I had two applications open at the time and switched from one to the other. It just might be the video.

  • Can I recover FileVault data when the sparsebundle was deleted on a MacBook Pro running OSX 10.6.8?

    I have a MacBook Pro that I purchased from a friend of mine. He reformatted it before giving it over to me, and he left me a couple of install files in the Downloads folder before he gave it to me. When I got it, I turned on FileVault because encrypting my data seemed like a good idea. Little did I know that it would end up biting me in the butt.
    I tried to add music files from my iPod to the laptop. It didn't work properly, so I deleted those files and tried again. Same issue, and I deleted them again. I noticed, though, that the laptop acted like both copies of those files were still on board, and half my HD was filled up with almost nothing on the computer. I used Disk Inventory to find out why, and found that all that excess data was locked up in a hidden file called a sparsebundle. Disk Inventory removed that file, and then the laptop stopped working. I couldn't get my applications to run properly, and when I restarted the computer, I couldn't log in at all. I rebooted and created a new Admin account so I could get into the laptop.
    Now I'm trying to recover all the files that I had put onto the laptop before I had to reboot. They appear to still be there, and I have a copy of the computer in its current state backed up through Time Machine. The programs that were on it before the reboot mostly still worked (exception Firefox, so I'll just reinstall that and hope it works).
    Is there any way for me to recover the files that are currently still locked up under FileVault? I have copies of DiskWarrior 4.0 and TechTool Pro 4.6.1, but neither seems to work with OSX 10.6.8. Any help in recovering the "lost" files would be appreciated.
    Alternately, if the files cannot be directly recovered: if I have to completely reinstall everything, will having the Time Machine backup of the extra programs my friend had installed let me keep those programs after a reinstallation of OS X?
    My thanks to the community in advance for any assistance that can be offered.

    oh, I thought I had seen it. I will do a re-install of Snow Leopard, hopefully then I can find it.
    Thank you very much, I will let you know how it goes.

  • How Can I Keep Photo Data When Adding Photo To New Book?

    All of my photos in IPhoto have dates and descriptions as part of the file names. When I transfer then to make a book, all of this data goes away. Is there any way I can keep this data as a description of the photo.

    Where are you transferring the file to and how? As long as you use iPhoto the title and description remain associated with the photos. Are you referring to the title and having the title show on the book's page along with the photo? There is just one theme that displays the title: Folio
    The only way to get the description to display is to change the title to what you put in the Information/Description field. That can be done automatically with the Applescript described in my post here: http://discussions.apple.com/thread.jspa?messageID=5400478&#5400478
    OT
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto (iPhoto.Library for iPhoto 5 and earlier versions) database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've created an Automator workflow application (requires Tiger or later), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. There are versions that are compatible with iPhoto 5, 6, 7 and 8 libraries and Tiger and Leopard. Just put the application in the Dock and click on it whenever you want to backup the dB file. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.
    NOTE: The new rebuild option in iPhoto 09 (v. 8.0.2), Rebuild the iPhoto Library Database from automatic backup" makes this tip obsolete.

  • Can not read Chinese data when DB Connect to SQL server 2000

    Hi,
       Our BW server( BW3.5 not unicode ) is installed on MS SQL server 2000. We try to connect the BW SQL server with db connect function. We create some test views in the Northwind DB. We are be able to access data from source system in rsa1 by db connect. The problem is that all the Chinese characters are displayed as ?????. Is there any special setting for accessing multibyte characters in MS SQL server 2000? Please advise.
    Thank you,
    Jeff

    The field of VIEW in the sqlserver which code is chinese must be the nvarchar.
    You can try it.

Maybe you are looking for

  • New G/L in ECC6.0

    Hi experts, can anybody give the information about new G/L in ECC6.0.please give the response soon its quite urgent.If anybody done the New G/L upload in ECC6.0.please help us.

  • File Upload: no error but don't work. Why?

    Hi all, i'm an application with a jsp for upload a file. I have the following code in my Action (extention of the DataForwardAction): // UploadForm extends org.apache.struts.action.ActionForm UploadForm uf = (UploadForm) ctx.getActionForm(); // ctx i

  • Movie problem

    Ok I bought The Dark Knight off of itunes, and i want to put it on my ipod. This is the first movie i have bought off of itunes. How come the movie wont download to my ipod touch??

  • Requirements to Make a Windows PC Use the iMac?

    Hi. There are many that have great graphics, tweakable (mod and such) games on the PC now; until extreme gaming GPU grade thunderbolt external boxes come, If you want to assemble a very powerful Windows 7 64-bit but minimal (no case, no drive, it may

  • Changing the customer screen tab name in transaction co02

    I have done a exit in transaction CO02.Added one tabstrip in the screen.Its named as customer screen there.How to change this name.please provide with steps.