emailing data found in the text entry fields

Hello
I have a simple form that users fill in the different text fields "input" as 'Name', 'Email', etc... now all I want is when the click on the button 'send', it should automatically send an email to "info @...» ».

I managed to do enter the correct e-mail address and the subject, but he is not satisfied. What Miss me?

Thank you
Phalconheart

I love you!!!
You da man!
Works perfectly.

Tags: Adobe Animate

Similar Questions

  • How to place the text entry field in the center of the white page

    Hello

    I'm new to ADF, I develop here the ADF login page.

    I am just placing the user name, the field button and login password in the center of the page.

    I tried several page layouts but I do not know how to set the fields in the middle of the page.

    Can someone tell me please how to do?

    Thanks in advance,
    SAN

    THERE'S YOUR ANSWER,
    http://java2go.blogspot.com/2010/12/creating-centered-page-layout-using-ADF.html

  • View 2 records text entry fields

    Hello

    New on ADF and want to know how to do a particular task:

    I have 2 lines with 2 different IDs and want to display two records one after the other, I can achieve this by using a table but I want to put the data in the text entry fields?

    FOR EXAMPLE:

    ID name City ZIP code

    1 Fred Bloggs Leeds LS1 2 minutes

    2 Gary Smith Liverpool L2 in 4NP

    is this possible?

    Thank you

    Hello

    You can make use of af:iterator. First, create a tree binding based on the data control and use something like this.

               
                        
                        
                            
                            
                        
                        
                            
                        
                        
                            
                        
                    
                
    

    It would show two lines of data. You can adjust the rows property to display the number of lines. If you want all the lines, remove the rows property.

    Arun-

  • Value of imports in from the text Imput field

    Hey I want to ask something. In this countdown code that I placed below. He has an exact value of count. My question is how a user can enter his own values of countdown to input text fields? The entire .swf looks like this: first, the user opens the screen it enter its value for the minutes and seconds in the text entry fields and the countdown begins then how link text input fields to import the value of minutes and seconds in for the countdown? pls help

    Here is the Code that I use for the time count:

    start_time = getTimer();
    Countdown = 600000;
    onEnterFrame = function () {}
    elapsed_time = getTimer () - start_time;
    _root. Count.Text = time_to_string (elapsed_time);
    _root.count_down. Text = time_to_string(_root.countdown-elapsed_time);
    };
    function time_to_string (time_to_convert) {}
    elapsed_hours = Math.floor (time_to_convert/3600000);
    remaining = time_to_convert-(elapsed_hours*3600000);
    elapsed_minutes = Math.floor (remaining/60000);
    remaining = remaining-(elapsed_minutes*60000);
    elapsed_seconds = Math.floor (remaining/1000);
    remaining = remaining-(elapsed_seconds*1000);
    elapsed_msecs = Math.floor (remaining/10);

    If (elapsed_hours < 10) {}
    hours = "0" + elapsed_hours.toString (); "."
    } else {}
    hours = elapsed_hours.toString ();
    }
    If (elapsed_minutes < 10) {}
    minutes = "0" + elapsed_minutes.toString (); "."
    } else {}
    minutes = elapsed_minutes.toString ();
    }
    If (elapsed_seconds < 10) {}
    seconds = "0" + elapsed_seconds.toString (); "."
    } else {}
    seconds = elapsed_seconds.toString ();
    }
    If (elapsed_msecs < 10) {}
    Ms = "0" + elapsed_msecs.toString (); "."
    } else {}
    MS = elapsed_msecs.toString ();
    }

    "return minutes +": "" + seconds + "'." + MS; "
    }

    assuming that you use a movieclip button (named countdownBtn) to start the countdown and your input textfields are minutesTF and secondsTF, use:

    countdownBtn.onRelease = function() {}
    start_time = getTimer();
    Countdown = 60000 * Number (minutesTF.text) + 1000 * Number (secondsTF.text).
    this.onEnterFrame = countdownF;
    }

    function countdownF() {}
    elapsed_time = getTimer () - start_time;
    _root. Count.Text = time_to_string (elapsed_time);
    _root.count_down. Text = time_to_string(_root.countdown-elapsed_time);

    If (Number (_root.count_down. (Text)<>

    delete coundownBtn.onEnterFrame;

    }

    };
    function time_to_string (time_to_convert) {}
    elapsed_hours = Math.floor (time_to_convert/3600000);
    remaining = time_to_convert-(elapsed_hours*3600000);
    elapsed_minutes = Math.floor (remaining/60000);
    remaining = remaining-(elapsed_minutes*60000);
    elapsed_seconds = Math.floor (remaining/1000);
    remaining = remaining-(elapsed_seconds*1000);
    elapsed_msecs = Math.floor (remaining/10);
       
    If (elapsed_hours<10)>
    hours = "0" + elapsed_hours.toString (); "."
    } else {}
    hours = elapsed_hours.toString ();
    }
    If (elapsed_minutes<10)>
    minutes = "0" + elapsed_minutes.toString (); "."
    } else {}
    minutes = elapsed_minutes.toString ();
    }
    If (elapsed_seconds<10)>
    seconds = "0" + elapsed_seconds.toString (); "."
    } else {}
    seconds = elapsed_seconds.toString ();
    }
    If (elapsed_msecs<10) {="">


    Ms = "0" + elapsed_msecs.toString (); "."
    } else {}
    MS = elapsed_msecs.toString ();
    }
       
    "return minutes +": "" + seconds + "'." + MS; "
    }

  • Changing the position of the cursor in a text entry field and remove digital zeros

    Flash8 - AS2

    It's good to be back after all these years and thank you for the people of faithfull as kglad, Ned Murphy, Rothrock and all others who give much of themselves to succeed this forum!

    My problem:

    I have a text entry field that is named in the box of properties like 'numberOfKids '.

    When the program is run, and a DELETE or BACKSPACE is pressed input textfield turns off

    and all the calculations that use the "numberOfKids" shows NaN.

    I got trapped in NaN and indefinite so that a digital 0 appears instead of a white one.

    There are two problems:

    First problem:

    The cursor to the left of zero, so the first number entered by the user is 10 x larger than what they want.  0 becomes 10.

    Question: How can I get the cursor to the right of 0?

    Second problem:

    When I manually move the cursor to the right of 0 and a number of entry, let's say 4, it appears like 04.

    Question 2: How to remove the zero digital in input textfield?

    Thanks for the help.

    Here is the code I use:

    calculateChildWeight = function () {}
    If (isNaN (numberOfKids)) {}
    numberOfKids = 0;
    }
    If ((numberOfKids) == undefined) {}
    numberOfKids = 0;
    }
    If (numberOfKids > = 0 & & numberOfKids < = 137) {}
    numberOfKids = numberOfKids;
    } else {}
    numberOfKids = 0;
    }
    If (isNaN (adjustedChildWeight)) {}
    adjustedChildWeight = 0;
    }
    If ((adjustedChildWeight) = undefined) {}
    adjustedChildWeight = 0;
    }
    adjustedChildWeight = Number (numberOfKids *(-100));
    numberOfKids.setSelection (numberOfKids.length, numberOfKids.length);
    If (numberOfKids.length = 2 & & numberOfKids < 10) {}
    remove the first character or no leading zeros
    numberOfKids = numberOfKids;
    // }
    };

    More important answer first: you get two helpfuls and one correct answer per thread. I think that once you give a specific answer a useful, you can't give the same answer. But I don't know.

    First of all, make sure that none of these text fields have a property of vars set.

    Also, you don't need to do it in two steps: revisedValue =-100 * parseInt (numberOfKids.text)

    As you read the value of your textfields of entry by using the text property, you also assign the value of the more dynamic by using the text property. That's what you do, right?

  • Average click boxes, and text entry fields are noted

    I create several CBT intended to show users how to navigate a new software. When I record, I choose the demonstration and training modes. For the part in training mode, I have several click boxes, and text entry fields. At the present time, when the user clicks on or between text, it has to click in the right place or enter the correct answer to move forward, otherwise a failure caption appears that says something to the effect of 'should have clicked here, please try again.' They try again and go to the next slide. When the training section is marked, everybody gets 100%.

    I was wondering if it is possible to create a user click in the wrong place or enter the wrong answer and still be able to advance to the next slide. So, not everyone would have a 100% automatic.

    Thank you!

    Mary

    P.S. I should also mention that I am using Captivate 4.

    Hello Mary,.

    As I wrote in my first response, simulation training is not intended to be marked. You should really start with a simulation of assessment to avoid having too many change thereafter.

    Have created a lot of assessments used in examinations (do not use an LMS, but this is not necessary) and my students would have been very happy if they could all have scored 100%.

    Enough joking. How you have configured the settings for the click boxes, text entry boxes, buttons? I give them only 1 attempt, never show failure, success, or legends of suspicion. As both actions for success or failure, I put in 'go to the next slide. The evaluation progresses so what was the action of the user, correct or incorrect. And the score will be awarded only if the user has performed the correct action. It works fine, really. If some actions need to be repeated several times, sometimes I will put the note of some of them to 0.

    Really think you can change the training simulation to work as an assessment, in the future it would be best to start with the last mode, possibly in combination with a demonstration or a training simulation.

    Does that help? My assessments are in Dutch, otherwise I could send you an example.

    Lilybiri

    PS: Be careful with the email reports, it does not always all right.

  • Captivate: Keep the cursor in the text entry box

    I would limit the cursor on the input text in a slide area, regardless of where the user can click.

    I am doing a project of training for an application interface text, and I simulate the application entry field by placing a unique text on the slide entry box.  Although the cursor starts in this field when the slide is displayed, if the user can use the mouse to click anywhere but the text entry box, the cursor disappears and the user can enter data until he or she clicks on the text with the mouse input box.  This problem occurs in both the preview and the. Output of the EXE.

    I tried to activate and deactivate the 'click' option under select key... in the parameters text box properties.  I also tried setting the action on the lost update to allow for the text control, or make her display a legend that says "click in the area of selection."  Apparently, remove the cursor of the box isn't enough to trigger the event "has lost the Focus.

    While this isn't a complete show-stopper, it is an irritation that I'd rather not have my users deal with.

    I am using Captivate 4 v4.0.1 build 1658.

    Thanks for any help you can give...

    Hello

    I was able to do the following.

    Insert a box click programmed object to go to the last slide when you click it.

    Insert a text entry box and configure it so that it does not keep the text.

    Insert a blank slide just before the slide with the TEB, then once it is longs.1 seconds. You should also give the same origin as the slide with the TEB. Otherwise, you will see a 'flash', as the previous slide is visited.

    The way this works is that the user clicks anywhere but the BER and transport action click on box to the previous slide. But this slide is really super short. .1 second if it is visited and the read head again enters the slide with the TEB.

    One thing to be aware of, is that if you plan to view the Captivate 'as a whole', which means that you have no idea what browser is used to view it, you must consider the insertion of a button object on the first slide that requires the user to click on it. This way is is moved to the Flash sitting inside the browser object.

    See you soon... Rick

    Useful and practical links

    Captivate wish form/Bug report form

    Certified Adobe Captivate training

    SorcerStone blog

    Captivate eBooks

  • Pass a variable to a text entry field in a URL (was: I feel like it should be simple but)

    I think it should be simple, but I'm having a hard time finding how to pass a variable to a text entry field in a URL. I have a text input field ("enter your postal code') and a button that says 'Go '. When the user enters their zip and hit 'Go', I need the postcode, they came to pass in a URL to a new Web site so that they can see the offers in their region. This is a Flash 300 x 250 banner. Can someone help me?

    I can download my FLA somewhere and link to it if needed!

    Click on the frame that contains your go button and your textfield and paste Panel actions:

    go.addEventListener (MouseEvent.CLICK, f);

    function f(e:MouseEvent):void {}

    navigateToURL (new URLRequest ("http://namebrandinsurance.com/auto/newResults.php?zip=" + zip.text + "& submit = submit"));

    }

  • Help to the text entry area

    Hi all.

    I'm working on a project involving financial statements. I want that there is a default quantity in the text entry box. There are boxes of maybe 20 who would need a put option of default number in them. I just can't understand how do. The user will then put in the new numbering as appropriate, and then he'll see if it's the correct number or not. Don't know if I will check each one after you enter the number or ask them to fill it in there and click on submit. It's still a work in progress. Ideas on the default number would be useful.

    Lisa

    You must complete this variable, which can be made when you set these variables by placing it in the 'Value' field in the Variables dialog box.

    As I have explained, I have used which instead of use the literal value to make it easier to change this value for comparison.

    Lilybiri

  • Extraction of numbers, no strings of text entry fields?

    Hello

    I have two input boxes that I can type numbers in.  I would like a third entry check box to show the total of the first two.

    I set up a listener to button on the stage to perform a function that adds together when a key is pressed.

    It comes, he puts just the strings together - it ddoesn can't add them

    So, how can I tell Flash that box1.text and box2.text are numbers?

    Box3.text = box1.text + box2.text is not doing.

    Thanks for your time.

    Shaun

    Hi celebrities music

    You will need to get the string to a number.  Something like:

    var firstNumber:Number = Number (box3.text);

    var secondNumber:Number = Number (box2.text);

    answer: var number = firstNumber + secondNumber;

    Of course, you want to make sure that the text in the text field is actually a number and someone was not able to type in a Word.  The best way to do it is NOT to do the textfield a text entry field.  Instead make a dynamic text field and give it a MouseEvent.CLICK event listener.  When someone clicks on the dynamic text input field, bring up a keyboard that requires them to enter the number in this way.

    I have an application exactly like this one where students had to enter a number in a text field to understand the econ issues.  The workflow has something like:

    1. Click the dynamic text field
    2. Bring up the Enter key digital
    3. When the user clicks on a number on the keypad, text matching using a switch statement
    4. Add numbers to text in a string field, that way someone who, between '1', '3' '8' will get 138 and not 12.
    5. With each press of button, update the dynamic text field to show what the user enters
    6. With the user presses the Enter key, then mount this text field in number and store it in a variable of type number

    Hope that helps.  Let me know if you need help with the code for one of these steps.

  • Text entry fields

    Hello.
    I have a clip that contains an e-mail form with text entry fields. This MC is then added to another clip which is then added to an another MC. When I test, text entry fields are displayed. The cursor changes to allow the input text, but you can not see the text and can't even see the white text boxes. Something that happens when the MC e-mail form is added to another clip, when you test the form e-mail MC on the main timeline, I have no problem.

    Help please as it is doing my head days.

    Thank you

    Yes they are, and after removing their everything works.
    You are the only person who was able to give a reason for my problem. We at flashkit or flashadvisor did not!
    I'll come here if I have another question.

    Bravo and thank you.

    M

  • The text entry boxes reset

    Scenario:
    I am using branching. When they get to the end of a branch and click the close button (click the button), it loops back to the start screen where they can try again, using a different path.

    Problem:
    When I click on the close button, it goes back to the start screen - but captivate seems to remember what I did the first time and the fillings in my boxes of text from my previous attempt.

    Is there a way to reset the screen when I get back? I'm not familiar with javascript, so I don't know if there's some code avaible that.

    Thanks - any help would be greatly appreciated!

    TW

    Your information are a little sparse, so let me rephrase your question and tell us where I'm wrong, OK?

    You generate output SWF in Captivate 1.0.1. On the last slide in the project, you placed a click-box or is configured to return to the slide #1 the movie even when the user clicks the button. The problem is that - after his return to the slide #1 to start again - the "answers" to the text entry boxes are already completed, and you don't want them to be. Your knowledge of Java-script is limited, so any solution that involves this language should be gradual. Subject of law?

    I'm not an expert in Java-script is but to refresh the data, you must refresh the movie. One way of doing that would be to access the URL for the film (HTM document) instead of jumping to a previous slide. Have you tried? Another way using the command Refresh () - Java-script, but should do the trick for you - experiment a bit to see if it will work if the idea of "jump to URL" will not do for you.

  • How to show that a text entry field is selected.

    Hello
    How can I show that a text entry field is selected when _focusrect = false; and I use flash lite.
    When the text input field is selected, I want to change is the border color or show a shape... something like that or even the color of the text.

    If anyone is interested, the answer is:

    When the field is developing the text will be empty
    kword.onSetFocus = function(oPrevFocus:Object):Void
    {
    KWord.Text = "";
    }
    When the update go away text will be keyword
    kword.onKillFocus = function(oNewFocus:Object):Void
    {
    KWord.Text = '- key word -';
    }
    :-)

  • Adobe Captivate 8 - responses of synchronization in the text entry box

    I would like to limit the time to answer a question using the text entry area, but there is no option in the properties of the input box. I know that I can use the question slides (short answer) because they have an option of limitation in time, but not much can be changed there design wise so I need to use the text entry box.

    You can use the hourglass interaction or the time. It allows you to display a message and go to another slide when the time is up. However, if you are talking about seconds, it is not very accurate.

  • Planning of Oracle EBS 11i - no data found for the region (/ oracle/apps/az/regionMap)

    We do not currently use Oracle planning.
    I'm setting up planning in development server if it will help us.

    After you set a database mapping (which points to the development server itself)

    I have create a selection of games for Receivables Tax Codes and rates.

    Then I extracted to download an extract, no problem.

    I update the selection sets, click the defined filter, it gave me an error page:
    ------
    You have encountered an unexpected error. Please contact the system administrator for assistance.
    Click here for exception details.
    ------
    Click on the 'here', a long java exception stack traces, what should I do to solve this problem:
    ------
    oracle.apps.fnd.framework.OAException: no data found for the region (/ oracle/apps/az/regionMap/TAX_CODE).
    at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getWebBeanBaseData(OAWebBeanFactoryImpl.java:1705)
    at oracle.apps.fnd.framework.webui.P13NWebUIHelper.addPersonalizationToolEntry(P13NWebUIHelper.java:928)
    at oracle.apps.fnd.framework.webui.P13NWebUIHelper.addPersonalizationToolEntryRecursive(P13NWebUIHelper.java:842)
    at oracle.apps.fnd.framework.webui.P13NWebUIHelper.addPersonalizationToolEntryRecursive(P13NWebUIHelper.java:849)
    at oracle.apps.fnd.framework.webui.P13NWebUIHelper.addPersonalizationToolEntryRecursive(P13NWebUIHelper.java:849)
    at oracle.apps.fnd.framework.webui.P13NWebUIHelper.addPersonalizationToolEntryRecursive(P13NWebUIHelper.java:849)
    at oracle.apps.fnd.framework.webui.P13NWebUIHelper.addPersonalizationToolEntryRecursive(P13NWebUIHelper.java:849)
    at oracle.apps.fnd.framework.webui.P13NWebUIHelper.addPersonalizationToolEntryRecursive(P13NWebUIHelper.java:849)
    at oracle.apps.fnd.framework.webui.P13NWebUIHelper.addPersonalizationToolEntryRecursive(P13NWebUIHelper.java:849)
    at oracle.apps.fnd.framework.webui.P13NWebUIHelper.addPersonalizationToolEntryRecursive(P13NWebUIHelper.java:849)
    at oracle.apps.fnd.framework.webui.P13NWebUIHelper.addPersonzliationToolEntries(P13NWebUIHelper.java:830)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1796)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418)
    to _html._OA._jspService(_OA.java:88) oa
    at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
    at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
    at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
    at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
    at oracle.jsp.JspServlet.service(JspServlet.java:156)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
    at oracle.jsp.provider.Jsp20RequestDispatcher.forward(Jsp20RequestDispatcher.java:162)
    at oracle.jsp.runtime.OraclePageContext.forward(OraclePageContext.java:187)
    to _html._OA._jspService(_OA.java:98) oa
    at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
    at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
    at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
    at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
    at oracle.jsp.JspServlet.service(JspServlet.java:156)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
    at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
    at org.apache.jserv.JServConnection.run(JServConnection.java:294)
    at java.lang.Thread.run(Thread.java:534)
    # # 0 in detail

    Exception:
    oracle.adf.mds.MetadataDefException: unable to find the component with an absolute reference = / oracle/apps/az/regionMap/TAX_CODE, XML Path = null. Please check that the reference is valid and the definition of the component on the file system or in the MDS repository.
    at oracle.adf.mds.internal.MetadataManagerBase.findElement(MetadataManagerBase.java:1343)
    at oracle.adf.mds.MElement.findElement(MElement.java:97)
    at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getJRADWebBeanBaseData(OAWebBeanFactoryImpl.java:2881)
    at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getWebBeanBaseData(OAWebBeanFactoryImpl.java:1700)
    at oracle.apps.fnd.framework.webui.P13NWebUIHelper.addPersonalizationToolEntry(P13NWebUIHelper.java:928)
    at oracle.apps.fnd.framework.webui.P13NWebUIHelper.addPersonalizationToolEntryRecursive(P13NWebUIHelper.java:842)
    at oracle.apps.fnd.framework.webui.P13NWebUIHelper.addPersonalizationToolEntryRecursive(P13NWebUIHelper.java:849)
    at oracle.apps.fnd.framework.webui.P13NWebUIHelper.addPersonalizationToolEntryRecursive(P13NWebUIHelper.java:849)
    at oracle.apps.fnd.framework.webui.P13NWebUIHelper.addPersonalizationToolEntryRecursive(P13NWebUIHelper.java:849)
    at oracle.apps.fnd.framework.webui.P13NWebUIHelper.addPersonalizationToolEntryRecursive(P13NWebUIHelper.java:849)
    at oracle.apps.fnd.framework.webui.P13NWebUIHelper.addPersonalizationToolEntryRecursive(P13NWebUIHelper.java:849)
    at oracle.apps.fnd.framework.webui.P13NWebUIHelper.addPersonalizationToolEntryRecursive(P13NWebUIHelper.java:849)
    at oracle.apps.fnd.framework.webui.P13NWebUIHelper.addPersonalizationToolEntryRecursive(P13NWebUIHelper.java:849)
    at oracle.apps.fnd.framework.webui.P13NWebUIHelper.addPersonzliationToolEntries(P13NWebUIHelper.java:830)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1796)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418)
    to _html._OA._jspService(_OA.java:88) oa
    at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
    at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
    at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
    at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
    at oracle.jsp.JspServlet.service(JspServlet.java:156)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
    at oracle.jsp.provider.Jsp20RequestDispatcher.forward(Jsp20RequestDispatcher.java:162)
    at oracle.jsp.runtime.OraclePageContext.forward(OraclePageContext.java:187)
    to _html._OA._jspService(_OA.java:98) oa
    at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
    at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
    at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
    at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
    at oracle.jsp.JspServlet.service(JspServlet.java:156)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
    at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
    at org.apache.jserv.JServConnection.run(JServConnection.java:294)
    at java.lang.Thread.run(Thread.java:534)


    Exception:
    oracle.adf.mds.MetadataDefException: unable to find the component with an absolute reference = / oracle/apps/az/regionMap/TAX_CODE, XML Path = null. Please check that the reference is valid and the definition of the component on the file system or in the MDS repository.
    at oracle.adf.mds.internal.MetadataManagerBase.findElement(MetadataManagerBase.java:1343)
    at oracle.adf.mds.MElement.findElement(MElement.java:97)
    at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getJRADWebBeanBaseData(OAWebBeanFactoryImpl.java:2881)
    at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getWebBeanBaseData(OAWebBeanFactoryImpl.java:1700)
    at oracle.apps.fnd.framework.webui.P13NWebUIHelper.addPersonalizationToolEntry(P13NWebUIHelper.java:928)
    at oracle.apps.fnd.framework.webui.P13NWebUIHelper.addPersonalizationToolEntryRecursive(P13NWebUIHelper.java:842)
    at oracle.apps.fnd.framework.webui.P13NWebUIHelper.addPersonalizationToolEntryRecursive(P13NWebUIHelper.java:849)
    at oracle.apps.fnd.framework.webui.P13NWebUIHelper.addPersonalizationToolEntryRecursive(P13NWebUIHelper.java:849)
    at oracle.apps.fnd.framework.webui.P13NWebUIHelper.addPersonalizationToolEntryRecursive(P13NWebUIHelper.java:849)
    at oracle.apps.fnd.framework.webui.P13NWebUIHelper.addPersonalizationToolEntryRecursive(P13NWebUIHelper.java:849)
    at oracle.apps.fnd.framework.webui.P13NWebUIHelper.addPersonalizationToolEntryRecursive(P13NWebUIHelper.java:849)
    at oracle.apps.fnd.framework.webui.P13NWebUIHelper.addPersonalizationToolEntryRecursive(P13NWebUIHelper.java:849)
    at oracle.apps.fnd.framework.webui.P13NWebUIHelper.addPersonalizationToolEntryRecursive(P13NWebUIHelper.java:849)
    at oracle.apps.fnd.framework.webui.P13NWebUIHelper.addPersonzliationToolEntries(P13NWebUIHelper.java:830)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1796)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418)
    to _html._OA._jspService(_OA.java:88) oa
    at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
    at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
    at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
    at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
    at oracle.jsp.JspServlet.service(JspServlet.java:156)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
    at oracle.jsp.provider.Jsp20RequestDispatcher.forward(Jsp20RequestDispatcher.java:162)
    at oracle.jsp.runtime.OraclePageContext.forward(OraclePageContext.java:187)
    to _html._OA._jspService(_OA.java:98) oa
    at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
    at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
    at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
    at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
    at oracle.jsp.JspServlet.service(JspServlet.java:156)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
    at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
    at org.apache.jserv.JServConnection.run(JServConnection.java:294)
    at java.lang.Thread.run(Thread.java:534)

    Please see if (Planning Framework error (no data found for the region) when the filters in selection rule [367684.1 ID]) help.

    Thank you
    Hussein

Maybe you are looking for