POJO based accessIterator does not work

Hello

I use 11.1.2.1.0 version of jdeveloper.
I created DataControl to Pojo and PojoService.
It's getting called (see SOP) if I access myText class attribute Pojo Pojo DataControl (PojoIterator = > myText). The accessIterator is not necessary (attributeValues = > iterator)
While it is not get called (can't see the SOP) if access via PojoService DataControl (PojoServiceIterator = > pojoIterator = > myText). -It uses accessIterator (attributeValues = > accessIterator = > iterator)
Why the same haven't are called through the accessIterator well.

-PojoService.java-
/ public class PojoService implements TransactionalDataControl, UpdateableDataControl {}
public PojoService() {}
Super();
}

private Pojo pojo.

{} public void setPojo (Pojo pojo)
This.POJO = pojo;
}

public getPojo() {} Pojo
return of pojo;
}
}


--------------------Pojo.java---------------------
public class Pojo implements TransactionalDataControl, {UpdateableDataControl}
public Pojo() {}
Super();
}

private String myText;
private number myNumber;

{} public void setMyText (String myText)
System.out.println ("in setMyText:" + myText);
this.myText = myText;
}

public String getMyText() {}
System.out.println ("in getMyText:" + myText);
return of myText;
}

-untitled1PageDef.xml-
<? XML version = "1.0" encoding = "UTF-8"? >
< pageDefinition xmlns = "http://xmlns.oracle.com/adfm/uimodel" version = "11.1.2.60.81" id = "untitled1PageDef".
Package = "View.pageDefs" > "
< Settings / >
<>executables
< iterator lie = 'root' RangeSize = '25' DataControl = "Pojo" id = "PojoIterator" / >
< iterator lie = 'root' RangeSize = '25' DataControl = "PojoService" id = "PojoServiceIterator" / >
< accessorIterator MasterBinding = "PojoServiceIterator" lie = "pojo" RangeSize = '25' DataControl = "PojoService."
BeanClass = 'model. POJO"id ="pojoIterator"/ >
< / executables >
< links >
< attributeValues IterBinding = "PojoIterator" id = "myText" >
< AttrNames >
< item Value = "myText" / >
< / AttrNames >
< / attributeValues >
< attributeValues IterBinding = "pojoIterator" id = "myText1" >
< AttrNames >
< item Value = "myText" / >
< / AttrNames >
< / attributeValues >
< / links >
< / pageDefinition >


-untitled1.jspx-
<? XML version = "1.0" encoding = "UTF - 8"? >
< xmlns:jsp = "http://java.sun.com/JSP/Page" version = "2.1" jsp:root xmlns:f = "http://java.sun.com/jsf/core".
xmlns:af = "http://xmlns.oracle.com/adf/faces/rich" >
< jsp:directive.page contentType = text/html"; Charset = UTF - 8 "/ >
< f: view >
< af:document title = "untitled1.jspx" id = "d1" > "
< af:messages id = "m1" / >
< af:form id = "f1" >
< af:inputText value = "#{bindings.myText.inputValue}" id = "it1' columns '150' = simple ="true">"
< / af:inputText >
< af:inputText value = "#{bindings.myText1.inputValue}" id = "it2' columns '150' = simple ="true">"
< / af:inputText >
< / af:form >
< / af:document >
< / f: view >
< / jsp:root >

Thanks in advance,
Karine

Hello

you lost me in your question. See the 37 sample for an example of work

http://www.Oracle.com/technetwork/developer-tools/ADF/learnmore/index-101235.html

Frank

Tags: Java

