Shape coding Refresh - DefaultValidationDateForAccountKFF

Hello

I am facing a problem with the update version 11.1.1.8.2 form of coding. I was sent it and it worked absolutely fine until EBS team cloned the EBS to another environment. There were a few other lack of features of EBS DB error messages. They are resolved now, but I get this error in the SOA diagnostic log file when I click on the task to the task list. On the graphical interface, it displays the message "Recovery" for the elements.

[soa_server01] [ERROR] [ADFC-50018] [oracle.adfinternal.controller.application.AdfcExceptionHandler] [tid: [ASSETS].] [ExecuteThread: '6' for queue: "(self-adjusting) weblogic.kernel.Default"] [username: anonymous] [ecid: 0000KhJmPHW1Ne3_zlXBiW1KnzHw000vpR, 0] [APP: imagingAXFAccountDistribution] [IDDM: 0000KhJmP2b1Ne3_zlXBiW1KnzHw000vpO] ADFc: no exception handler has been found to an application exception. [[

  1. javax.el.ELException: javax.el.PropertyNotFoundException: the class 'oracle.imaging.axf.act.view.segment.kff.KFFComponentConfigurator' has no property 'DefaultValidationDateForAccountKFF '.

at javax.el.BeanELResolver.getValue(BeanELResolver.java:298)

at com.sun.faces.el.DemuxCompositeELResolver._getValue(DemuxCompositeELResolver.java:173)

at com.sun.faces.el.DemuxCompositeELResolver.getValue(DemuxCompositeELResolver.java:200)

at com.sun.el.parser.AstValue.getValue(AstValue.java:138)

at com.sun.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:206)

at org.apache.myfaces.trinidad.bean.FacesBeanImpl.getProperty(FacesBeanImpl.java:68)

at oracle.adf.view.rich.render.RichRenderer.getDefaultableProperty(RichRenderer.java:1887)

at oracle.adf.view.rich.render.RichRenderer.getDefaultableBooleanProperty(RichRenderer.java:1921)

at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)

at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)

Caused by: javax.el.PropertyNotFoundException: the class 'oracle.imaging.axf.act.view.segment.kff.KFFComponentConfigurator' has no property 'DefaultValidationDateForAccountKFF '.

at javax.el.BeanELResolver.getBeanProperty(BeanELResolver.java:579)

at javax.el.BeanELResolver.getValue(BeanELResolver.java:281)

at com.sun.faces.el.DemuxCompositeELResolver._getValue(DemuxCompositeELResolver.java:173)

... more than 143

]]

I sent the same form in the solution accelerator. This question seems more related to the bean of the ADF. I don't know if this is related to BSE, cloning process or not.

Thank you

Hello Ketan,

Check the box of "DefaultValidationDateForAccountKFF", it should be "defaultValidationDateForAccountKFF".

Open the form and change the value. If you press ctrl + space after the "". "in the string"oracle.imaging.axf.act.view.segment.kff.KFFComponentConfigurator", you see the value it shows with tiny"d"."

I guess that code OOTB have uppercase "D", but the property in the class of lowercase "d".

Kind regards

Vikrant Korde.

Tags: Fusion Middleware

