Accesskey used in uix templates not working when page is rendered

Hi,
I have a uix template that contains a few links. These links have accesskeys set in them.
However when rendering a uix page that extends the uix template the accesskeys dont work. Any ideas as to whether this is a vaild way of doing accesskeys?
Cheers,
S

Here it is.
<?xml version="1.0" encoding="windows-1252"?>
<!-- Template definition file. Add any needed namespaces,
and specify the required "targetNamespace" and "localName" attributes -->
<templateDefinition xmlns="http://xmlns.oracle.com/uix/ui"
xmlns:ui="http://xmlns.oracle.com/uix/ui"
xmlns:data="http://xmlns.oracle.com/uix/ui"
targetNamespace="http://www.company.com/pocpolicytabs"
localName="POCApplicationTabs"
expressionLanguage="el">
<!-- Optional section: import any needed templates
<templates>
<templateImport source=""/>
</templates>
-->
<!-- Type section: Define a "base" attribute if needed -->
<type base="ui:pageLayout">
<!-- Add any needed named children -->
<!-- Add any needed attributes -->
<attribute name="pocSelectedTab" javaType="int"/>
</type>
<!-- Content section: define the content of the template -->
<content>
<!-- Add UINode content here to make your template valid -->
<pageLayout quickLinksShown="false">
<!-- now, the content of the pageLayout -->
<contents>
<rootChild name="contents"/>
</contents>
<tabs>
<tabBar selectedIndex="${uix.rootAttr.pocSelectedTab}">
<contents>
<link text="Policy Details" name="policydetails" accessKey="P">
<primaryClientAction>
<fireAction formSubmitted="true"/>
</primaryClientAction>
Cheers,
S

