Model update validation in between wizard-style pages before commit

Dear All,
We have a number of wizard-style pages (generated by JHeadstart). We navigate between pages using a <af:singlestepbuttonbar> control. We'd like to be able to validate model updates when navigating (next) from one
page to the next, rather than having to wait till the Commit action on the last page.
The model validations should only be performed for model updates that are relevant for the current page being navigated from.
Any suggestions on how we can achieve this would highly be appreciated.
Kind regards,
Ibrahim

hi Ibrahim (user617110)
Since you say you are using JHeadstart, maybe you can get a better answer in this forum
JHeadstart
(tip : You can use "Your Control Panel" to make your name visible in forum posts.)
success
Jan Vervecken

Similar Messages

  • Bulk Update Validation

    Is it possible to keep the latest changes to fields user makes on bulk updatable forms when submit fails because of one field validation. For example, if I'm checking one of the field 'x' to be correct email address, also user might have changed some other fields, so if the validation fails on field x while submitting, then it will erase the latest changes in other fields also. Is there way we can avoid this?.
    Thanks,
    Surya

    Thanks for quick reply Scott. Right, it's multi-row updateable reports and trying to preserve the values. I'm not uisng the wizard to generate the updateable report, because the of conditional columns. There was known issue with bulk updates, if the updateable columns are conditional. Here is the description of the page.
    1. Region
    1. Page with a region sql query(updatetable report) contains about 40 columns and columns are conditionally dispalyed. These condinal columns condtions are set in "report atrributes". I've created this region with my own select statement. The region display and conditions works fine.
    2. Process
    I've written a corresponding process to update the table, this works fine.
    3. Validation
    Type : function returning boolean
    when submit button is pressed
    validation :
    DECLARE
    v_error_flag BOOLEAN := TRUE;
    BEGIN
    FOR i IN 1 .. wwv_flow.g_f01.COUNT LOOP
    IF i BETWEEN wwv_flow.g_flow_current_min_row AND
    wwv_flow.g_flow_current_min_row + wwv_flow.g_flow_current_max_rows THEN
    IF (wwv_flow.g_f02(i) IS NULL) THEN
    v_error_flag := FALSE;
    END IF;
    END IF;
    END LOOP;
    RETURN v_error_flag;
    END;
    basically the above condition checking for wwv_flow.g_f02(i) is null or not and returning true or false. The error message will be displayed inline with field and notification. The validation works fine, but does not retain values of the validation field and other fields also, this is the main problem.
    4. branch
    onsubmit: After processing(after computation,validation and branching)
    branch to page or url and using the page number.
    Please let me know if you need any further information. I've an example page in my application, incase if you want to take a closer look at it. Any quick help is really appreciated.
    thanks,
    Surya

  • The page contains markup that is not valid when attached to master page

    Hi,
    I have create an web application in VS 2005 and convert into VS2008. now i am facing a problem that a single page is not open in design mode which is inherit from master page.
    and a message comes.
    Error: The page contains markup that is not valid when attached to master page
    please give me the suggestion that how can i open this page in design mode.
    Thanks
    Gaurav Anand

    Neither worked for me.  Here is my code.
    <
    asp:Content ID="Content1" ContentPlaceHolderID="fkhead" Runat="Server">
    <script runat="server">
    Public Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
    If Not Page.IsPostBack Then
    Dim a As String = "This is other data"
    pqriminadpaylbl.Text = a
    pqrimincustlbl.Text = a
    pqriminadpaylbl.Text = a
    pqriminpcdevlbl.Text = a
    pqriminpctoollbl.Text = a
    pqriminsaleslbl.Text = a
    pqriminspadeslbl.Text = a
    pqriminspamatlbl.Text = a
    pqrimintdamortlbl.Text = a
    pqrimintdcclbl.Text = a
    pqrimintddtlbl.Text = a
    pqrimintdfclbl.Text = a
    pqrimintucdeslbl.Text = a
    pqrimintucdollarlbl.Text = a
    pqrimintucmatlbl.Text = a
    pqriminvolaslbl1.Text = a
    pqriminvolaslbl2.Text = a
    pqriminvolasyear1lbl1.Text = a
    pqriminvolasyear1lbl2.Text = a
    pqriminvolasyear1lbl3.Text = a
    pqriminvolasyear1lbl4.Text = a
    pqriminvolasyear1lbl5.Text = a
    pqrimindislbl.Visible =
    False
    pqriminprevbtn.Visible =
    False
    pqriminnextbtn.Visible =
    False
    End If
    End Sub
    </script>
    <style type="text/css">
    .trest
    .newStyle1
    text-align: right;
    .table
    width: 100%;
    .newStyle2
    font-size: 20pt;
    font-weight: bold;
    text-decoration: underline;
    text-align: center;
    .tdparts2
    font-size: 16pt;
    font-weight: bold;
    .tb25
    width: 25%;
    font-size: 9pt;
    .tb20
    width: 20%;
    font-size: 9pt;
    .tb40
    width: 40%;
    font-size: 9pt;
    .tb30
    width: 30%;
    font-size: 9pt;
    </style>
    </
    asp:Content>
    It works fin, but the designer keeps craping out.  This was not happening until recently.  Not sure what is up with it.

  • The contents of some yahoo mail e-mails does not display (except using No Style page View, or when doing a Reply), but IE works fine.

    For some (but only some) incoming Yahoo e-mails, Firefox does not show the text of the e-mail. I can see the text with the No Style page view. It also appears when I do a Reply. And, FYI, IE (both 8.0.7600.16385 and 8.0.6001.18702) have no problem with the same e-mails.
    == URL of affected sites ==
    http://mail.yahoo.com

    Executing a refreshing read all query, based on the required locations, on UnitOfWork A, after UnitOfWorkB has committed will update the vendors within the UnitOfWorkA, including those that may have been added to a location. This is most likely the easiest to implement. For efficiency you may wish to use your Read Only Session to execute the refreshing queries for the Vendors. By performing the query based on the possible Locations you will retrieve all of the available vendors, including those newly added.
    uow.refreshAllObject(collectionOfLocations);
    ..or
    ReadAllQuery query = new ReadAllQuery(Vendors.class);
    query.refreshIdentityMapResults();
    query.setSelectionCriteria(query.getExpressionBuilder().get("location").equal(location));
    uow.executeQuery(query);
    --Gordon

  • Master Style page changing/deleting images

    Hi all -
    This has been a reoccurring problem for quite some time. I have several master style pages in my project; each one is laid out the same with my company's logo and a module name in a header, then a copyright in the footer. While working, I'll get a prompt that says the master style has changed and needs to be reapplied to all the connected pages. This would be self-explanatory if I were editing the headers/footers while working -- But I'm not. Only the page content.
    It's always my company's logo that disappears from the header when this happens. This is the prompt I get:
    This happens no matter what master style the page I'm working on might have.
    (It just happened now and I didn't change anything in the headers or footers.)
    Please help.
    Thanks!
    Erin

    Indeed, there is a table in the Master page header, and the graphic goes in that table.
    However, the edit to the TD tag was in a topic to which the Master was applied, not to the Master itself. IIRC, when editing a topic, you cannot edit the master page that is associated with it.
    <i>Are you by chance also using the Resource Manager to manipulate or coordinate the company logo? One thought was that if you are, perhaps something about the checking/updating process with the Resource Manager is causing an issue.</i>
    I'm not using the Resource Manager. The image is fully cropped and edited in PNG format before I place it, using the little picture icon. It then shows up in the Project Manager.
    <i>But if you see a hummingbird signature on the radar along with a cold front producing a storm, you will always pay more attention to the storm than the hummingbird, no?</i>
    I'd be so fascinated with the hummingbird I'd stay out in the rain to watch it. But that's just me.
    Glossary text can be formatted in the Style Pod. Is that not the requirement?
    I cannot bold or italicize glossary entries at a character level.
    Just for fun, here's the Master Page code (company name replaced with [company]:
    <?xml version="1.0" encoding="utf-8" ?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta name="topic-comment" content="" />
    <meta name="generator" content="Adobe RoboHelp 10" />
    <title>default_master</title>
    <link rel="StyleSheet" href="Admin\default.css" type="text/css" />
    </head>
    <body>
    <?rh-script_start ?><script src="ehlpdhtm.js" type="text/javascript" language="JavaScript1.2"></script><?rh-script_end ?>
    <?rh-region_start type="header" style="width: 100%; position: relative;" ?>
        <table style="border-collapse: collapse;" cellspacing="0" width="100%"
                 bgcolor="#B21E16">
            <col style="width: 64.352%;" />
            <col style="width: 35.648%;" />
            <tr>
                <td style="vertical-align: center; padding-left: 1px; padding-top: 1px;
                     padding-right: 1px;"><p class="Title"><?rh-udv_start name="doc_title" ?>DeepSee Administration Guide<?rh-udv_end ?>
                 </p></td>
                <td style="vertical-align: bottom; padding-left: 1px; padding-top: 3px;
                     padding-right: 1px;"><p style="text-align: right;"><img
                 src="Admin/white_trans_.5in.png" alt="[company]_logo" style="border: none;
                 margin-left: 2px; margin-right: 2px; margin-top: 4px;" border="0" /></p></td>
            </tr>
        </table>
        <br />
        <?rh-placeholder type="breadcrumbs" ph-align="2" usetopicformat="1"
         home="Home" sep-char="&#160;&gt;&#160;" ph-style="font-family:Verdana;font-size:12pt;font-weight: normal;font-style: normal;text-decoration: none;" ?>
    <?rh-region_end type="header" ?>
    <?rh-region_start type="body" ?>
        <p>&#160;</p>
    <?rh-region_end type="body" ?>
    <?rh-region_start type="footer" style="width: 100%; position: relative;" ?>
        <p style="font-size: 8pt; font-style: italic; color: #b32017; text-align: center;">©
         <a href="javascript:BSSCPopup('Admin/Admin/Admin/Admin/Admin/copyright.htm');"
             id="a1">2012 [company]</a></p>
    <?rh-region_end type="footer" ?>
    <?rh-script_start ?><script type="text/javascript" language="JavaScript1.2">//<![CDATA[
        if( typeof( FilePopupInit ) != 'function' ) FilePopupInit = new Function();
        FilePopupInit('a1');
    //]]></script><?rh-script_end ?>
    </body>
    </html>
    And here's the topic. The table that I edit to produce the error is styled as "data," but the table in the Master page is not styled at all.
    <?xml version="1.0" encoding="utf-8" ?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta http-equiv="Content-Language" content="en-US" />
    <meta name="topic-status" content="In Progress" />
    <meta name="template" content="default_master.htt" />
    <meta name="build tags" content="Admin" />
    <meta name="generator" content="Adobe RoboHelp 10" />
    <title>Capture</title>
    <link rel="stylesheet" href="default.css" type="text/css" />
    </head>
    <body>
    <?rh-script_start ?><script src="../ehlpdhtm.js" type="text/javascript"
                                 language="JavaScript1.2"></script><?rh-script_end ?>
    <?rh-placeholder type="header" ?>
    <h1>Capture</h1>
    <p>The interfaces are displayed below the iGraph. There is a separate box
    for each interface on the [product].</p>
    <p>&#160;</p>
    <p><img src="../gfx/138-interfaces.png" alt="" style="border: none;" border="0" /></p>
    <p>&#160;</p>
    <table class="data" cellspacing="0" width="100%">
        <col style="width: 6%;" />
        <col style="width: 94%;" />
        <tr>
            <td class="t1st" style="border-right: Solid 1px #000000; border-bottom: Solid 1px #000000;
                 vertical-align: Bottom;"><p class="table_text" style="text-align: center;">1</p></td>
            <td style="border-bottom: Solid 1px #000000; vertical-align: Bottom;"><p
                 class="table_text"><span>Interface speed</span></p></td>
        </tr>
        <tr>
            <td class="t1st" style="border-right: Solid 1px #000000; border-bottom: Solid 1px #000000;
                 vertical-align: Bottom; padding-right: 8pt;"><p class="table_text"
                                                                 style="text-align: center;">2</p></td>
            <td style="border-bottom: Solid 1px #000000; vertical-align: Bottom;"><p
                 class="table_text">Line color on iGraph</p></td>
        </tr>
        <tr>
            <td class="t1st" style="border-right: Solid 1px #000000; border-bottom: Solid 1px #000000;
                 vertical-align: Bottom;"><p class="table_text" style="text-align: center;">3</p></td>
            <td style="border-bottom: Solid 1px #000000; vertical-align: Bottom;"><p
                 class="table_text">Click to apply a capture filter; see <span
             style="background-color: #00ffff;">Capture Filters</span> for
             more information</p></td>
        </tr>
        <tr>
            <td class="t1st" style="border-right: Solid 1px #000000; border-bottom: Solid 1px #000000;
                 vertical-align: Bottom;"><p class="table_text" style="text-align: center;">4</p></td>
            <td style="border-bottom: Solid 1px #000000; vertical-align: Bottom;"><p
                 class="table_text">Toggle to enable/disable representation
             on iGraph</p></td>
        </tr>
        <tr>
            <td class="t1st" style="border-right: Solid 1px #000000; border-bottom: Solid 1px #000000;
                 vertical-align: Bottom;"><p class="table_text" style="text-align: center;">5</p></td>
            <td style="border-bottom: Solid 1px #000000; vertical-align: Bottom;"><p
                 class="table_text">Toggle to start/stop data capture</p></td>
        </tr>
        <tr>
            <td class="t1st" style="border-right: Solid 1px #000000; vertical-align: Bottom;"><p
                 class="table_text" style="text-align: center;">6</p></td>
            <td style="vertical-align: Bottom;"><p class="table_text">Interface
             name: <span style="font-weight: bold;">eth</span>—Ethernet;<span
             style="font-weight: bold;"> ift</span>—time-replay mapping;<span
             style="font-weight: bold;"> ifm</span>—merged mapping</p></td>
        </tr>
    </table>
    <p>&#160;</p>
    <p>Each interface box shows a table with the following columns:</p>
    <?rh-list_start class="rl-p-bullet" an="1" level="1" style="list-style: rh-list;
                     list-style: rh-list;" ?><p class="bullet"><span style="font-weight: bold;">Type</span>—Current,
    maximum, and total. </p><?rh-list_end ?>
    <?rh-list_start class="rl-p-bullet" an="1" level="1" style="list-style: rh-list;
                     list-style: rh-list;" ?><p class="bullet"><span style="font-weight: bold;">Captured</span>—Total
    amount of data captured by this interface. </p><?rh-list_end ?>
    <?rh-list_start class="rl-p-bullet" an="1" level="1" style="list-style: rh-list;
                     list-style: rh-list;" ?><p class="bullet"><span style="font-weight: bold;">Filtered</span>—Amount
    of filtered data captured by this interface.</p><?rh-list_end ?>
    <p>&#160;</p>
    <?rh-placeholder type="footer" ?>
    <?rh-script_start ?><script type="text/javascript" language="JavaScript1.2">//<![CDATA[
    //]]></script><?rh-script_end ?>
    </body>
    </html>

  • Problem with wizard Style layout.

    Hi Dear Jheadstart team,
    I am using jdeveloper 10.1.3.1 and jhs 10.1.3.0.95,
    I have developed a data entry page using wizard style in separate pages witch have 5 pages, I have followed all steps which is shown in demo screenshot #4, surprisingly enough, the generated page shows 10 steps instead of 5 in witch the name of pages are duplicated(p1,p1,p2,p2,p3,p3 , …). When I run the application, it’s done in 5 steps with step numbers 2, 4, 6,8,10.
    What I have done wrong? Is there any setting to avoid this situation?
    Thank you in advance.
    Alireza.

    Alireza,
    There is an issue with the 10.1.3.0 evaluation version which causes pages to appear twice in the process train bar. This happens when the page has an LOV, "depends on item", or file upload items.
    The work around is to remove the duplicate entires in the generated WizardProcessModel bean definition after generation, or to create a custom template for this bean def.
    This has been fixed in the 10.1.3.1 production version.
    Steven Davelaar,
    JHeadstart Team.

  • Wizard Style layout and flex items

    Dear JHeadstart team,
    We have several pages where the "Wizard Style Layout" is checked and where a flex item region is defined.
    However, the generator generates the flex item region correctly, but the page definition misses the flexitems methodAction and invokeAction.
    Standard pages work correctly with the flex item regions.
    Current fix:
    1. Switch off "Clear page definition before generation"
    2. Manually add entries in the page definition.
    Am I correct?
    Remco Moolenaar
    Connexys

    Hi Remco,
    We also use wizard-style layout with flex item regions successfully. In our JHeadstart application definition, we have defined one Item Region in the Regions region container for each page. Within each Item Region,
    we have included one item with display type = flexRegion.
    For each Item Region, one page is generated and all methodAction and invokeAction tags are included in the page definition file.
    Could you please provide more details on your application definition structure?
    Regards,
    Ibrahim

  • Generation of detail buttons with wizard style

    Hi,
    A master (table style layout)-detail normally creates parent-to-child buttons. Unfortunately, these buttons are also generated on our wizard page that is based on a master with two details.
    So we changed the pageComponent/formGroup.vm template and added :
    an extra if-statement : #if (!($group.wizardStyle)) within the <af:tableSelectOne to prevent the generation of the buttons but keep the selection.
    Suggestion for the next release ;-).
    Ciao
    Aino

    AIno,
    Makes sense, I guess we didn't really anticipate a table layout in a wizard style layout.
    Steven Davelaar,
    JHeadstart Team.

  • Premiere Elements 12.1 Update and Known Expert View Styles Issue

    The other day Adobe released the Premiere Elements 12.1 Update and encourgaged its use by all. However, little was cited for what the 12.1 Update was supposed to be fixing in Premiere Elements 12, other than "stability and performance" matters.
    This morning I was working with Styles in the Expert workspace of Premiere Elements 12.1 and did not run into any problem creating the titles with text and Styles.
    Before the 12.1 Update, editing Styles ran into problems in the Expert workspace that forced the user to toggle between Expert and Quick to get the text Style re-editing done.
    Please check this out and let us know if you found the same.
    If possible, in this thread perhaps each might contribute positive differences, if any, found in updating Premiere Elements 12 to 12.1.
    So far, looking good for text with Styles, opening and closing the Tilter in the Expert workspace as well as saving closing reopening the project to the Expert workspace and editing the text Styles.
    ATR

    Peru Bob
    Not so.
    You apparently have not opened the link to read it. If you had, you would have seen mention of Premiere Elements 12.1 as well.
    So, just in case the Adobe link was not opening for you to read it in part or entirely, here is a copy/paste of the relevant information
    Photoshop Elements 12.1 update
    The 12.1 update for Adobe Photoshop Elements includes the following enhancements and fixes:
    Revel workflow improvements:
    Improved Raw/PSD file upload experience. In version 12.0, Elements creates a JPEG proxy image in the user's catalog for any Raw/PSD files uploaded to Revel. In 12.1, this JPEG proxy file is hidden from the user. Elements creates this proxy file silently on the disk and deletes the file once it is uploaded to Revel. As earlier, the uploaded proxy file is mapped with the Raw/PSD file in Elements. This enhancement ensures that you don't come across duplicate media in the Elements catalog.
    Ability to hide a library in your Elements catalog. This functionality comes handy when you want to selectively hide/show media from a friend’s library or one of your own libraries.
    In earlier versions of Elements, any file deleted from Revel was automatically deleted from the Elements catalog. You now have additional options to manage such deleted files. You can now opt to delete the media from Revel, but keep it intact in the Elements catalog. You can also choose to delete the media from the Elements catalog as well as the hard disk.
    Fixes for some Revel integration issues in version 12.0. Improved performance and integration stability.
    Optimized Revel integration first-launch experience.
    Addressed the delay observed in version 12.0 while downloading files to the Elements catalog.
    Addressed an issue related to the pressure sensitivity sensor in N-Trig pens included with Sony laptop computers.
    Addressed an issue that caused slideshow previews to appear blank in Photoshop Elements 11 and 12.
    Numerous performance and stability improvements.
    Adobe Premiere Elements
         The 12.1 update for Adobe Premiere Elements includes the following enhancements and fixes:
    Revel workflow improvements mentioned in the Photoshop Elements section above
    Addressed an issue related to iPhone 5s slow-motion video upload to Revel
    Addressed an issue that caused some music score to end abruptly
    ATR

  • Schedule Model Updates - Deleting / Looking the schedules

    Hi
    I used in the BICA connector
    http://server:port/strategy/bi/admin_bic.htm
    very bottom selection is SCHEDULE MODEL UPDATES to schedule automatic updates.
    Reference : Bobs reply on  [thread|Re: Can periodic updates happen when using BICA tool]
    But  Where can I see the schedules I have set??
    And  How can I delete this schedules ??

    quixotic-
    With a typical installation of SSM, you won't find an advanced scheduling administrator. The SSM installation guide refers to an optional installation of SAP Scheduler on Netweaver, though doesn't specify how you do that.
    The SAP CPS SchedulerAdministrator software for Netweaver is what you are looking for.
    Download it from SAP Note 1417789
    Instructions on how to deploy it at SAP Note 1161405
    The SDN page with useful links to documents about the scheduler:
    Scheduling
    Regards,
    Bob

  • How do I change the spacing between lines in Pages 5.5.2?  Single spacing prints more like double spacing.

    How do I change the spacing between lines in Pages 5.5.2?  Single spacing prints more like double spacing.

    In the Format panel under the Text Style tab, there is a ▸ Spacing category. Click it to open, and you will have a selector that defaults to Lines, and to the right, the ability to set your spacing in decimal values. In addition to Lines, you also have At Least, Exactly, and Between capability. You can even set exact line height  in points. Check that your Before Paragraph, and After Paragraph settings are correct for your needs.

  • Diff between regular portal page and content area page?

    Hi.
    I have a content area page. Because I thought it would be nice to have "Edit Page" link on the page, I created a new portal page (yes, a portal page vs. a content area page).
    I created 2 regions.
    Region 1, portlet nav bar portlet from my content area.
    Region 2, root folder from my content area
    When I use the page, clicking on anything in the nav bar portlet takes me to a new page (my content area page), instead of updating the folder portlet on my new portal page.
    Is this by design?
    What the difference between a portal page and a content area folder?
    Thanks a bunch!
    Phillip

    Phillip,
    The two are indeed subtly different. The experts are on the content area forum but basically a content area page is designed to automatically provide easy navigation within a content area. This includes automatically "doing the right thing" for the navbar portlets.
    Note the links on the navbar portlet and their respective targets. They always target the content area page so that the navigation in a content area is seamless (i.e. the middle region updates w/ the current folder).
    Steve

  • Does anybody know why when I aTrying to edit my yahoo profile using Firefox certain elements do not show up such as update "Load Photo" on the avatar page.

    Trying to edit my yahoo profile using Firefox and certain elements do not show up such as update "Load Photo" on the avatar page.
    If I use Explorer it allows me to see all the links and can edit my profile but not in Firefox.
    I am not sure the URL will let you in as is a private link.

    '''Try the Firefox SafeMode''' to see how it works there. <br />
    ''A troubleshooting mode, which disables most Add-ons.'' <br />
    ''(If you're not using it, switch to the Default Theme.)''
    * You can open the Firefox 4.0+ SafeMode by holding the '''Shft''' key when you use the Firefox desktop or Start menu shortcut.
    * Or use the Help menu item, click on '''Restart with Add-ons Disabled...''' while Firefox is running. <br />
    ''Don't select anything right now, just use "Continue in SafeMode."''
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before using the Firefox shortcut (without the Shft key) to open it again.''
    '''''If it is good in the Firefox SafeMode''''', your problem is probably caused by an extension, and you need to figure out which one. <br />
    http://support.mozilla.com/en-US/kb/troubleshooting+extensions+and+themes
    ''When you figure out what is causing that, please let us know. It might help other user's who have that problem.''

  • I updated to a new version of pages and the old icon is still appearing on my dashboard...Where do I find the new pages icon??

    I updated to a new version of Pages but the old icon is still appearing on my dashboard.  I know it updated b/c it shows it did in the app store.  But I can't find the new icon. 

    swpovemba wrote:
    ...in my DOCK...and I found it.  Thank you. 
    You're Welcome. Glad you got it sorted.

  • Have updated from Snow Leopard to Lion with Safari Version 5.0.5. Now I can not update to Safari 5.1. There is no update in the Software Updater, and on the apple-download page, I only found a Safari 5.1 for Snow Leopard. When executing it, there is an e

    I have updated from Snow Leopard to Lion with Safari Version 5.0.5. Now I can not update to Safari 5.1. There is no update in the Software Updater, and on the apple-download page, I only found a Safari 5.1 for Snow Leopard. When executing it, there is an error message, that it is for 10.6 only.
    It seems that I should have first updated Safari, and then only to Lion, which I didn't. Any idea how I can fix this now without having to rollback to Snow Leopard, update Safari and then go back to Lion?

    Try this Safari5.1 from the installer package
    http://www.filefactory.com/file/cc9005d/n/Safari.pkg.zip
    The download worked better with Firefox not sure why. At the bottom of the page after the captcha>> slow down load is the Free link,  it took about 4 minutes to download on my test.

Maybe you are looking for

  • Panasonic and Final Cut pro on iMac

    Hello I have a Panasonic HDC-HS80 Video Camera. I work with Final Cut Pro 7.0.3 on an iMac with OS 10.6.7 Do I have to set a special recording Mode on my camera? How Do I get my videos from the camera to Final Cut Pro, so that I can cut and edit them

  • How to maintain two sets of separate auto numbered tables?

    Hi everyone, Here is what I'm trying to do with FrameMaker and find impossible to do: I have to maintain two sets of different tables each starts with number 1 inside the table. So I created two paragraph tags with 'Auto Number' checked and applied t

  • Adobe reset (vexing) question

    very frustrating two days. at least eight hours spent trying to reset my account after adobe shuts down service on my blackberry playbook on grounds that my id has been used on too many computers. killed adobe service on two of them, as advised, but

  • LOV in query mode (calendar)

    Hello, i know it's possible to enter in query mode and then select a value for quwey from a LOV. but in case of a Calendar (date_lov.get_date(...) ) i got that 'Undefined control key... press Ctrl+K for a list of all keys'. something like this why th

  • Spotify will not update. Stuck in re-install loop

    For months now I keep seeing the blue bar at the top of my desktop Spotify asking to re-install. Every time I install I am stuck on the same version: 1.0.9.133.gcedaee38. When clicking About I am prompted to install version 1.0.10.107. Each time I cl