Similar Questions

  • How can I get all the control in one place in 3.6.16 buttons, as they did in previous versions? Have the refresh and stop between address buttons and windows search and the home button on the far right is terrible.

    In 3.6.16, the buttons are all over the place. In previous versions, forward, back, refresh, stop and home buttons were all together. In this version, the refresh and stop buttons are between the address and search windows and the home button on the far right.

    I'd love to have them all together as they used to be - much easier to use that way. I tried to install other themes, but the coding of this version too roll themes.

    All the buttons can be moved to the toolbar by right-clicking anywhere that isn't a button or the address bar on the toolbar and choosing Customize...

    You can then drag the buttons around the toolbar to position them toy our taste. When you click Customize... Favorites and Refresh buttons will temporarily turn into regular buttons that you can move around. If you place them to the right of the address bar, they will merge with it. If you move them somewhere else, they will become the normal buttons. You can use this to move a button on the toolbar anywhere you want.

    Themes do not set the order of the toolbar buttons and so will not replace it.

    See the images below for reference:

  • How can I re - attach a STRIP of CODING of C8184-80015 on HP L7590?

    How can I re - attach a STRIP of CODING of C8184-80015 on HP L7590. It came out when I was clear a paper jam. I'm helpless as to where he's going. I looks like it is in good shape. Help!

    A band of intact is a good start.  Donning appropriate through the distribution is critical, look at the slot in the car where the encoder needs to go.  When donned as the encoder Strip should not be deflected as the carriage moves from one side to the other.

    Another question - if the print heads are not parked properly they can dry out during this process.  You may need to run one or more cleaning cycles to retrieve print head once the process is complete.

  • [ADF, JDev12.1.3] ReadOnly af:table via edit form: why it is not refresh after insert/change?

    Hallo,

    in a tab, I have an af:table readonly manipulated by a form (as long as they are created from the same distance VO).

    The shape is a btf used as dialog box.

    The problem is that when the dialog box is closed the display: table isn't refresh.

    To see the update I need for example to change tab and re - enter the tab.

    In a previous thread Timo told me that maybe I need to update the iterator of FY: table.

    I opened this new topic because I'd like to understand who is safe and recommended to make way.

    The code handles the bean home dialog box 'appeal' is...

      public void onEditEmplFormReturn(ReturnEvent returnEvent) {
        Object confirmOrCancel = returnEvent.getReturnValue();
        if (((String) confirmOrCancel).equals("cancel")) {
          BindingsUtils.restoreAdfmSavePoint("EmployeesSavePoint");
        }
        else {
          // Code to refresh the table/iterator
        }
      }
    

    How can I fill it?

    Thank you

    Federico

    You can link your bean table or get it from ViewRoot by id, and then use: AdfFacesContext.getCurrentInstance () .addPartialTarget (yourTableComponent);

    Dario

  • Jdev 12.1.3: Refresh a VO summary when value changes

    Hello experts!

    I have a page with a table, and below jspx, a form with fields based on a query with sum() to summarize the data in the table.

    The user wants to change the values in the table and the summary below get updated without no commit.


    I tried to link the shape of a bean and run:

    AdfFacesContext.getCurrentInstance () .addPartialTarget (this.getFormName ());

    In a valueChangeListener with autosubmit = true assigned to the inputText of the table, but it does not work.

    Thank you very much in advance!

    Jose.

    Hello

    Thanks to all your comments, now I have exactly how to achieve my goal:

    (1) forget :-) the VO with the select amount

    (2) create transitional attribute with the summary using groovy as explained Alejandro

    (3) create dependencies in the transient area are pointing to the base field. (Change = warn)

    (4) add autoSubmit = true in the fields of the table that should refresh the summatory

    Thank you!

  • Apex 4.2.5 skill builder 2.0.0 modal page plugin - refresh IR problem

    Hello

    I recently installed, configured and used the Skillbuilder 2.0.0. modal plugin page and it works very well (thanks guys) on apex 4.2.5 installed on Oracle XE 11.2 - in addition to a question:

    The link change on the interactive report does not work IE fails to show the modal pop-up window after update of the region interactive report (updating can be done either manually by clicking on the GO button or dynamically in the autoclose even case).

    Change the link works fine when you first go to page 1 and continues to work well until the interactive report region is updated.

    I have tried different browsers Firefox, Opera, Chrome, IE 11 - all exhibit this problem.

    I tried debug and the Inspector of the element, but nothing gives traction on the issue.

    Note also: basically, I followed the Skillbuilder youtube and I created an interactive report as that page 1 with a shape as a page 2, then following instructions to create dynamic actions, model page on autoclose etc...

    I made a few minor changes (for example the table is a table of 'real world' of 8 columns - not emp;) I did a static height and width % and changed the automatic closing selector element of article #uSuccessMessage which seems to work for theme 25.

    Has anyone encountered this before?

    See you soon

    Kevin

    Hello

    Check if you have set the "scope of the event" to "Dynamic" in the "Advanced" section on the dynamic action.

    When you refresh the interactive report elements are recreated and if the scope is set to static dynamic action is not connected to the elements more.

    Hope that helps,

    Moritz

  • Bad caching problems when coding of a site of BC

    Hi all

    I use DW CC to create fluid networking for sites in BC.

    Since the beginning of this year I and my other business partners had problems of bad caching.

    Updates models are very slow to display in the view directly in DW and even slower when the relevant files are downloaded in British Colombia.

    Now I need to do the following to display the changes made to a template: (I'm looking at a test page with the new model applied)

    View PC: start a new window private browsing in Firefox, whenever I want to watch the page.

    View tablet: clear all cookies, and then type the url whenever I want to watch the page

    display of the iPhone: clear all cookies, and then type the url whenever I want to watch the page

    Is there anything else that I can use to get an overview of the pages when I set up the css and html of a model?

    How can I force a full refresh on all three devices to see if my coding I want?

    Thanks for any help.

    Disable the cache while the tools are open:

    For 'clear cookies', to start a session of incognito with Ctrl + Shift + P.

    To deceive BC by defining the appropriate device Type (desktop/tablet/mobile), try using an extension like User Agent Switcher. It's a little easier on Chrome, as he integrated in Chrome Dev Tools.

    If you do not use the device-specific page templates , then you don't need the user agent changer, or to delete cookies.

  • How can I stop the refresh of the draw on mouseover?

    I paint shapes on a custom element, and runs a function on draw. for somereason it is constantly redraw any when I mouse over the form how can I stop this? I use cs6. Here is an example of code with the issue I'm talking about was taken from a photoshop scripts forum, but illustrtates my point. whenever you mouseover or mouseout/mouseouthandler() place it initiates the on draw but I only want to redraw on the press of a button.

    winRes var = ' dialogue {------}.

    text: 'Test ScriptUI Graphics,------. "

    margins: 15,.

    alignChildren: 'row ', \

    \

    canvas: Custom {------}

    preferredSize: 200 (200) and \.

    creation_properties: {borderStyle: "black"},

    }, \

    buttonsGroup: Group {------}

    cancelButton: button {text: 'Cancel', properties: {name: 'Cancel'}}, \

    tryButton: button {text: 'Try', properties: {name: 'try'}, size: [40,24], alignment: ['right', 'Center']},

    }, \

    }"

    Window

    var win = new Window (winRes);

    function color() {return [Math.random (), Math.random (), Math.random (), 1]}

    set the graphics property

    canvasGraphics = win.canvas.graphics

    make the drawing

    win.canvas.onDraw = refresh

    function redraw() {}

    creates a filled red square

    canvasGraphics.newPath)

    canvasGraphics.rectPath (10, 10, 200, 200)

    canvasGraphics.fillPath (canvasGraphics.newBrush (canvasGraphics.BrushType.SOLID_COLOR, color(), 1)) / / HERE

    }

    win.buttonsGroup.tryButton.onClick = function() {}

    Win.Canvas.Notify ("onDraw")

    }

    Win.Show)

    This seems to be a bug has been fixed in the AECC. I tried in CS6 and flickers it color like crazy box when you mouseover it and also changes when you click the button. AECC it seems to work fine and is not performed by the passage of the mouse on the box.

  • Captivate 7 - buttons of intelligent shape that narrows II

    Since my last question was a bit difficult and nobody seemed to be able to help I hope to receive a better answer on this one because it is most certainly a bit easier to explain, and I think that will be easier problems.

    I was able to create a .swf with smartshape buttons that keep all the smart shape to their necessary size buttons but once I load the buttons contine to shrink by clicking into our LMS/Flex Wrapper (I think it's because Adobe Flash Player doesn't know what to do with it).

    My solution is I will try to find a way to either one of the two following things (reload or "Refresh" button in shares advanced after a click while there will always be the first sizing click) or...

    The second is a little more involved that I found the sizing goes on the 'down' button action and not 'click '. This means that, if I could remove the graphic feature 'down' of my smart shape buttons and keep the top and click actions in theory the button could work and not cause the narrowing of image...

    Thoughts...

    Any who...

    Thank you

    Stephen

    Thanks Jabir, I sent you the requested information and any idea that you can give me on this is greatly appreciated.

    Rick,

    I'll send them a request and see what I can get done.

    Thanks for all the help!

  • GUI of tabular forms refreshing not properly after update

    Hello

    I have a few apps using a tabular presentation which is not updated correctly. They are all views on the base with a couple of them having triggers to handle the update.

    When the screen is refreshed after the update, it shows the original data before the user made the change. However, the database is updated correctly and the shape is correct after the update of the browser.

    I have tried everything I can think of, changing reconstruction through settings on the update/post process, as well as the report itself. I'd also appreciate a work-around, which is a way to redirect to the same page but to force a refresh.

    Here, any help would be appreciated.

    Thank you.

    MWT

    Don't remember how, but this problem has disappeared.

  • Button refresh/recycling - work around him with presentations of form

    I have a form that sends to the result page

    On the result page...

    < cfif structKeyExists (form, 'submit' >)

    Total = total + 1

    < / cfif >

    I noticed that if I press the button "Refresh" on any browser, the total increases, that I don't want.

    So I thought that I could work around it by using structDelete (Form, "submit"), but it made no difference. Look further into it, when I poured the contents of the form at the beginning of the results page, it seems that the button refresh hang 'undeletes' to 'submit' form, that's why my total increases.

    Any advice on a way around this?

    It is possible, that we have done something like this on our system as a double safety mech, but he was coding people hit submit twice quickly F5 questions.

    At the * very * top of page treatment, do something like and then false at the end of the page.

    Then, wrap the code of the page in a or similar. But the code must be at the top of the page to make sure it works as soon as someone clicks.

    Just think about it logically, there is just nothing complicated about this topic once you know exactly what you want to achieve.

  • Form of contact-checkbox PHP coding does not work

    I'm a newbie to the design of web pages, so I would be grateful if you could explain me what PHP coding I would need to "Checkbox" and where to place them in the PHP coding below. I can send the form to my email with all topics and filled in the forms with the Yes or no box.

    Only problem I have is that the part of the info in the box appear right at the top of the message electronic rather than the "Name", "Such", "Email" etc... Another half of the box appear where it suppose to be wih double position as shown below. I also want to remove the < br > e-mail message. You can also tell me how to change the color for the position so clear sound.

    I wrote the code box in BLUE for HTML and PHP coding below. Sorry for the long coding. Look forward to hearing from someone. Very much appreciated.

    Message delivered to the email address as received:

    Rear ground extension: Yes

    Two-storey rear extension: Yes
    Two-storey side extension: No
    Loft: Yes
    New Build: Yes

    Other: Yes

    Name: Test<br>
    Email: [email protected]<br>
    Contact No: 87576as<br>
    Address1: addy1<br>
    Address2: addy2<br>
    Town: town<br>
    County: county<br>
    Postcode: post<br>
    Property Type: Cottage<br>
    Property Area: None<br>
    Message:<br>
    test msg

    My HTML coding for the form:

    < div class = "contact form" >
    < form id = "form1" name = "form1" method = "post" action = "test2.php" >
    < fieldset >
    < legend > < strong privacy > < / strong > < / legend >
    < table width = "690" border = "0" >
    < b >
    < td width = "340" > < p >
    < label = 'name' class = "contactLable" > name: < / label >
    < input name = "name" type = "text" id = "name" tabindex = "10" size = "30" / >
    < /p > < table >
    < td width = "340" > < p >
    < label = "contact_number" class = "contactLable" > Contact No.: < / label >
    < input name = "contact_number" type = "text" id = "contact_number" tabindex = "20" size = "30" / >
    < /p > < table >
    < /tr >
    < /table >
    < table width = "690" border = "0" >
    < b >
    < td > < p >
    < span id = "sprytextfield1" >
    < label for class = "email" = "contactLable" > Email: < / label >
    < input name = "email" type = "text" id = "email" tabindex = "30" size = "30" / >
    < span class = "textfieldRequiredMsg" > a value is required. </span > < span class = "textfieldInvalidFormatMsg" > Invalid format. </span > < / span > < /p > < table >
    < /tr >
    < /table >
    < / fieldset >
    < fieldset >
    < legend > < strong > < facilities > project information < / legend >
    < p > < table width = "690" border = "0" >
    < b >
    < td width = "340" > < p >
    < label = "address1" class = "contactLable" > address 1: < / label >
    < input name = "address1" type = "text" id = "address1" tabindex = "40" size = "30" / >
    < /p > < table >
    < td width = "340" > < p >
    < label = "address2" class = "contactLable" > address 2: < / label >
    < input name = "address2" type = "text" id = "address2" tabindex = "50" size = "30" / >
    < /p > < table >
    < /tr >
    < b >
    < td > < p >
    < label for class = "City" = "contactLable" > City: < / label >
    < input name = "City" type = "text" id = "City" tabindex = "60" size = "30" / >
    < /p > < table >
    < td > < p >
    < label = 'County' class = "contactLable" > County: < / label >
    < input name = "County" type = "text" id = "County" tabindex = "70" size = "30" / >
    < /p > < table >
    < /tr >
    < b >
    < td > < p >
    < label for class = 'postal code' = "contactLable" > postal Code: < / label >
    < input name = "PostalCode" type = "text" id = "PostalCode" tabindex = "80" size = "10" / >
    < /p > < table >
    < td > < table >
    < /tr >
    < b >
    < td > < p >
    < label = "propertyType" class = "contactLable" > Type of property: < / label >
    < select name = "propertyType" id = "propertyType" tabindex = "90" >
    Select < option > please < / option >
    Detached < option > < / option >
    < option > combined < / option >
    < option > end of Terrace < / option >
    Mid-terrace < option > < / option >
    < option > dish < / option >
    Bungalow < option > < / option >
    Cottage < option > < / option >
    < option > other < / option >
    < / select >
    < /p > < table >
    < td > < p >
    < label = "propertyArea" class = "contactLable" > property: < / label >
    < select name = "propertyArea" id = "propertyArea" tabindex = "100" >
    Select < option > please < / option >
    < option > None < / option >
    Listed Building < option > < / option >
    Conservation Area < option > < / option >
    < / select >
    < /p > < table >
    < /tr >
    < /table >
    < /p >
    < / fieldset > < fieldset > < legend > < strong project Type > < / strong > < / legend >
    < table width = "690" >
    < b >
    < td width = "338" > < label >

    < input name = "rearExt" type = "checkbox" class = "contactCheckbox" id = "CheckboxGroup1_0" tabindex = "110" value = "rearExt" / >
    Back to the floor extension < / label > < table >
    < td width = "340" > < input name = "sideExt" type = "checkbox" class = "contactCheckbox" id = "CheckboxGroup1_1" tabindex = "120" value = "sideExt" / >
    Extension of land-side < table >
    < /tr >
    < b >
    < td > < input name = "twoStoreyRear" type = "checkbox" class = "contactCheckbox" id = "twoStoreyRear" tabindex = "130" value = "twoStoreyRear" / >
    Extension back double-decker < table >
    < td > < input name = "twoStoreySide" type = "checkbox" class = "contactCheckbox" id = "twoStoreySide" tabindex = "140" value = "twoStoreySide" / >
    Extension to two-storey side < table >
    < /tr >
    < b >
    < td > < input name = "loft" type = "checkbox" class = "contactCheckbox" id = "loft" tabindex = "150" value = "loft" / >
    Loft conversion < table >
    < td > < input name = "new construction" type = "checkbox" class = "contactCheckbox" id = "new construction" tabindex = "160" value = "newBuild" / >
    New construction < table >
    < /tr >
    < b >
    < td > < input name = type 'flat' = "checkbox" class = "contactCheckbox" id = "flat" tabindex = "170" value = "flat" / >
    Flat conversion < table >
    < td > < input name = "other" type = "checkbox" class = "contactCheckbox" id = "other" tabindex = "180" value = "other" / >
    Another conversion < table >
    < /tr >
    < /table >
    < / fieldset >
    < fieldset > < legend > < Message > < / strong > < / legend >
    < p >
    < label for the class = "message" = "contactLable" > your Message or comments: < / label >
    < name textarea = 'message' id = cols "message" = "45" lines = "5" tabindex = "190" > < / textarea >
    < /p >
    < / fieldset >
    < br / >
    < input type = "submit" name = "Submit" id = "Submit" value = "Submit" tabindex = "200" / >
    < / make >
    < / div >

    PHP code to send to my email:

    < ! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional / / IN" "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 = "refresh" content = "0; URL = thankyou.html">
    < title > < /title > E-mail form
    < / head >

    < body >
    <? PHP
    $name = addslashes($_POST['name']);
    $contact_number = addslashes($_POST['contact_number']);
    $email = addslashes($_POST['email']);

    $address1 = addslashes($_POST['address1']);
    $address2 = addslashes($_POST['address2']);
    $town = addslashes($_POST['town']);
    $county = addslashes($_POST['county']);
    $postcode = addslashes($_POST['postcode']);

    $propertyType = addslashes($_POST['propertyType']);
    $propertyArea = addslashes($_POST['propertyArea']);

    $rearExt =($_POST['rearExt'])? "" Back to the floor extension: Yes ': "" back to the floor extension: No. ";"
    $sideExt =($_POST['sideExt'])? "' Land extension side: Yes": "' land extension side: No."; "
    $twoStoreyRear =($_POST['twoStoreyRear'])? "" Two-storey rear extension: Yes ': "" extension back to two floors: No. ";"
    $twoStoreySide =($_POST['twoStoreySide'])? "" Two-storey side extension: Yes ': "" extension aside two floors: No. ";"
    $loft =($_POST['loft'])? "" Loft: Yes ":" ' Loft: No. ";"
    $newBuild =($_POST['newBuild'])? "" New generation: Yes ': "" new generation: No. ";"
    $flat =($_POST['flat'])? "' Dish: Yes": "' dish: No."; "
    $other =($_POST['other'])? "" Others: Yes ': "" others: No. ";"
    other $msg.="\n$rearExt\n$wsideExt\n$twoStoreyRear\n$twoStoreySide\n$loft\n$newBuild\n$wflat\n$;


    $message = addslashes($_POST['message']);

    You can specify which email you want your contact form to be emailed here

    $toemail = " " [email protected] "; "
    $subject = "of the Web site test."

    $headers = "MIME-Version: 1.0\n.
    ." From: \"".$name. » \ » < ". $email. "" > \n ".
    ." Content-type: text/html; charset = iso-8859-1\n ";

    $body = "name:". " $name. "" < br / > \n ".
    ." E-mail: '. '. $email. "" < br / > \n ".
    ." Contact No.: ".." $contact_number. "" < br / > \n ".

    ." Address1: ".." $address1. "" < br / > \n ".
    ." Address2: ".." $address2. "" < br / > \n ".
    ." City: ".." $town. "" < br / > \n ".
    ." County: '. '. $county. "" < br / > \n ".
    ." Postal code: ".." $postcode. "" < br / > \n ".

    ." Property type: ".." $propertyType. "" < br / > \n ".
    ." Property: ".." $propertyArea. "" < br / > \n ".

    . "Back to the floor extension:". " $rearExt. "" < br / > \n ".
    ." Land extension side: ".." $sideExt. "" < br / > \n ".
    ." Two-storey rear extension: ".." $twoStoreyRear. "" < br / > \n ".
    ." Two-storey side extension: ".." $twoStoreySide. "" < br / > \n ".
    ." Loft conversion: ".." $loft. "" < br / > \n ".
    ." New generation: ".." $newBuild. "" < br / > \n ".
    ." Dish: ".." $flat. "" < br / > \n ".
    ." Other: ".." $other. "" < br / > \n ".


    ." "Message: < br > \n".
    . $message;

    If (! ereg ("^ [a-zA-Z0-9_] + @[a-zA-Z0 - 9-] + \.")) [a-zA-Z0 - 9-------.] + $"(, $email))"
    {
    echo "is not a valid email address.  "Please return to the.
    . "previous page and try again. ';
    "exit";
    }

    mail ($toemail, $subject, $body, $msg, $headers);
    echo "thank you for your comments";
    ? >
    < / body >
    < / html >

    This topic has been moved to the Dreamweaver application development forum, which deals with PHP and other issues aside server.

    I don't know where you got your PHP script, but it's bad writing. The reason why you get no results from the boxes because the script does not add to the body of the e-mail message and submits them to the mail() function in the argument which must contain the headers. This also explains why
    is in the email, because the HTML header is in the wrong argument.

    Remove all variables of the addslashes() function assignments. For example:

    $name=addslashes($_POST['name']);
    

    must be:

    $name = $_POST['name'];
    

    The code to get the results of the check box should look like this ("isset" insert):

    $rearExt = isset($_POST['rearExt'])?"Rear ground extension: Yes":"Rear ground extension: No";
    

    Change the following line:

    $msg.="\n$rearExt\n$wsideExt\n$twoStoreyRear\n$twoStoreySide\n$loft\n $newBuild\n$wflat\n$other";
    

    to do this:

    $msg = "$rearExt
    \r\n$wsideExt
    \r\n$twoStoreyRear
    \r\n $twoStoreySide
    \r\n$loft
    \r\n$newBuild
    \r\n$wflat
    \r\n";

    Headers should look like this:

    $headers = "MIME-Version: 1.0\r\n
                From: $name <" . $email . ">\r\n
                Content-type: text/html; charset=iso-8859-1";
    

    Each line in the body of the message should be followed by a return character and line transport, not only a new line character. In addition, because you use double quotes, you need not to keep opening and closing them. Variables can be placed in quotes. The first lines should look like this:

    $body = "Name: $name
    \r\n Email: $email
    \r\n Contact No: $contact_number
    \r\n

    The final closing quotes come at the end of the $body statement, which should include the values of your boxes like this:

            Other: $other
    \r\n $msg Message:
    \r\n $message";

    The line that sends your email should look like this:

     mail($toemail, $subject, $body, $headers);
    

    There are other improvements that could be made to the script, but the ones I listed should solve your problems.

    If you are interested in learning how to properly use PHP, you might like to take a look at my book, PHP Solutions, 2nd edition. Among other things, it shows you how to create a much friendlier e-mail form which verifies the required fields and preserves user input, if errors are found.

  • I have a problem with a graphic refreshing after its related data provider changes.

    I have a problem with a graphic refreshing after its related data provider changes. After calling the subsetHighLowData.refresh () I expect the table to redraw, but he looks always the same. I even checked the debugger to see if the range had occurred and he had.

    Ideas of friend codes?

    "nikos101" wrote in message
    News:gib6aa$PRR$1@forums. Macromedia.com...
    > I have a problem with a graphic refreshing after its related data provider
    > changes.
    > After calling the subsetHighLowData.refresh () I expect the graph
    > to
    > redraw, but it still looks like the same. I even checked the debugger to see
    > If
    > the slice took place and he had.
    >
    > Any ideas friends coding?
    >
    > subsetHighLowData.source =
    > highLowData.source.slice(slider.values[0],slider.values[1]);

    Just use the removeItemAt collection ArrayCollection, and it must handle the event
    a distribution for you.

    HTH;

    Amy

  • What is the background refresh

    Looking for an explanation for background refresh in settings. When it is necessary and how the effect of the duration of the battery on my iPad or phone?

    Hello. Check the battery saving tips for Battery Saving Tips for your beloved iPhone

    Background app refresh means that your applications are updated constantly and automatically even if you don't use them. Here you can find more information about multitasking on your iPhone, iPad and iPod touch - Apple Support

  • Problem with refresh PDFKit full screen

    I do a lot of presentations in PDF format (they are usually created with LaTeX, but I as explained below, this detail has nothing to do with the problem).

    Very often a slide appears in increments - think of several chips which are revealed one by one.

    What is really happening, is that each step is a separate page, but the user should not notice it.

    So if you have a bulleted list

    •A

    •B

    •THIS

    There are really three separate pages (one that contains just A, an and B and a with A, B, C).

    When you advance to the next overlay, it seems that a and B has been added to the screen, and then a C (even if every time an entire page is replaced by the next).

    In the Sierra this screen refresh is not smooth and the public can clearly see the screen "shaking."

    I tested it on two machines. I did a test of the Keynote presentation, which looks great; and then did the same with the PDF version and it is fragile. It was regardless of what program I used to view (Preview, Skim, TeXShop), which indicates that the problem is in the common framework, they use all - PDFKit.

    I already submitted comments to Apple, but I'd like to hear if people also see this; just to make sure that it is not something weird on my machines.

    Yes, I confirm this. It seems that PDFKit "re-focuces" fonts whenever we turn the page. While this might be great for static pages (best font anti-aliasing) is certainly a problem for presentations: you can clearly see the fonts from blurry to sharp in the slides with incremental changes. That's all just awful. On the other hand, PDFKit is not smooth images embedded in pdf files in the Sierra at all: those with straight lines will look on-screen civet. Once again, all just awful. Bad bad, Apple!