Similar Messages

  • Links in template header to not work when page is in different folder

    Hello
    I have the following problem: In the header of the template, the links of the menu are written absolute not relative, i.e. http://www.nabilvoyage.com/html/tours.html (not ../html/tours.html). This header is embedded in a template. If I use this template for a html page which is not in the same main folder, the links do not work (see:http://www.nabilvoyage.com/swf/gallery1.html). Can someone please help? Thank you very much.
    Sarosa
    The template code is:
    <!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="keywords" CONTENT="Morocco, Transportation, Agency, Transport, Travel, Holiday, Tours, Trips, Morocco Festivals, Morocco Maps, Morocco History, Casablanca, Marrakech, Sahara">
    <META NAME="description" CONTENT="Specialized Moroccan Transport Agency offers a variety of trips all over Morocco, wepages offers, Prices, Information about Moroccan History, Morocco Map, Morocco Festival Calendar etc.">
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>Morocco Ouarzazate Travel Agency - desert trips, excursions</title>
    <!-- TemplateEndEditable -->
    <style type="text/css">
    <!--
    .bottom_padding {
    padding-bottom: 1px;
    .table1bodytoppadding {
    padding-top: 20px;
    body {
    background-color: #D4CBB9;
    table {
    background-position: center;
    .table1body {
    border: 1px solid #857362;
    .headerpicpadding {
    padding-top: 3px;
    .table2insidebody {
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    .celltextpadding {
    padding: 15px;
    .style2 {
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #45392e;
    .style3 {color: #45392e}
    a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    #mainnav a:link {
    text-decoration: none;
    color: #45392e;
    #mainnav a:visited {
    text-decoration: none;
    color: #45392e;
    #mainnav a:hover {
    text-decoration: none;
    color: #45392e;
    #mainnav a:active {
    text-decoration: none;
    color: #45392e;
    -->
    </style>
    <script src="../scripts/AC_RunActiveContent.js" type="text/javascript"></script>
    <script type="text/javascript">
    <!--
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_nbGroup(event, grpName) { //v6.0
      var i,img,nbArr,args=MM_nbGroup.arguments;
      if (event == "init" && args.length > 2) {
        if ((img = MM_findObj(args[2])) != null && !img.MM_init) {
          img.MM_init = true; img.MM_up = args[3]; img.MM_dn = img.src;
          if ((nbArr = document[grpName]) == null) nbArr = document[grpName] = new Array();
          nbArr[nbArr.length] = img;
          for (i=4; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
            if (!img.MM_up) img.MM_up = img.src;
            img.src = img.MM_dn = args[i+1];
            nbArr[nbArr.length] = img;
      } else if (event == "over") {
        document.MM_nbOver = nbArr = new Array();
        for (i=1; i < args.length-1; i+=3) if ((img = MM_findObj(args[i])) != null) {
          if (!img.MM_up) img.MM_up = img.src;
          img.src = (img.MM_dn && args[i+2]) ? args[i+2] : ((args[i+1])? args[i+1] : img.MM_up);
          nbArr[nbArr.length] = img;
      } else if (event == "out" ) {
        for (i=0; i < document.MM_nbOver.length; i++) {
          img = document.MM_nbOver[i]; img.src = (img.MM_dn) ? img.MM_dn : img.MM_up; }
      } else if (event == "down") {
        nbArr = document[grpName];
        if (nbArr)
          for (i=0; i < nbArr.length; i++) { img=nbArr[i]; img.src = img.MM_up; img.MM_dn = 0; }
        document[grpName] = nbArr = new Array();
        for (i=2; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
          if (!img.MM_up) img.MM_up = img.src;
          img.src = img.MM_dn = (args[i+1])? args[i+1] : img.MM_up;
          nbArr[nbArr.length] = img;
    //-->
    </script>
    <link rel=”shortcut icon” href=”http://www.nabilvoyage.com/favicon.ico” mce_href=”http://www.nabilvoyage.com/favicon.ico”/>
    <!-- TemplateBeginEditable name="head" --><!-- TemplateEndEditable -->
    </head>
    <body onload="MM_preloadImages('../pictures/about_down.jpg','../pictures/about_over.jpg','../pi ctures/tours_down.jpg','../pictures/tours_over.jpg','../pictures/photo_down.jpg','../pictu res/photo_over.jpg','../pictures/morocco_down.jpg','../pictures/morocco_over.jpg','../pict ures/links_down.jpg','../pictures/links_over.jpg','../pictures/contact_down.jpg','../pictu res/contact_over.jpg','../pictures/home_down.jpg','../pictures/home_over.jpg')">
    <table width="878" align="center" cellpadding="0" cellspacing="0" bordercolor="#D4CBB9" class="table1body">
      <tr bgcolor="#D4CBB9">
        <td width="872" height="90"><div align="center"><img src="../pictures/header.jpg" alt="nabil voyage header" width="870" height="90" class="headerpicpadding" /></div></td>
      </tr>
      <tr bgcolor="#D4CBB9">
        <td width="872" height="20"><div align="center">
          <table border="0" cellpadding="0" cellspacing="0">
            <tr>
              <td><table width="870" border="0" cellpadding="0" cellspacing="0">
                <tr>
                  <td><table border="0" align="center" cellpadding="0" cellspacing="0">
                    <tr>
                      <td><a href="http://www.nabilvoyage.com/html/home.html" target="_top" onclick="MM_nbGroup('down','group1','Home','../pictures/home_down.jpg',1)" onmouseover="MM_nbGroup('over','Home','../pictures/home_over.jpg','',1)" onmouseout="MM_nbGroup('out')"><img src="http://www.nabilvoyage.com/pictures/home.jpg" alt="Home button" name="Home" border="0" id="Home" onload="" /></a></td>
                        <td><a href="../../about.html" target="_top" onclick="MM_nbGroup('down','group1','About','../pictures/about_down.jpg',1)" onmouseover="MM_nbGroup('over','About','../pictures/about_over.jpg','',1)" onmouseout="MM_nbGroup('out')"><img src="http://www.nabilvoyage.com/pictures/about.jpg" alt="About button" name="About" border="0" id="About" onload="" /></a></td>
                        <td><a href="http://www.nabilvoyage.com/html/tours.html" target="_top" onclick="MM_nbGroup('down','group1','Tours','../pictures/tours_down.jpg',1)" onmouseover="MM_nbGroup('over','Tours','../pictures/tours_over.jpg','',1)" onmouseout="MM_nbGroup('out')"><img src="http://www.nabilvoyage.com/pictures/tours.jpg" alt="Tours button" name="Tours" border="0" id="Tours" onload="" /></a></td>
                        <td><a href="http://www.nabilvoyage.com/html/galleries.html" target="_top" onclick="MM_nbGroup('down','group1','Photogallery','../pictures/photo_down.jpg',1)" onmouseover="MM_nbGroup('over','Photogallery','../pictures/photo_over.jpg','',1)" onmouseout="MM_nbGroup('out')"><img src="http://www.nabilvoyage.com/pictures/photo.jpg" alt="Photo gallery button" name="Photogallery" border="0" id="Photogallery" onload="" /></a></td>
                        <td><a href="http://www.nabilvoyage.com/html/morocco.html" target="_top" onclick="MM_nbGroup('down','group1','Morocco','../pictures/morocco_down.jpg',1)" onmouseover="MM_nbGroup('over','Morocco','../pictures/morocco_over.jpg','',1)" onmouseout="MM_nbGroup('out')"><img src="http://www.nabilvoyage.com/pictures/morocco.jpg" alt="Morocco button" name="Morocco" border="0" id="Morocco" onload="" /></a></td>
                        <td><a href="http://www.nabilvoyage.com/html/links.html" target="_top" onclick="MM_nbGroup('down','group1','Links','../pictures/links_down.jpg',1)" onmouseover="MM_nbGroup('over','Links','../pictures/links_over.jpg','',1)" onmouseout="MM_nbGroup('out')"><img src="http://www.nabilvoyage.com/pictures/links.jpg" alt="Links button" name="Links" border="0" id="Links" onload="" /></a></td>
                        <td><a href="../html/contact.html" target="_top" onclick="MM_nbGroup('down','group1','Contact','../pictures/contact_down.jpg',1)" onmouseover="MM_nbGroup('over','Contact','../pictures/contact_over.jpg','',1)" onmouseout="MM_nbGroup('out')"><img src="http://www.nabilvoyage.com/pictures/contact.jpg" alt="Contact button" name="Contact" border="0" id="Contact" onload="" /></a></td>
                      </tr>
                    </table>              </td>
                  </tr>
                </table></td>
              </tr>
          </table>
        </div>      <div align="center"></div>     </td>
      </tr>
      <tr bgcolor="#D4CBB9" class="bottom_padding">
        <td height="280" align="center" bgcolor="#D4CBB9"><!-- TemplateBeginEditable name="body1" -->
        <!-- TemplateEndEditable --></td>
      </tr>
      <tr class="bottom_padding">
        <td height="23"><table width="874" border="0" align="center" class="bottom_padding">
            <tr>
              <td height="20" bgcolor="#c0b2a1"><div align="center" class="bottom_padding"></div></td>
            </tr>
        </table></td>
      </tr>
    </table>
    <p align="center"> <span class="style2">© Nabil Voyage 2009 - <a href="http://www.photo-emotions-morocco.com" target="_blank">Realisation Photo Emotions S.A.R.L</a></span><br />
    </p>
    </body>
    </html>

    Only you will know for sure what you are dealing with, but I do not see the same complete url code in the header of the page you say has a problem.  I only see the page filename linked (not http:///www...,  just home.html).  It may be a case of those pages not using the same template.

  • Pages Built from Template not working when put

    Hi,
    I am building a site with CS3 and running it to test it on
    onother site in a sub-directory - but, although the pages all work
    as expected when viewed locally, some are totally blank when put on
    the server - when I view the source they only contain;
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0
    Transitional//EN">
    <HTML><HEAD>
    <META http-equiv=Content-Type content="text/html;
    charset=windows-1252"></HEAD>
    <BODY></BODY></HTML>
    so its not like the page is not there - its just that all the
    content has been skipped. I have tried re-putting, deleteing from
    the server and reputting - all with no success. Several pages,
    built from the same template work great, but just a few are like
    this...
    I have searched the net and forum, but can't find a similar
    problem - any help would be very gratefully received

    OK - I think that I have a system or corruption
    problem - I just tried another full upload and now nothing is
    working... I'm switching to my laptop to see if the old Dell is the
    problem.

  • IF CONDITION DOES NOT WORK WHEN PAGE BREAK IS THERE

    Hi,
    In my page I have some text and then I have put if condition and then Page Break (Next) and then some text and closed the if condition. When I run this if condition is simply ignore and it displays the data within if condition I do not know how to avoid.
    <?if: country = 'US'?>
    <?call-template:templateUS?>
    <?end if?>
    <?if: country = 'UK'?>
    <?call-template:templateUk?>
    <?end if?>
    <?template:templateUS?>
    Testing Data if mkt = 'US' (Section Break (Next Page))
    This should only come for US
    <?end if?
    <?template:templateUK?>
    UK Should only come
    <?end if?
    When I run the above template if the country is UK then also This should only come for US gets printerd how can I avoid this.
    Thanks

    Hello,
    Did you get this to work? Pls let me know. I am facing the same issue.
    Thanks,
    Krishna.

  • Javascript not working when pdf is rendered in the browser IE9

    I have a javascript on the initialize event of a field and it works fine when doing a Preview PDF but not when i render the PDF in the browser
    if(F.Page_1.field1.rawValue == null)
               F.Page_1.field1.presence = "invisible";
               F.Page_1.field2.presence = "visible";
    Can some one pelase help?
    Thanks,
    F.Page_1.field1::initialize - (JavaScript, client)

    Hi,
    The initialize event is supported in browsers, but the issue may be if the form is saved as a Dynamic XML Form in the save-as dialog in LC Designer. Or if you using LC Enterprise Suite to render the forms at runtime, if you have set the render in LC Designer: File > Form Properties > Defaults to Dynamic XML Form:
    Changing an object's presence requires a dynamic form.
    Niall

  • CLEAR BUTTON IS NOT WORKING WHEN PAGE HAS MUTIPLE SEARCH PANELS

    I created 2 regions on a page with the style Query both with a table.
    If I add information into the first tables' Edit Box and click clear, nothing happens, the information is not cleared. If I click Go, it will perform the query.
    If I add information into the second tables' Edit Box and click clear, the information will be cleared.
    Why doesn't the first clear button clear the information in the Edit Box?
    Is this a known issue?

    When using multiple query regions on same page, you will have to assign unique ids to the standard beans inside the region. Check the dev guide, "Search" section for a list of beans which require such setting.
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • HT204053 When I try to login to my apple ID on my iphone 4 to use facetime, it will not work and tells me to check my connection?  I have even tried creating a new apple ID but the same message appears

    When I try to log onto my Apple ID to use facetime, it will not work and tells me to check my connection.  I have even tried creating a new apple ID but the same message appears.  I do not understand why this is happening, could anyone help me resolve this issue it is very frusterating that I can not enable facetime or imessage.

    I could do that, however when I select the icloud button (or whatever the heck it is) I am asked to enter the apple id and password. So if you are suppose to create another one for icloud you'd think it would give you the option at this point which would be logical.

  • Why Dynamic Parameter is not working, when i create report using stored procedure ?

    Post Author: Shashi Kant
    CA Forum: General
    Hi all
    Why Dynamic Parameter is not working, when i create report XI using stored procedure ?
    Only i shaw those parameters which i used in my stored procedure, the parameter which i create dynamic using stored procedure
    is not shown to me when i referesh the report for viewing the results.
    I have used the same procedure which i mention below but can not seen the last screen which is shown in this .
    ============================================================================================
    1. Select View > Field Explorer2. Right-click on Parameter Fields and select New from the right-click menu.3. Enter u201CCustomer Nameu201D as the name for your parameter4. Under u201CList of Valuesu201D select u201CDynamicu201D5. Under the Value column, click where is says u201Cclick here to add itemu201D and select Customer Name from the drop-down list. The dialog shown now look like the one shown below in Figure 1. Click OK to return to your report design.
    Dynamic Parameter Setup6. Next, select Report > Select Expert, select the Customer Name field and click OK.7. Using the drop-down list beside select u201CIs Equal Tou201D and using the drop-down list, select your parameter field (it should be the first field). 8. Click OK to return to your report design and see the parameter dialog.The parameter dialog will appear and show you a dynamic list of values that is updated each time your run your report. It couldnu2019t be easier! In our next tutorial, we will be looking at how to use this feature to create cascading parameter fields, where the values are filtered by the preceding selection.
    Dynamic Parameters in Action
    My question is that whether dynamic parameter is working with storedprocedure or not.
    When i added one table and try to fetch records using dyanmic prameters. after that i am not be able to find the dynamic parameter option when i referesh my report.
    One more thing when i try the static parameter for my report, the option i see when i referesh the screen.
    Please reply soon , it's urgent
    Regards
    shashi kant

    Hi Kishore,
    I have tested the issue step by step by following you description, while the first issue works well in my local environment. Based on my research, this can be caused by the lookup expression or it indeed return Male value based on the logic. If you use the
    expression below, it will indeed only return the Male record. So please try to double-check the record in the two datasets and the expression in your environment:
    =lookup(first(Fields!ProgramID.Value,"DataSet1"),Fields!ProgramID.Value,Fields!Gender.Value,"DataSet2")
    As to the second issue, please try to use the following expression:
    =Count(Lookup(fields!ProgramID.value,fields!ProgramID.value,fields!Gender.value,"DataSet2"))
    Besides, if this issue still exist, in order to trouble shoot this issue more efficiently, could you please post both the .rdl  file with all the size properties to us by the following E-mail address?  It is benefit for us to do further analysis.
    E-mail: [email protected]
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • The button on my Ipod Touch (the big one just below the screen) will not work when I press it. Nothing happens, when before it would wake my IPod out of sleep mode, and exit out of programs I was using. Now, no reactions. What should I do?

    The button on my Ipod Touch (the big one just below the screen) will not work when I press it. Nothing happens, when before it would wake my IPod out of sleep mode, and exit out of programs I was using (ex. ITunes or Safari to main screen) . Now, no reactions. When I press the button, it appears to be more indented then it was before. What should I do? Do I need to get it fixed or replaced, or is this a problem I can fix on my own? Whatever it is, I really need some advice. Thanks in advance.

    Try:
    fix for Home button
    iPhone Home Button Not Working or Unresponsive? Try This Fix
    - If you have iOS 5 and later you can turn on Assistive Touch it add the Home and other buttons to the iPods screen. Settings>General>Accessibility>Assistive Touch
    - If not under warranty Apple will exchange your iPod for a refurbished one for:
    Apple - Support - iPod - Repair pricing
    You can do it an an Apple store by:
    Apple Retail Store - Genius Bar
    or sent it in to Apple. See:
    Apple - Support - iPod - Service FAQ
    - There are third-party places like the following that will repair the Home button. Google for more.
    iPhone Repair, Service & Parts: iPod Touch, iPad, MacBook Pro Screens

  • Reply to all using ItemReply does not work when specifying messageid

    Hello everyone,
    I am trying to use the ItemReply token to perform a "Reply to All"
    action on a mail item with a known message identifier and include the
    original message text in the response. According to the documentation,
    the call should be:
    ItemReply(7;1;"message-id")
    Still, when I execute this token, apparently only a normal reply action
    is performed because only the original sender is listed as recipient.
    (The message text is properly included)
    However, when I manually select the message in the GroupWise client
    first and then execute the same call without specifying the message id,
    all recipients of the original mail are listed in "To:" as expected:
    ItemReply(7;1)
    Could it be that the "ReplyTo" parameter is ignored or does not work
    when a message id is specified as parameter? (Setting "IncludeText" to 0
    does not change anything)
    Thanks in advance and best regards,
    Peter Hofer

    Worth bumping this message. I find the exact same behaviour as mentioned 5 years ago. Using both GW8 and GW2012.
    According documentation, when MessageId is not specified it defaults to the command ItemReplyOpenItem(). I assume that the reason "Reply To all" works without a MessageID is because of that. Someone needs to give a look to ItemReply().

  • Form in Dynamic page not working when checkbox is used.

    I have created a form using dynamic page. The form most have display fields and a checkbox field. When I check a box, it assigns 'Y' value and when unclick, it assign 'N' to the database field.
    When I submit the form, the procedure which is supposed to save the form data never gets executed. Well, at least it says, page not found HTTP 404 error.
    Interestingly if I make this field a text box and manually enter 'Y' or 'N', and then submit the form, the procedure is executed. Data gets saved.
    Is the checkbox not supposed to be used for a database field because checkbox value can be assigned only using javascript and the procedure never get that value ?
    Can you please tell me how to use a checkbox for a database field using dynamic page ?
    thanks,
    Mainak

    Sharmila,
    When I said, the form does not get submitted, I meant that the procedure does not work. The form gets submitted but the procedure does not work. It gives HTTP 404 error. That is what perplexes me. I am unable to understand why the procedure does not work when I click a checkbox.
    May be you can make this work. I am hopeless about this.
    Here is the code for the procedure sumbit_form:
    NOTE: I ADDED TWO FIELDS CALLED PROMOT VARCHAR2(1), PROMOTID NUMBER(4) TO THE EMP TABLE AND CREATED A NEW TABLE CALLED PROMOTEMP. THIS IS A TEST CASE.
    create or replace procedure sumbit_form
    (p_empno IN portal30.wwv_utl_api_types.vc_arr, p_promot IN portal30.wwv_utl_api_types.vc_arr, p_action IN VARCHAR2)
    is
    begin
    if p_action = 'save' then
    for i in 1..p_empno.count LOOP
    update scott.promotemp
    set promot = p_promot(i)
    where empno = p_empno(i);
    END LOOP;
    end if;
    commit;
    htp.p('<b>Saved Successfully</b>');
    htp.p('<table border=1 bordercolor="red">');
    for c1 in (select * from promotemp where promot='Y')
    LOOP
    htp.p('<tr><td>');
    htp.p(c1.ename);
    htp.p('</td><td>');
    htp.p(c1.job);
    htp.p('</td><td>');
    htp.p(c1.mgr);
    htp.p('</td><td>');
    htp.p(c1.sal);
    htp.p('</td><td>');
    htp.p(c1.deptno);
    htp.p('</td></tr>');
    end loop;
    htp.p('</table>');
    EXCEPTION
    when others then
    raise;
    end;
    Here is the code for the dynamic page.
    <HTML>
    <HEAD>
    <TITLE>Promot Emp</TITLE>
    <script language="JavaScript1.1">
    function include(form) {
    var thisform = form;
    for (var i=0; i<thisform.length; i++) {
         if (thisform.elements.type == 'checkbox') {
              if (thisform.elements[i].checked) {
                   thisform.elements[i].value = 'Y'; }
              else { thisform.elements[i].value = 'N'; }
    form.submit();
    function show(form) {
    var thisform = form;
    for (var i=0; i<thisform.length; i++) {
         if (thisform.elements[i].type == 'checkbox') {
              if (thisform.elements[i].value = 'Y') {
                   thisform.elements[i].checked = true; }
              else { thisform.elements[i].checked = false; }
    </script>
    </HEAD>
    <BODY>
    <FORM action="scott.sumbit_form" method="post">
    <table border=1 bordercolor="red">
    <tr>
    <td> </td>
    <td>Name</td>
    <td>Job</td>
    <td>Manager</td>
    <td>Hire Date</td>
    <td>Commission</td>
    <td>Department#</td>
    <td>Include</td>
    </tr>
    <ORACLE>declare
    i number;
    begin
    i := 0;
    for c1 in (select * from scott.promotemp where promotid = :promotid)
    loop
    htp.p('<tr><td>');
    htp.p('<input type="hidden" name="p_empno" value='||c1.empno||'>');
    htp.p('</td><td>');
    htp.p(c1.ename);
    htp.p('</td><td>');
    htp.p(c1.job);
    htp.p('</td><td>');
    htp.p(c1.mgr);
    htp.p('</td><td>');
    htp.p(c1.hiredate);
    htp.p('</td><td>');
    htp.p(c1.comm);
    htp.p('</td><td>');
    htp.p(c1.deptno);
    htp.p('</td><td>');
    if (c1.promot = 'Y') then
    htp.p('<SELECT NAME="p_promot" SIZE="1">
    <OPTION SELECTED VALUE="'||c1.promot||'">Yes
    <OPTION VALUE="N">No
    </SELECT>');
    else
    htp.p('<SELECT NAME="p_promot" SIZE="1">
    <OPTION SELECTED VALUE="'||c1.promot||'">No
    <OPTION VALUE="Y">Yes
    </SELECT>');
    end if;
    htp.p('</td></tr>');
    end loop;
    htp.p('</table>');
    htp.p('<input type="submit" value="save" name="p_action">');
    end;
    </ORACLE>
    </form>
    </BODY>
    </HTML>
    thanks,
    Mainak

  • I baught Seagate Backup plus 2T hard drive to use as my Backup time machine. But its not working when i connect to time machine its not coping files, it keep saying preparing files. Can someone help me please...

    i baught Seagate Backup plus 2T hard drive to use as my Backup time machine. But its not working. when i connect to time machine its not coping files, it keep saying preparing files. Can someone help me please...

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It’s unlikely to solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of the test is to determine whether the problem is caused by third-party software that loads automatically at startup or login, by a peripheral device, by a font conflict, or by corruption of the file system or of certain system caches.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards, if applicable. Start up in safe mode and log in to the account with the problem. You must hold down the shift key twice: once when you turn on the computer, and again when you log in.
    Note: If FileVault is enabled, or if a firmware password is set, or if the startup volume is a Fusion Drive or a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to start up and run than normal, with limited graphics performance, and some things won’t work at all, including sound output and Wi-Fi on certain models. The next normal startup may also be somewhat slow.
    The login screen appears even if you usually login automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. Same problem?
    After testing, restart as usual (not in safe mode) and verify that you still have the problem. Post the results of the test.

  • I have purchased new iphone 3gs, its usb cable and charger not working.When I plugged in usb cable to my laptop it says"usb power hub exceeded". When I use another cable I have, it works fine.But the original one not working.Any help?

    I have purchased new iphone 3gs, its usb cable and charger not working.When I plugged in usb cable to my laptop it says"usb power hub exceeded". When I use another cable I have, it works fine.But the original one not working.Any help?

    Are you connecting your iPhone directly to your PC or to a USB hub?

  • How do I set up a mail group on mac mail?  All the advise on line seems to refer to 'address book' and I only have 'contacts'.  The guidance does not work when using 'contacts' - can anyone help me?

    How do I set up a mail group on mac mail?  All the advise on line seems to refer to 'address book' and I only have 'contacts'.  The guidance does not work when using 'contacts' - can anyone help me?

    Create a group and send mail
    http://www.dummies.com/how-to/content/how-to-create-a-basic-contact-group-in-mac -os-x-li.html
    http://www.macworld.com/article/1165582/how_to_email_groups_with_mail.html
    Best.

  • Photoshop CC. Colour selection not working when using alt and brush.

    Hi, Photoshop CC. Windows 8.1 64 bit. Colour selection not working when using alt and brush. I have tried rebooting and other things like closing swatch panel etc.
    The alt key is otherwise OK.  It's not the recent upgrade from Win 8 to 8.1 (5 days ago) because the colour selection facility was working yesterday. Any ideas.

    I'd say things sound desperate enough to try resetting Preferences
    Reset Preferences
    Windows — Hold down Shift Ctrl Alt immediately after starting Photoshop
    Mac — Hold down Shift Cmd Opt immediately after starting Photoshop
    If that fails, we need to know your operating system?
    Do you have a full CC subscription, or by apps do you mean Photoshop, Bridge and Lightroom?
    Another other information that might pertain ?

Maybe you are looking for

  • How can I re-query an LOV?

    JDeveloper 11.1.1.6.0 I have a requirement to allow users to have a favorites page where they can add a favorite charge code, or other type of favorite. These favorites are then shown at the top of the LOV. For example if you save a charge code in yo

  • Creating a Business Partner in CRM 5.0

    When I'm tryin to create business partner of type person in CRM 5.0, i'm getting following error "Run report CRM_MKTBP_ZCACL_UPDATE_30 first" what is this report for? What are steps and/or configurations needs to be there before creatign business par

  • Unable to  re print  purchase order.

    Dear expertes The po  was printed 2 days back , again after changing payment  terms then  after release  process  iam  able to view the print view but could not print the po  using  ME9F. Iam gettingu201D  message already processed on  11.07.2011 wha

  • CorrelationSet in bpel

    hi, i have set correlation set in bpel but when iam excuting the process, the properties value of correlationSet in correlationSets is becomming " " and the final result of the process after excution is failing . what is the error here.. why this is

  • Question for an Admin

    Hi, I've been given one year complimentary access to CC. But I can only access a 30 day Test version of the individual programs. Can you help out? PS: This was part of a prize package won at the "Shot on RED" Festival.