Openscript: Recording adf.inputText values

Hi,
When recording ADF scripts with Openscript I have noticed that adf.inputText values are not recorded. It seems that everything else is recorded successfully, except for these values I enter with my keyboard (e.g. a login name). Do I have some sort of incorrect setting? My openscript version is 12.3.0.1 and I'm recording in IE 10.0.9200.
This question has been asked before, but on that topic nobody ever responded (see thread 2556359).
thanks,
Sjoerd

Spent some more time trying to fix the issue. Our best guess is that the combination of Openscript, IE9 and Windows 7 simply isn't a very good match, possibly due to very restrictive administrator rights for this IE version (wild guess though...)
With some help of my colleagues we have taken the following steps:
1. Added configuration to our deployed ear web.xml file, as described in the guide:
<context-param>
<param-name>oracle.adf.view.rich.automation.ENABLED</param-name>
<param-value>true</param-value>
</context-param>
2. Upgrade IE back to version 10
3. Reinstall the browserHelpers for Openscript
These steps now seems to get the recording working. We previously did add this configuration to our development web.xml file, but not in the xml that was deployed (hence the confusion on our end).

Similar Messages

  • OpenScript - do not record ADF adf.inputText actions

    Hello,
    I'm wondering why openscript engine do not records ADF adf.inputText actions  ? with a buttons, radio buttons etc. recording works correctly but not input fields?
    I constructed manualy adf.inputText  and it seems works , but why when I'm recording not works? Can anybody help me ?

    Hi,
    i'm having the same issue.
    I'm using Weblogic 10.3.4, Jdeveloper / ADF 11.1.1.4 and OpenScript 9.2.1.0.
    In previous versions of ADF and OpenScript i had to change some "Correlators" to make things work.
    When will OpenScript work 100% with ADF?
    Anybody else? Any tips?

  • Get inputText value from ADF table

    Hi
    I have a read-only table and a custom column of inputText for entering values by user. My question is that how can I get inputText values row by row in backing bean?
    I founded some solutions that got values from binding, but it isn't useful for me. I should get the user entered values.
    I am so confusing than can't find any solution for this common need.
    Thanks
    Ali

    hi user,
    My question is that how can I get inputText values row by row in backing bean?
    have a listener do as like of dvohra says.if it is not work for you means.
    have DCIteratorBindings class grab the corresponding iterator then iterate row by row to get the value. but it should a persistent attribute.
    thanks

  • Openscript - unable to get value in adfinputtext

    Hi,
    I am not able to get value from adfinputtext field using the following command
    String value = adf.inputText("/web:window[@index='1' or @title='http://wlintqatest2.wfs.com/TripPlanningFunctional/faces/com/wfs/tripPlanning/functional/ui/Welcome.jspx?_adf.ctrlstate=q8nte391j_4']/web:document[@index='0']/web:ADFInputText[@label='Local Currency' and @absoluteLocator='pt1:r1:t6[0]:it20']").getAttribute("value").trim();
      info("value is ..."+value);
    Kindly suggest a solution for this.
    Regards,
    Mohan.

    This below test case works absolutely fine:
    <%@ page language="java" contentType="text/html;charset=UTF-8"%>
    <%@ taglib prefix="f" uri="http://java.sun.com/jsf/core"%>
    <%@ taglib prefix="h" uri="http://java.sun.com/jsf/html"%>
    <f:loadBundle basename="resources.application" var="bundle"/>
    <f:view>
    <html>
       <head>
         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
         <script type="text/javascript">
           function editValue(){
             var spanObj = document.getElementById('testForm:dCode1');
             if(spanObj.innerHTML == ''){
               spanObj.innerHTML = 'Delivery Code';
             }else{
               spanObj.innerHTML = '';
             return false;
         </script>
       </head>
       <body>
         <h:form id="testForm">
           <h:outputText id="dCode1" styleClass="font_size" value="Delivery Code"/>     
           <h:commandButton value="Hide" onclick="return editValue();"/>     
           <h:commandButton value="Show" onclick="return editValue();"/>
         </h:form>     
       </body>
    </html>
    </f:view>Still if things doesn't work for you, I am afraid your issue has got nothing to do with JSF.
    ~SirG

  • Default inputText value

    Hi!
    I created a public method in a my application module which takes 3 parameters (String).
    I performed a drag&drop of this method from my Data Control to a JSF page to create an ADF parameter form.
    It's working very well but now I need to set default values for those fields.
    So in my variable iterator, I added the defaultValue property to the variable :
    <variable Type="java.lang.String" Name="my_war" IsQueriable="false" DefaultValue="${bindings.MyIterator.currentRow.MyAttribute}"/>
    But it just doesn't work, no error, nothing... I also tried with an "harcoded" value like "aaa" instead of the EL but the result is the same.
    Do you have any idea?
    Thanks in advance for your help!

    Thanks for your reply.
    I'd like to avoid the use of a managed bean because my form is big (not 3 parameters but 20).
    For the default value, do you have something like :
    <variableIterator id="variables">
    <variable Type="java.lang.String" Name="your_var"
    IsQueriable="false" defaultValue="....." />
    </variableIterator>
    Then in your jsp :
    <af:inputText value="#{bindings.your_var.inputValue}"
    ... />
    Thanks.

  • InfoObject ZPRODGRP does not fulfill ref. integrity in record 39435 in valu

    Hi Gurus,
    There is a query which is related to master data. While updating the infocube we are getting the error “InfoObject ZPRODGRP does not fulfill ref. integrity in record 39435 in value 58240”, we have maintained the ref. integrity value 58240 in BW but still getting the same error message.
    Please help me out in this issue.

    Hi Bhanu Gupta,
    I have checked it in the SID Table of Product Group /BIC/SZPRODGRP it exists in the SID table, but when i try to look into the CUBE with the particular product group it says that it does not exist with that value.
    I have seen many of your replies which are quite knowledgeble.
    Please advise me soon what is to be done.

  • CRM 2011: when auditing is turned off, why do existing Audit records lose "New Value"?

    Not sure if this is by design (if so, would love to know why!) or if this is a bug.  Let's say I have auditing turned on for Accounts.  I change the phone number in the Main Phone field from 555-1111 to 555-5555, and an audit record is
    created showing the Old Value (555-1111) and New Value (555-5555).  Great.  Now I turn off auditing. The system goes back to the audit record that had previously been created, and modifies it so that it shows the Old Value (555-1111),
    and inserts an icon into the New Value field indicating auditing was turned off.  The tool tip for that icon states "Auditing was stopped and restarted.  The new values for the fields that changed during this period cannot be identified or recorded."
    First of all (minor picky issue) auditing hasn't been turned back on yet, despite what the tool tip says (says the same thing whether or not auditing is turned back on).  But the real problem is
    why the existing audit record's New Value would be removed... why would that happen?!?  We're talking about a historical update.  It really did change, and the system knew what it changed from/to, so why would the system remove that new value
    from the audit record?  Logically I would expect that any changes made
    while auditing is off would not be logged, and that once auditing is turned back on, Old/New values would correspond to whatever was/is in the system at the time that any new audit record is created, so there may be a disconnect between an older audit
    record and a new one (old record's New Value not matching the new record's Old Value, because changes were made while auditing was off). And it's quite apparent when auditing is turned off, because an audit record is created stating "Auditing Disabled". 
    Any ideas if there's a logical reason why it would do this, or if this is really a bug that Microsoft needs to fix?  We have a client with a business need to periodically turn off auditing while integration updates run between CRM and another system
    (otherwise hundreds of thousands of unnecessary audit records would be created).  But if they're going to lose audit data every time they disable auditing, the auditing is worthless.

    We wouldn't ever temporarily turn auditing off on purpose... it's happening when we import managed solutions.  We have vendors with managed solutions that contain system entities such as Contacts.  When importing their solution, it momentarily
    turns auditing off on those entities.  The only evidence of this is audit records indicating "Entity Audit Stopped", and of course the loss of all the most  recent "new value" on all audit records.  The interesting (?) parts of this are:
    1. When importing the managed solution, the recommended option to keep all existing customizations is selected.  I would think this would include the audit settings on the entity, but apparently not (sort of... see #2).
    2. As soon as the managed solution is imported, in addition to creating an "Entity Audit Stopped" audit record on relevant entities and wiping out new values, it apparently turns auditing back on, yet there's no record of this (in customizations, the entity
    still (or once again) indicates auditing is enabled; but on records for that entity, there is no "Entity Audit Enabled" record.   
    So, now it's on to working with the vendors, to dig into their managed solutions and see if there's a way to prevent this!

  • Access InputText Value in Declarative Component

    Hi,
    I have created a declarative component that contains an inputText component:
    <af:inputText label="#{attrs.ucitLabelText}" id="dc_it1" contentStyle="text-transform:uppercase;" converter="StringAsUppercase"/>
    When I use the declarative component on a page, is there any way to easily access the value of its inputText through the page backing bean? The declarative component is bound to the page, but what method can I use to access the inputText value?
    Thanks,
    Brad

    Thanks.
    I also figured out that I can simply do the following:
    When creating the declarative component...
    - Add an attribute to the declarative component (let's call it "inputValue")
    - Assign the inputValue attribute to the inputText value.
    When using the declarative component on a page...
    - Create a String property in the page's backing bean
    - Assign that property to the declarative component's inputValue attribute
    Then I can access the backing bean property to get the inputText value.
    Brad

  • How can I get the previous record's field value in a VO

    Hi I would like to know how can I get the previous record's field value in a VO
    For example : I have a VO porequisitionlinesvoimpl, and it contains 5 records (porequisitionlinesvoimpl.getRowCount() = 5). How can I search all records in the VO and get the field (attribute3) for all records?
    Many thanks anyone can help
    Lawrence

    Hi ,
    U can loop through the VO to get the value of attribute3,
    need to extend the controller ,use below code
    OAViewObject vo = (OAViewObject)oawebbean.getApplicationModule (VO1);
    OARow row = null;
    int fetchedRowCount = vo.getFetchedRowCount();
    RowSetIterator Iter = vo.createRowSetIterator("Iter");
    if (fetchedRowCount > 0)
    Iter .setRangeStart(0);
    Iter .setRangeSize(fetchedRowCount);
    for (int i = 0; i < fetchedRowCount; i++)
    row = (OARow)Iter .getRowAtRangeIndex(i);
    String value = (String)row.getAttribute("Atrribute3");
    Thanks
    Pratap

  • Oracle ADF inputText refreshing problem in subform

    Hi guys.
    There are inputText, outputText and inputDate components in the form's of in a pop-up window(twitter bootstrap).
    This components is in a subform.
    The current values of the outputText and inputDate components (in managed bean) are reflected value in partial update. However the current values of the inputText components (in managed bean) aren't reflected value in partial update.
    Components appear to be empty.
    My code:
    <af:panelFormLayout partialTriggers="::i1:DetailButton1 ::i2:DetailButton2 ::i3:DetailButton3">
    <af:panelLabelAndMessage rendered="#{null != sessionScope.userID}" label="#{viewcontrollerBundle[&apos;lang.baslik&apos;]}">
    <af:inputText value="#{detailBean.title}" columns="65" contentStyle="font-size:10pt" simple="true"
    shortDesc="#{viewcontrollerBundle[&apos;lang.baslik&apos;]}" id="it2"/>
    </af:panelLabelAndMessage>
    <af:message for="it2"/>
    <af:inputDate value="#{detailBean.createDate}" readOnly="true" id="id1" contentStyle="font-size:10pt;"
    label="#{viewcontrollerBundle[&apos;lang.olusturulmaTarihi&apos;]}">
    <af:convertDateTime pattern="dd/MM/yyyy"/>
    </af:inputDate>
    <af:inputDate value="#{detailBean.editDate}" contentStyle="font-size:10pt" readOnly="true" id="id2"
    label="#{viewcontrollerBundle[&apos;lang.degistirilmeTarihi&apos;]}">
    <af:convertDateTime pattern="dd/MM/yyyy"/>
    </af:inputDate>
    <af:inputText label="#{viewcontrollerBundle[&apos;lang.goruntulenme&apos;]}" contentStyle="font-size:10pt"
    value="#{detailBean.totalView}" readOnly="true" id="it4" />
    <af:panelLabelAndMessage rendered="#{null == sessionScope.userID}" label="#{viewcontrollerBundle[&apos;lang.icerik&apos;]}">
    <af:outputText value="#{detailBean.content}" inlineStyle="font-size:10pt"/>
    </af:panelLabelAndMessage>
    <af:panelLabelAndMessage rendered="#{null != sessionScope.userID}" label="#{viewcontrollerBundle[&apos;lang.icerik&apos;]}">
    <af:inputText value="#{detailBean.content}" shortDesc="#{viewcontrollerBundle[&apos;lang.icerik&apos;]}"
    columns="67" rows="10" id="ot9" contentStyle="font-size:10pt" simple="true" />
    </af:panelLabelAndMessage>
    <af:message for="ot9"/>
    </af:panelFormLayout>
    My jDev version 11.1.2.3.0
    What is the reason for this problem?
    Edited by: hakdogan on Nov 22, 2012 2:59 PM

    I can see partialTriggers only on the parent component i.e panelFormLayout .. can you try puttin them on individual inputTexts which won't refresh and check ?

  • Use selectItem to update inputtext value

    I read through many posting in this forum regarding on how to use valuechangelistener in the selectonemenu tag to update an inputtext value through selectItem's value. Unfortunately, it didn't solve the problem I am facing.
    In a form on my JSP page, I have a list of InputText and some which has validator. I have a selectonemenu that renders out when the validator see that the value of the inputtext box is not specific enough. And this selectonemenu will show up all possible value that it could be. By selecting the selectItem it will replace the value of the InputText box.
    Possible solution was to push the valuechenageevent to happen in the UPDATE_MODEL_VALUES but the problem is when i submit the form, the lifecycle sees the validation error in the other InputText since i have not input anything in (if i did that) and will skip that phase, thus causing the value of the selectItem not able to replace the value of the inputtext box.
    Another way i did was to add the immediate attribute in the selectonemenu, this does update the inputText however the value of the other inputtext i have previously input will disappear which I think it happend becuase using immediate attribute will skip UPDATE_MODEL_VALUES phase again.
    I will descript the work flow of my JSP page.
    1. the form will populate a list of InputText and I enter the value in
    2. I will then hit the commandbutton which will trigger the validation
    3. on one of the validator it will render out a selectonemenu
    4. selectonemenu tag has valuechangelistener attribute which will update the inputtext value with the selectItem value which i have selected.
    Here is my JSP.
    <f:view>
    <h:form >
    <h:dataTable binding="#{myBean.table }" value="#{myBean.list}" var="bean" >
    <h:column>
    <h:inputText value="#{bean.input2 }" />
    <h:inputText id="Value" required="true" validator="#{myBean.validateInput }" value="#{bean.input }">
    <f:validateLength minimum="1" maximum="500"/>
    </h:inputText>
    <h:message for="Value"/>
    <h:selectOneMenu valueChangeListener="#{myBean.processValueChange}" value="#{bean.input }" onchange="javascript:form.submit();" rendered="#{myBean.nameList != null}" >
    <f:selectItems value="#{myBean.nameList}" />
    </h:selectOneMenu>
    </h:column>
    </h:dataTable>
    <h:commandButton value="add" action="#{myBean.add}" />
    </h:form>
    </f:view>
    I am thinking of maybe having commandbutton to submit form using onclick but don't know how that works out exactly or having individual form for every index of the datatable column. But then again i don't know how it would react to the outter forum that includes the whole datatable.
    Please can someone help me out and tell me how to overcome the problem when validator is in use for the InputText. I have been trying to figure this out for days!!!!

    hey.. I've read your post a couple of times and can't understand what your trying to do.. could you leave out what you think you need to do and just write what you want it to do? that might be why noone has replied?!!?

  • How can i populate records using LOV value in form 6i

    Create a form based on the following output use EMP Table
    Create a non Database Block i.e Control Block----> Dept No
    Create a Database Block -EMP
    Create an LOV for the Dept no from dept table.
    For the Current Dept No . Populate the Employee Records
    How can i populate records using LOV value????
    thanks

    How can i populate records using LOV value in form 6i Start by posting in the correct forum: {forum:id=82}
    (Seriously: after making all your previous posts in the Forms forum, how do you end up posting in this one? Is it because the Forms forum has changed category?)

  • How can i populate records using LOV value

    Create a form based on the following output use EMP Table
    Create a non Database Block i.e Control Block----> Dept No
    Create a Database Block -EMP
    Create an LOV for the Dept no from dept table.
    For the Current Dept No . Populate the Employee Records
    How can i populate records using LOV value????
    thanks

    Hi maddyd2k
    How can i populate records using LOV valueIt's not clear what u r trying to do create, create then want to...
    1.Pls Create a non-db item db set to > no named DEPT_NAME
    2. when creating the LOV assign the DEPT_NAME FROM DEPT table to that displayed item and u have also to assign the Dept No selected to the Dept No in the emp block
    To populate or display DEPT_NAME after Query - the If i got ur problem then - u need to cretae a Post-Query Trigger then use the following...
    BEGIN
    SELECT DEPT_NAME
    INTO :CONTROL_BLOCK.DEPT_NAME
    FROM DEPT
    WHERE Dept No = :Dept No;
    EXCEPTION
    WHEN NO_DATA_FOUND THEN NULL;
    WHEN OTHERS THEN (ERRTXT);
    END;Hope this helps...
    Regards,
    Abdetu...

  • InputText value attribute issue

    If I add this in outputText it works, but in inputText it throws currentRow returned null. Why?
    value="#{bindings.MyIter.currentRow.dataProvider.city}"

    <af:inputText> is an editable value holder component in contrast to <af:outputText> which is not, so I suspect that <af:inputText> accesses its value holder during the Apply Request Values phase (i.e. before the iterator is executed, when there is no current row yet), but <af:ouputText> accesses it as late as the Render Response phase (when the iterator has already been executed).
    You should not reference directly the iterator binding in an <af:inputText>. You should create and reference an attribute value binding for the City attribute instead. So, create an attribute value binding for the City attribute in the pageDef and then use this binding in your <af:inputText>, for example
    <tt>  <af:inputText value="#{bindings.City.inputValue}" ... ></tt>
    As this value binding should be used in some other attributes of the <af:inputText> tag too, the simplest way to do everything is to go to the DataControl palette, to find the requested iterator and to drag-and-drop the City attribute on the JSF page as InputText. JDev will automatically do then everything for you.

  • Passing inputText value with command Button

    Hi,
    As i am new in JSF i dont know how to pass my inputtext value to backing bean with my commandbutton...
    My JSF code is.
    <h:form id="form3">
              <h:outputLabel for="" id="OL_Select_Case" value="Select Case" style="background-position: 100%; background-repeat: repeat; width: 100%; background-color: Gray"></h:outputLabel>
              <br>
              <h:inputText id="I1_Select_Case" value="#{ComplaintDetailsBean.caseNo}"></h:inputText>          
              <h:commandButton id="C1_Select_Case" value="Select Case" style="background-color: transparent;" action="/Maintanance1.faces"></h:commandButton>
              <br>
              <br>
              <h:inputText id="I2_Select_Owner"></h:inputText>
              <h:commandButton id="C2_Select_Owner" value="Select Owner" style="background-color: transparent ;"></h:commandButton>
              <br>
              <br>
              <h:selectOneMenu id="sel_owner" value="#{OwnerBean.owner}">
              <f:selectItems id="sel_item_owner" value="#{OwnerBean.perInfo}"/>          
              </h:selectOneMenu>
                <h:commandButton id="C3_Assign" value="Assign" style="background-color: transparent;" action="#{OwnerBean.getDetailThree}">
              <f:param name="caseNo_owner" value="#{ComplaintDetailsBean.caseNo}" id="caseNo_owner"/>
              </h:commandButton>
         </h:form>
         I want to pass value of inputtext "I1_Select_Case" with my commandbutton "C3_Assign" to my backing bean i.e. "OwnerBean.java"
    I have used here param tag....but its not working ....
    Plz suggest me...
    Regards.
    Shrikant.

    No its still not working.My JSF code is....
         <h:form id="form3">
              <h:outputLabel for="" id="OL_Select_Case" value="Select Case" style="background-position: 100%; background-repeat: repeat; width: 100%; background-color: Gray"></h:outputLabel>
              <br>
              <h:inputText id="I1_Select_Case" value="#{OwnerBean.comCaseNo}"></h:inputText>          
              <h:commandButton id="C1_Select_Case" value="Select Case" style="background-color: transparent;" action="/Maintanance1.faces"></h:commandButton>
              <br>
              <br>
              <h:inputText id="I2_Select_Owner"></h:inputText>
              <h:commandButton id="C2_Select_Owner" value="Select Owner" style="background-color: transparent ;"></h:commandButton>
              <br>
              <br>
              <h:selectOneMenu id="sel_owner" value="#{OwnerBean.owner}">
              <f:selectItems id="sel_item_owner" value="#{OwnerBean.perInfo}"/>          
              </h:selectOneMenu>
                <h:commandButton id="C3_Assign" value="Assign" style="background-color: transparent;" action="#{OwnerBean.getDetailThree}">
              <f:param name="caseNo_owner" value="#{OwnerBean.comCaseNo}" id="caseNo_owner"/>
              </h:commandButton>
         </h:form>
         My OwnerBean's code is:-
    public String getCaseNo() { 
    return caseNo; 
    public void setCaseNo(String caseNo) { 
    this.caseNo = caseNo; 
    public String getComCaseNo() { 
         return com.getCaseNo(); 
         public void setComCaseNo(String caseNo) { 
         com.setCaseNo(caseNo); 
    public String getDetailThree() { 
         FacesContext context = FacesContext.getCurrentInstance(); 
         HttpServletRequest myRequest = (HttpServletRequest)context.getExternalContext().getRequest(); 
         HttpSession mySession = myRequest.getSession();         
         //String caseNo = myRequest.getParameter("case_No");
         setCaseNo(myRequest.getParameter("caseNo_owner"));
         String owner2=getOwner();
         System.err.println(">>>>>>>>>>>>>>>>>BACKING BEAN ENTITYDETAILS>>>"+getComCaseNo()+"||||"+owner2);
         //javax.servlet.RequestDispatcher dispatcher = getServletContext().getRequestDispatcher("/complaintDetailsPop.faces");
         //String custName= request.getParameter("Name");
         //System.out.println("Name = "+custName);
         //request.setAttribute("Customer_Name","Irfan");
         //request.setAttribute("First_Name","Shrikant");
         //dispatcher.forward(request,response);
         //FacesContext fc = FacesContext.getCurrentInstance();
         //ServletContext sc = (ServletContext) fc.getExternalContext().getContext();
         //myRequest.getSession().setAttribute("entity_ID",entityID);
         //sc.getRequestDispatcher("/Assign_Case.faces");          
         //========---------------********************************************************----------------------------------
         return("getdetails"); 
         //String entityID = getFacesParamValue("entityIDParam"); 
         }Plz suggest me....

Maybe you are looking for

  • Preview of a movieclip

    Hello, On main stage when working with a movieclip symbol that contains animation i only see first frame of that animation. And if that animation starts blank the preview of that movieclip symbol will also be blank. And its very hard to do any kind o

  • Custom Web Template fails, List does not exist

    Can somebody help me with this? After I patched the SharePoint 2013 SP 1 to the April 2014 CU I've been getting this error. When I apply a custom template I keep getting the error: "Exception calling ApplyWebTemplate with 1 argument: List does not ex

  • Why is my ipod nano 6th generation no longer syncing all my selected songs?

    I have tried reinstalling itunes, updating the ipod software, and restoring the ipod.  These are songs that have previously been on my ipod.  Any information or guidance would be greatly appreciated.

  • Font smoothing under OSX --  revisited

    Under OS9, there's a window where the font smoothing is turned OFF. This is needed to print out music so both the note heads and the note stems will print. (With the font smoothing, only the note heads print.) I can't find anyplace to turn OFF the fo

  • Automatic Material PR generation from Maintenance Plan/Order

    Dear All, I required some setting related with Automatic Material PR generation from Preventive Maintenance Plan/Order. Query:  how can i set the non stock material so that when my maintenance plan gets generated then system will automatically genera