Similar Questions

  • HTML5 player based Soundcloud, does not work when they are embedded on my site. Why?

    SoundCloud HTML5 based widged does not display on my Web site when they are incorporated. It used to work, now there is only an empty contained area. It works on Chrome and explore.

    Anyone have any idea why is - this? Really need help.

    THX

    You can post a link to a public page that doesn't require authentication (login) to access?

    Have you checked the server sends the file with the correct MIME type?

    Apache:

    AddType audio/ogg oga ogg
    AddType video/ogg ogv
    AddType video/webm .webm
    

    A good place to ask for advice on web development is to the 'Web Standards Development/evangelism' MozillaZine forum.

    Aid to this forum are better informed on issues related to web development.

    You must register on MozillaZine forum site to post in this forum.

  • Xcode is based, but does not work

    Hi people,

    I have a problem with Xcode

    When I try to launch a project, it generates correctly and then just says "running < name >: < name >»

    Some time previously, I have worked on some projects of iOS and at the time, everything worked fine.

    Not even that, they run more.

    I don't know why it stopped working in the simulator of the app is just a white screen.

    Mac OS projects with cocoa does not even launch the built application. Console applications do not work or the other.

    I had this behavior with XCode 7, then tried the beta version 8, which also had the problem.

    This morning, I decided to uninstall XCode and reinstalled version 8 of XCode from the App Store.

    The problem persists there.

    IM under OSX 10.11.6 and Xcode Version 8.0 (8A218a).

    Please help me, I'm getting desperate. I can't develop this way.

    Best regards

    Alex

    I would check to see if there is a modal dialog box, asking you to authenticate before running your application:

    If you don't authenticate you request probably will not work

  • How to hide a field based on the value of a field of a different subform - controls null does not work!

    I use Javascript to define actions. I need to hide a text field, if the value of a field in another subsidiary form is zero.

    -J' tried to check the value in the other field NULL - does not work

    -J' tried affecting a variable str2 where I know that the value in the other field is available, then checking this variable when I initialize the text field - does not work

    What Miss me?

    Hello.

    Try this in the form of native void, referring to the text field (X).

    If (this.rawValue = 1)

    {

    X.Presence = "visible";

    }

    ElseIf (this.rawValue = null)

    {

    X.Presence = 'hidden ';

    }

  • SQL Tokenizer based on regular expressions does not work

    I'm about 10 gr 2

    Suite SQL Tokenizer converts the string: str to help lines: as the delimiter-char delim (: str and: delim are parameters):

    Select the level, regexp_replace (regexp_substr (: in_str:: in_delimiter, '(.*?)' |: in_delimiter, 1, level),: in_delimiter, ") as token
    of the double
    connect regexp_instr (: in_str:: in_delimiter, '(.*?)' |: in_delimiter, 1, level) > 0
    order by level of CSA;

    When you use the pipe symbol "|" as the delimiter, it does not. the rows are processed, but the chips are null. Use another tank as a separator (for example ';') works very well.

    : str = "123; 456; A1; 67 X; 0; -8 "&: delim = ';' = > works very well"
    : str = "123". 456. A1 | 67 X | 0 | -8 "&: delim =" | "= > does not work"

    I think the bug is located in the regexp to the model parameter, is not it?
    Why does not the symbol of pipe as a delimiter?
    Can someone give me a clue to the use of the regexp pattern correct?

    THX
    Nuerni
    select level, rtrim(regexp_substr( :in_str || :in_delimiter, '(.*?)' || :in_delimiter, 1, level ),:in_delimiter ) as token
    from dual
    connect by regexp_instr( :in_str || :in_delimiter, '(.*?)' || :in_delimiter, 1, level ) > 0
    order by level asc ;
    

    use a rtrim instead of regexp_replace, then it works...

    Ravi Kumar

  • the software sticky password does not work.

    the Sticky Password plugin does not work in Firefox 37.

    Changed the product forum this thread is in Thunderbird in Firefox so no need to create a duplicate thread.

    It is an Extension in Firefox and not a Plugin like Flash or Java.

    You're too test is based on the Beta channel (currently at 37.0b3), and the Extensions like these tends to do not support the current version at most which is Firefox 36. www.mozilla.org/Firefox/All/

    In the Sticky Password software you can go in "parameters - supported browsers and install the extension" because I think that may be the case there are updates? https://support.Mozilla.org/en-us/questions/948577

  • For about two weeks the right click does not work in firefox, how to solve this?

    I have always used the Nightly of Firefox version, so I thought it was a bug in the new update. But now I have completely removed nightly and installed the normal Firefox, but still nothing happens after having right in the screen > in, for example the bar bookmarks, it does not work properly, but not anywhere while browsing!

    The application databases

    Name: Firefox
    Version: 32.0.3
    User Agent: Mozilla/5.0 (Windows NT 6.1; rv:32.0) Gecko/20100101 Firefox/32.0

    Reports of incidents for the last 3 days

    All Crash reports

    Extensions

    Name: Download YouTube videos to MP4
    Version: 1.7.28
    Enabled: true
    ID: {b9bfaf1c-a63f-47cd-8b9a-29526ced9060}

    Name: DownThemAll!
    Version: 2.0.17
    Enabled: true
    ID: {DDC359D1-844A-42a7-9AA1-88A850A938A8}

    Name: Clear Cache button
    Version: 2.7
    Enabled: true
    ID: {4cc4a13b-94a6-7568-370d-5f9de54a9c7f}

    Name: SoundCloud Downloader - Technowise
    Version: 0.87
    Enabled: true
    ID: {c8d3bc80-0810-4d21-a2c2-be5f2b2832ac}

    Name: convenience store
    Version: 1.1
    Enabled: true
    ID: [email protected]

    Name: avast! Online security
    Version: 9.0.2021.112
    Enabled: false
    ID: [email protected]

    Name: F.B. purity - cleans Facebook
    Version: 9.3.2
    Enabled: false
    ID: [email protected]

    Name: gTranslate
    Version: 0.9
    Enabled: false
    ID: {aff87fa2-a58e-4edd-b852-0a20203c1e17}

    Name: Lightbeam
    Version: 1.0.10.2
    Enabled: false
    ID: jid1-F9UJ2thwoAm5gQ@jetpack

    Name: TinEye Reverse Image Search
    Version: 1.1
    Enabled: false
    ID: [email protected]

    Graphics

    Description of the adapter: ASUS AH3650 Series
    Drivers: atiumdag atiumdva atitmmxx
    RAM card: unknown
    ClearType settings: Gamma: Structure of 2200 pixels: ClearType R level: 100 improved contrast: 100
    Device ID: 0 x 9596
    Direct2D Enabled: Blocked for your version of the graphics driver. Try to update your driver graph version 9.6 or newer.
    DirectWrite Enabled: false (6.2.9200.16492)
    Driver date: 01/09/2008
    Driver version: 8.452.0.0
    GPU #2 Active: false
    GPU accelerated Windows: 0/2 base (OMTC) blocked for your version of the graphics driver. Try to update your driver graph version 9.6 or newer.
    Vendor ID: 0 x 1002
    WebGL Renderer: Blocked for your version of the graphics driver. Try to update your driver graph version 9.6 or newer.
    windowLayerManagerRemote: true
    AzureCanvasBackend: skiing
    AzureContentBackend: Cairo
    AzureFallbackCanvasBackend: Cairo
    AzureSkiaAccelerated: 0

    Important change preferences

    accessibility.typeaheadfind.flashBar: 0
    Browser.cache.Disk.Capacity: 358400
    Browser.cache.Disk.smart_size_cached_value: 358400
    Browser.cache.Disk.smart_size.first_run: false
    Browser.cache.Disk.smart_size.use_old_max: false
    Browser.cache.frecency_experiment: 4
    browser.places.smartBookmarksVersion: 7
    browser.search.useDBForOrder: false
    browser.sessionstore.upgradeBackup.latestBuildID: 20140923175406
    Browser.Startup.homepage: topic: Home
    Browser.Startup.homepage_override.buildid: 20140923175406
    Browser.Startup.homepage_override.mstone: 32.0.3
    Browser.Tabs.Remote.AutoStart: true
    dom.mozApps.used: true
    extensions.lastAppVersion: 32.0.3
    font.internaluseonly.Changed: false
    make. Name.sans - serif.x - West: Cambria
    make. Name.Serif.x - West: Cambria
    GFX. Direct2D.disabled: true
    GFX. Direct3D.last_used_feature_level_idx: 0
    keyword. URL: https://www.google.com/search
    layers. Acceleration.Disabled: true
    Media.GMP - gmpopenh264.lastUpdate: 1405814443
    Media.GMP - gmpopenh264.path: C:\Users\Ramon\AppData\Roaming\Mozilla\Firefox\Profiles\cflwd3c1.default\gmp-gmpopenh264
    Media.GMP - gmpopenh264.version: 1.0
    Media.GMP - manager .lastCheck: 1411894750
    network.cookie.prefsMigrated: true
    places.database.lastMaintenance: 1411894888
    places. History.expiration.transient_current_max_pages: 33538
    plugin.disable_full_page_plugin_for_types: application/pdf,application/vnd.fdf
    plugin.importedState: true
    plugin. State.npezffpi: 0
    plugin. State.npovshelper: 0
    Print.printer_Foxit_Reader_PDF_Printer.print_bgcolor: false
    Print.printer_Foxit_Reader_PDF_Printer.print_bgimages: false
    Print.printer_Foxit_Reader_PDF_Printer.print_colorspace:
    Print.printer_Foxit_Reader_PDF_Printer.print_command:
    Print.printer_Foxit_Reader_PDF_Printer.print_downloadfonts: false
    Print.printer_Foxit_Reader_PDF_Printer.print_duplex: 1515870810
    Print.printer_Foxit_Reader_PDF_Printer.print_edge_bottom: 0
    Print.printer_Foxit_Reader_PDF_Printer.print_edge_left: 0
    Print.printer_Foxit_Reader_PDF_Printer.print_edge_right: 0
    Print.printer_Foxit_Reader_PDF_Printer.print_edge_top: 0
    Print.printer_Foxit_Reader_PDF_Printer.print_evenpages: true
    Print.printer_Foxit_Reader_PDF_Printer.print_footercenter:
    Print.printer_Foxit_Reader_PDF_Printer.print_footerleft: & PT
    Print.printer_Foxit_Reader_PDF_Printer.print_footerright: & D
    Print.printer_Foxit_Reader_PDF_Printer.print_headercenter:
    Print.printer_Foxit_Reader_PDF_Printer.print_headerleft: & T
    Print.printer_Foxit_Reader_PDF_Printer.print_headerright: & U
    Print.printer_Foxit_Reader_PDF_Printer.print_in_color: true
    Print.printer_Foxit_Reader_PDF_Printer.print_margin_bottom: 0.5
    Print.printer_Foxit_Reader_PDF_Printer.print_margin_left: 0.5
    Print.printer_Foxit_Reader_PDF_Printer.print_margin_right: 0.5
    Print.printer_Foxit_Reader_PDF_Printer.print_margin_top: 0.5
    Print.printer_Foxit_Reader_PDF_Printer.print_oddpages: true
    Print.printer_Foxit_Reader_PDF_Printer.print_orientation: 0
    Print.printer_Foxit_Reader_PDF_Printer.print_page_delay: 50
    Print.printer_Foxit_Reader_PDF_Printer.print_paper_data: 9
    Print.printer_Foxit_Reader_PDF_Printer.print_paper_height: 11 h 00
    Print.printer_Foxit_Reader_PDF_Printer.print_paper_name:
    Print.printer_Foxit_Reader_PDF_Printer.print_paper_size_type: 0
    Print.printer_Foxit_Reader_PDF_Printer.print_paper_size_unit: 1
    Print.printer_Foxit_Reader_PDF_Printer.print_paper_width: 8.50
    Print.printer_Foxit_Reader_PDF_Printer.print_plex_name:
    Print.printer_Foxit_Reader_PDF_Printer.print_resolution: 1515870810
    Print.printer_Foxit_Reader_PDF_Printer.print_resolution_name:
    Print.printer_Foxit_Reader_PDF_Printer.print_reversed: false
    Print.printer_Foxit_Reader_PDF_Printer.print_scaling: 1.00
    Print.printer_Foxit_Reader_PDF_Printer.print_shrink_to_fit: false
    Print.printer_Foxit_Reader_PDF_Printer.print_to_file: false
    Print.printer_Foxit_Reader_PDF_Printer.print_unwriteable_margin_bottom: 0
    Print.printer_Foxit_Reader_PDF_Printer.print_unwriteable_margin_left: 0
    Print.printer_Foxit_Reader_PDF_Printer.print_unwriteable_margin_right: 0
    Print.printer_Foxit_Reader_PDF_Printer.print_unwriteable_margin_top: 0
    privacy.sanitize.migrateFx3Prefs: true
    Storage.vacuum.Last.index: 1
    Storage.vacuum.Last.places.sqlite: 1411212643

    JavaScript

    Incremental GC: true

    Accessibility

    Enabled: false
    Prevent accessibility: 0

    Versions of the library

    NSPR
    The expected minimum version: 4.10.6
    Version: 4.10.6

    NSS
    The expected minimum version: 3.16.5 based ECC
    Version: 3.16.5 based ECC

    NSSSMIME
    The expected minimum version: 3.16.5 based ECC
    Version: 3.16.5 based ECC

    NSSSSL
    The expected minimum version: 3.16.5 based ECC
    Version: 3.16.5 based ECC

    NSSUTIL
    The expected minimum version: 3.16.5
    Version: 3.16.5

    Experimental features

    You always use the same profile folder you used with the Nightly build (35.0a1)?

    If you do, then you must create a new profile.

    See "create a profile":

    If the new profile works then you can transfer files from a profile already used in the new profile, but be careful not to copy files corrupted to avoid transporting more problems.

    With the decommissioning of a Nightly build might be unstable, you should be still more restrictive with what to retrieve.

  • Citrix receiver does not work on ver 30.0.

    Receiver Citrix (ICA client) does not work on ver 30.0. Request do not start when you click citrix links in the website of the company. Worked fine until worm 29.1. Changed the version back to worm 29.1 works fine now.

    Three suggestions based on the experience of other users with Firefox 30 Citrix:

    (1) change the permissions of the plugin.

    Firefox 30 past most of the plugins "Always turned on" - allowing any site to use - to "ask to activate" - requiring sites to get your permission to use them. For some plugins, this setting is not working properly and you need to restore.

    To do this, open the page modules using either:

    • CTRL + SHIFT + a
    • "3-bar" menu button (or tools) > Add-ons

    In the left column, click on Plugins. Search for Citrix and change to ' activate ' "always enable". Then try Citrix again in a new window (or exit and restart Firefox).

    See: updated for Firefox 30.0 now Citrix Receiver does not open.

    (2) If you have an older version of the plugin, you may need to be updated.

    See: Firefox 30 will not organize the Application of ICA when you use Citrix receiver 4

    (3) check that Citrix content using the desired plugin/application.

    See: use Citrix Receiver with Firefox to connect to the VDI 30, he fails.

  • Installed FF30.0, browser does not work.

    I've recently updated FF to 30.0. Then the browser would not work. It happens with just a white blank page and no shortcuts to the toolbar that I saved. I can type in an address, but when I press enter or click OK, it does nothing. None of the button don't seem to do anything, so I can't even in settings. I backed up my profile and uninstalled everything, including user data, but it still does not work. I installed a previous version and it works fine.

    HI bgbaumgart,
    The only two things I can think of that can cause it is not is a folder of profiles in this path of the file if it is hidden, or installing Firefox is broken.

    To display these check these instructions how to display records: http://kb.mozillazine.org/Show_hidden_files_and_folders

    The name Bryan FF is there, so the meta data file is possibly corrupted?

    If it is a clean reinstall:
    Some Firefox problems can be solved by performing a clean reinstall. This means that you remove Firefox program files, and then reinstall Firefox. Please follow these steps:

    Note: You can print these steps or consult them in another browser.

    1. Download the latest version of Firefox from http://www.mozilla.org office and save the installer to your computer.
    2. Once the download is complete, close all Firefox Windows (click on quit in the file menu or Firefox).
    3. Remove the Firefox installation folder, which is located in one of these locations, by default:
      • Windows:

        • C:\Program Files\Mozilla Firefox
        • C:\Program Files (x 86) \Mozilla Firefox
      • Mac: Delete Firefox in the Applications folder.
      • Linux: If you have installed Firefox with the distribution-based package manager, you must use the same way to uninstall: see Install Firefox on Linux. If you have downloaded and installed the binary package from the Firefox download page, simply remove the folder firefox in your home directory.
    4. Now, go ahead and reinstall Firefox:
      1. Double-click on the downloaded Setup file and go through the steps in the installation wizard.
      2. Once the wizard is completed, click to open Firefox directly after clicking the Finish button.

    More information on the resettlement of Firefox can be found here.

    WARNING: Uninstaller or the use of Firefox and not run a third remover as part of this process, because who could permanently delete your Firefox data, including but not limited to, extensions, cache, cookies, bookmarks, personal settings and passwords saved. They can be retrieved easily unless they have been backed up on an external device!

    Please report to say if this helped you!

    Thank you.

  • Download video real player does not work in firefox v29.0.1 what should I do?

    I have firefox v29 and download real player does not work. What I would do. This option is enabled and the realplayer options are correctly set

    Most of the time after the release of a new version of Firefox, the modules can become inconsistent. It's the developer to solve these problems and update accordingly. You can contact the developer of their modules page.

    You can try to contact the RealPlayer support to see if they have any patches

    You can also use an alternative to RealPlayer (if you use it to download videos). These are based on the web and I'll give a few extensions so

    I use it every day and they work great.
    Here are a few extensions

  • The right side and express USB card reader does not work

    Hello

    The USB 3.0 right on my rMBP does not work. I have can´t to connect any device to this side. No connection or power.

    Express card reader doesn't work or the other. Finder or disk utility will not show map of mountain.

    I can´t find the card express under system reports reader.

    I ran a test for diagnosis of Apple without any problem.

    I have reset the SMC & LANDAU.

    I reinstalled the operating system without success.

    Anyone who knows how to fix this?

    MacBook Pro with OS X El Capitan 10.11.5, Retina display

    Can someone help me here, please!

    Based on what you have tried and if can't see any device in disk utility, you are dealing with a hardware problem.  Your best option is an appointment at an Apple store for a FREE genius bar.

    Ciao.

  • Portege R700 - 172 Portable Firefox does not work with Win7 x 64

    Hello
    did someone use successfully the portable firefox on this machine? It does not work on my machine. I guess it does not support Windows 7 x 64?

    Hello

    AFAIK the portable firefox is designed for mobile use.
    Means that you can place it on the USB flash key, and there is no need to be installed on the operating system.
    Therefore, I doubt that the Win 7 64 bit operating system is the reason why it s not working do not.

    The portable firefox is based on the official version of the common Firefox browser and is compatible with Win 2000, Win XP, Windows Vista, Windows 7.

    In your case, I would ask in the forums of Firefox for details.
    But it would be interesting to know what could cause this part please so the news with us if you will get more details

  • Satellite A10 S203: the CPU fan does not work properly?

    I have toshiba satellite a10 s203 and the cpu fan does not work correctly. What can I do about it?

    Hi SACRIFICE them.

    Here are some possible solutions to this problem of fan.

    1. When you have installed a base installation of MS (not the Toshiba Recovery CD) you need to install the Toshiba Power Saver and others utilities from the CD tools & utilities. The energy saver is responsible for the control of the fan.

    2. If you have a recovery based OS, you can update the energy saver of http://eu.computers.toshiba-europe.com site Web Toshiba under Support & Downloads - Download Driver

    If please check this and an answer then follow the next step!

    CAMPino

  • Satellite L350D - WLAN does not work after the recovery disk

    Hello

    I just got a L350D. I ran the tool recovery disk, without any other program running. It is on a good way to end the second disc and that: BAM! blue screen. Since start-up, my LAN and WLAN does not work.

    He always says ' WLAN 2.0 bg adapter "to which no driver is found. The driver is a Realtek WLAN and LAN.

    Don't you think that the crash of the WLAN and LAN module fails?

    I tried the things:

    System reset
    Reinstalling the driver

    but nothing has worked.

    Someone at - it advice?

    Thank you very much!

    Mycale

    Hello!

    I put t know what is the reason for this BSOD when installing, but you can post the BSOD code? For example, you can search based on Microsoft Knowledge for this code.

    In addition, I would try to update the BIOS of your laptop that you can find on the Toshiba site:
    http://EU.computers.Toshiba-Europe.com-online decision-making supported Downloads & => Download drivers

    After you have updated the BIOS to try to update the WLAN and LAN card driver, or try to reinstall Windows using the Toshiba recovery disc.

    Good bye

  • Satellite L350D (PSLE0E) - WIFI hardware switch does not work

    Hello!

    Next problem: since yesterday, I have Windows 7 on the laptop, almost everything works perfectly. Not been necessary to load the drivers from the Toshiba site, Win 7 provides with the pilots, the rest comes via update...

    What does not work is the Wi - Fi switch. Whether on or off - Wi - Fi connection is always on, or in other words, the switch has no function.

    Someone at - it similar experiences and perhaps the solution?

    Thank you and excuse my English

    Hello

    This strange because the hardware WLAN switch should always work because s he based material s

    Anyway, in your case, I'll try this:
    -Updated the BIOS and load default settings
    -Update the WLAN driver

    One more interesting thing: can you turn the WLAN functionality by using the FN + F9 key combination?

Maybe you are looking for

  • Safari 9.1.3 moved to the MPBr Yosemite

    Impossible to install Safari 9.1.3 was last updated; don't see anyone else having this problem. Call support if no response by tomorrow. Thank you!

  • Pavilion 15 L3S53EA: Problem with my audio

    I have a HP laptop with beats speakers. I also discovered that I have the Beats Audio software on my laptop. I use Realtek High Definition Audio driver, but when I installed it first time sound was fine and clear. Later, it became a kind of "distorte

  • SonyEricsson satio

    How can I get the software for my mobile sonyericsson satio Installed extensions: I do not use one

  • Reset License monitoring ReadyNAS

    I have a ReadyNAS Ultra 4 Plus that I bought used. I was interested in the monitoring of a baby monitor software. Apparently, this unit has already expired the 30 day trial and I cannot understand how to enable a monitoring Home license (free license

  • restore - point program is missing.

    I have windows xp edition family version 2002 service pak 3 the point of restoration - part of the program is missing.   Can you send me the link to solve this problem.  Thank you e-mail address * address email is removed from the privacy *.