Maybe you are looking for

  • What's up with the clock on the display of password?

    My WiFi Xoom is encrypted. When I turn on the Tablet, I get a password with the Android logo screen and a clock that seems never to show the correct time. Is this a bug?

  • CTRL + click error code & cannot open a hyperlink

    Please help me. I'm trying to click on a hyperlink by Ctrl + click, & everytime I do it in a Word document (07), I get this error code: "MS WORD: this operation has been cancelled due to restrictions in effect on this computer." Please contact your s

  • Windows 8,10 not supported for laptop L501X

    Hello I bought the laptop L501X with Wind 7. Consulted the DELL support center to upgrade the system to windows 10 and right way the comment came was that the system will not apply to Windows 10. When the world is going for 10 windows updated. Allows

  • Inspiron 15R (5520)-"Defective keyboard" and "defect with the 1 GB AMD radeon graphics card".

    inspiron 15R(5520) Problem wid the 1gb AMD radeon(HD 7670 M) Graphic Card and some keyboard keys. Graphic card is not identified. shows in Device manager but dosen't work. I have problem wid some of ma keyboard keys. I have to tap it twice or thrice

  • Fixed HorizontalFieldManager Albums

    Hello I'm doing a top fixed banner (HorizontalFieldManager), style facebook/twitter, but I have no idea how do: I have tired: fmt=new HorizontalFieldManager(Manager.USE_ALL_WIDTH | Manager.NO_VERTICAL_SCROLL ); But it did not work, the Manager moves