{"id":7225,"date":"2014-05-31T19:38:08","date_gmt":"2014-05-31T19:38:08","guid":{"rendered":"https:\/\/unknownerror.org\/index.php\/2014\/05\/31\/javascriptjqueryajaxsalesforceajaxcontroltoolkitrelated-issues-collection-of-common-programming-errors\/"},"modified":"2014-05-31T19:38:08","modified_gmt":"2014-05-31T19:38:08","slug":"javascriptjqueryajaxsalesforceajaxcontroltoolkitrelated-issues-collection-of-common-programming-errors","status":"publish","type":"post","link":"https:\/\/unknownerror.org\/index.php\/2014\/05\/31\/javascriptjqueryajaxsalesforceajaxcontroltoolkitrelated-issues-collection-of-common-programming-errors\/","title":{"rendered":"javascript,jquery,ajax,salesforce,ajaxcontroltoolkitRelated issues-Collection of common programming errors"},"content":{"rendered":"<ul>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/0046585e1022fcd3b503c63f2956dfc4?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nElisabeth<br \/>\njavascript iphone ipad orientation<br \/>\nI&#8217;m having the same problem that a couple of others have had with getting the correct behavior in a web app on an orientation change, and there doesn&#8217;t seem to be an obvious solution &#8211; I&#8217;ve seen this question asked a couple of times on Stack Overflow and no one&#8217;s yet been able to answer it.When I start the app in portrait mode, it works fine. Then I rotate into landscape and it&#8217;s scaled up. To get it to scale correctly for the landscape mode I have to double tap on something twice, first to zoo<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/graph.facebook.com\/100002099340201\/picture?type=large\" \/><br \/>\nUlker Ibrahimova<br \/>\njavascript jquery file-get-contents<br \/>\nThis question already has an answer here:Ways to circumvent the same-origin policy11 answersIs there any way to get full page source of snother different site? Example my site is example.com but i want to get facebook&#8217;s page source on example.com. I tired this one: http:\/\/phpjs.org\/functions\/file_get_contents\/ And it gives me null. So anyone knows it?function file_get_contents (url, flags, context, offset, maxLen) {\/\/ Read the entire file into a string\/\/\/\/ version: 906.111\/\/ discuss at: http:\/\/<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/f38a77142bda47fc2a0c914fc3dd0d4c?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nInator<br \/>\nphp javascript apache nosql couchdb<br \/>\nI&#8217;ve recently successfully installed CouchDB version 1.2.1 and as a test I can access it using the following Apache rewrite in CentOS 6:RewriteRule couchdb\/(.*)$ http:\/\/127.0.0.1:5984\/$1 [QSA,P]I have a PHP authentication class that I use across a home grown API to support my mobile apps. My API accepts and authenticates each request using an HMAC signature that is included in the URL like so:https:\/\/api.domain.com\/endpoint\/?timestamp=[timestamp]&amp;signature=[signature]&amp;id=[id]&#8230;etcEach<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/54d4527e175ea6117587f9766ac4b8d7?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nshoriwa-shaun-benjamin<br \/>\njava javascript android cordova webview<br \/>\nI am trying to get my cordova webview to work with cordova 3.2 an use the phonegap Camera API to access the camera.Reference: Android WebViewsHere are some successful implementations of what I want to do, but these use Phonegap 1.9, i want to use Phonegap 3.2 (the latest one)Cordova WebView using AndroidAlso here&#8217;s a VideoWith the code below I am able to make the cordova webview display my index.html page without any issues but when I to access the camera by clicking on &#8220;Capture Photo&#8221; in my HTM<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/cd53740ddcefc9ceac7b97f4d20487b3?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nnovicePrgrmr<br \/>\njava javascript ajax json jsp<br \/>\nI am sorry to ask this but i&#8217;ve been working on this for hours and I can&#8217;t figure it out on my own. I have to use json for part of a project and I was able to get it to work but now it&#8217;s not returning it back to the right jsp but instead just displaying the json jsp. I am pretty sure it is how I am receiving the json.here are screen shots of what is happening:this is the jsp that I need to use ajax on, I am wanting to populate the second dropdown using ajax:this is what is happening instead, (it<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/6ceaca2e4d36db284cae876622c9cfa2?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nAndrew Whitaker<br \/>\njavascript regex<br \/>\nI am trying to build a regexp from static text plus a variable in javascript. Obviously I am missing something very basic, see comments in code below. Help is very much appreciated:var test_string = &#8220;goodweather&#8221;;\/\/ One regexp we just set: var regexp1 = \/goodweather\/;\/\/ The other regexp we built from a variable + static text: var regexp_part = &#8220;good&#8221;; var regexp2 = &#8220;\\\/&#8221; + regexp_part + &#8220;weather\\\/&#8221;;\/\/ These alerts now show the 2 regexp are completely identical: alert (regexp1); alert (regexp2);\/<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/cc352d092caa8e1d41aa7b42b4b2f0c0?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nDOTang<br \/>\njavascript regex<br \/>\nI am searching for text inside of website resources (html and javascript), and need to identify 3 regular expressions that will locate this text under certain circumstances:some string of text when it is contained inside of a javascript single-quoted string some string of text when it is contained inside of a javascript double-quoted string some string of text when it is not contained inside of a javascript stringHere are some scenarios that are likely to occur (searching for the string &#8220;somestr<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/c3203aa647aeb214c463c59f1af2c38f?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nAndy E<br \/>\njavascript html<br \/>\nI&#8217;m building up a row to insert in a table using jQuery by creating a html string, i.e.var row = &#8220;&#8221;; row += &#8220;&lt;tr&gt;&#8221;; row += &#8220;&lt;td&gt;Name&lt;\/td&gt;&#8221;; row += &#8220;&lt;td&gt;&lt;input value='&#8221;+data.name+&#8221;&#8216;\/&gt;&lt;\/td&gt;&#8221;; row += &#8220;&lt;\/tr&gt;&#8221;;data.name is a string returned from an ajax call which could contain any characters. If it contains a single quote, &#8216;, it will break the HTML by defining the end of the attribute value. How can I ensure that the string is rendered correctly in the brow<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/1f3474816dadf7e51b3df220203559f5?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nsameer<br \/>\njavascript angularjs maven yeoman<br \/>\nI have recently integrated maven yeoman plugin with my app. I followed https:\/\/github.com\/trecloux\/yeoman-maven-plugin\/blob\/master\/TUTORIAL.md My angular version is v1.2.3 . When I run the mvn clean install command, I get the following error . grunt-contrib-imagemin@0.3.0 node_modules\\grunt-contrib-imagemin G\u00f6\u00a3G\u00f6\u00c7G\u00f6\u00c7 filesize@1.10.0 G\u00f6\u00a3G\u00f6\u00c7G\u00f6\u00c7 chalk@0.2.1 (ansi-styles@0.2.0, has-color@0.1.4) G\u00f6\u00a3G\u00f6\u00c7G\u00f6\u00c7 optipng-bin@0.3.1 (bin-wrapper@0.1.9) G\u00f6\u00a3G\u00f6\u00c7G\u00f6\u00c7 gifsicle@0.1.4 (bin-wrapper@0.1.9) G\u00f6\u00a3G\u00f6\u00c7G\u00f6\u00c7 p<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/65f538663f6efb994a4261011f485297?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nRonald Yeung<br \/>\njavascript jquery ajax json cors<br \/>\nWhat I am trying to do is to have a page on the HTTP protocol sending an AJAX call to the same Web server but using HTTPS. Both the requesting page and the AJAX handler are on the same server, having the same domain and port. (I.e., only difference is the protocol.) To illustrate,Fromhttp:\/\/www.example.com\/index.phpTriggers a jQuery AJAX call tohttps:\/\/www.example.com\/authenticate.php?user=123&amp;password=456(I am hoping to pass the password through HTTPS to make it encrypted over the Internet.<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/graph.facebook.com\/100002099340201\/picture?type=large\" \/><br \/>\nUlker Ibrahimova<br \/>\njavascript jquery file-get-contents<br \/>\nThis question already has an answer here:Ways to circumvent the same-origin policy11 answersIs there any way to get full page source of snother different site? Example my site is example.com but i want to get facebook&#8217;s page source on example.com. I tired this one: http:\/\/phpjs.org\/functions\/file_get_contents\/ And it gives me null. So anyone knows it?function file_get_contents (url, flags, context, offset, maxLen) {\/\/ Read the entire file into a string\/\/\/\/ version: 906.111\/\/ discuss at: http:\/\/<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/314e8f1109c5056d15000bdfbff7a53f?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nMitesh Vora<br \/>\njquery html css ellipsis<br \/>\nI tried looking here Insert ellipsis (&#8230;) into HTML tag if content too wide but could not get in chrome to work. I there solution for multiline in all browsers??<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/65f538663f6efb994a4261011f485297?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nRonald Yeung<br \/>\njavascript jquery ajax json cors<br \/>\nWhat I am trying to do is to have a page on the HTTP protocol sending an AJAX call to the same Web server but using HTTPS. Both the requesting page and the AJAX handler are on the same server, having the same domain and port. (I.e., only difference is the protocol.) To illustrate,Fromhttp:\/\/www.example.com\/index.phpTriggers a jQuery AJAX call tohttps:\/\/www.example.com\/authenticate.php?user=123&amp;password=456(I am hoping to pass the password through HTTPS to make it encrypted over the Internet.<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/e0ab68024b68668fb29b5defc4c58012?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nuser2023507<br \/>\njquery spring twitter-bootstrap spring-mvc thymeleaf<br \/>\nI have following code : public class StudentController extends BaseController {@RequestMapping(value = &#8220;\/student\/edit&#8221;, method = RequestMethod.POST)public String submitForm(@Valid @ModelAttribute(MODEL_ATTRIBUTE_STUDENT) StudentDTO edited,BindingResult bindingResult, RedirectAttributes attributes) {if (bindingResult.hasErrors()) {return STUDENT_EDIT_FORM_VIEW;}\/\/some logic&#8230;}@InitBinder public void initBinder(WebDataBinder binder) {SimpleDateFormat dateFormat = new SimpleDateFormat(&#8220;MM\/dd\/yyyy&#8221;<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/6375e83092dd2decd91674cd3b1ae0be?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nthealexbaron<br \/>\njquery css<br \/>\nClick &#8220;Rate&#8221; &#8211; that should pop up a normal boxy dialog, but styles aren&#8217;t working. Any ideas?Here&#8217;s the working example on the site: http:\/\/www.great-quotes.com\/boxyTest.htmThe official boxy docs: onehackoranother.com\/projects\/jquery\/boxy\/.boxy-wrapper { position: absolute; } .boxy-wrapper.fixed { position: fixed; }\/* Modal *\/.boxy-modal-blackout { position: absolute; background-color: black; left: 0; top: 0; }\/* Border *\/.boxy-wrapper { empty-cells: show; }.boxy-wrapper .top-left,.boxy-wrapper<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/a2d70b623b2db2859fa6ad7f200341b0?s=128&amp;d=identicon&amp;r=PG\" \/><br \/>\nLiam Bailey<br \/>\njavascript jquery history.js<br \/>\nOn this page: http:\/\/www.kastenreus.nl\/onze-kasten\/ we have the filters down the left hand side, we are having a problem with the link filters under Verfijn uw wensen, if you watch the console you can see it is firing 2 requests, the first one is what the content is loading in from, when it is the second we actually need.This is the click binded event:jQuery(&#8220;.codenegar_product_filter_wrap ul li a&#8221;).live(&#8220;click&#8221;, function(e){e.preventDefault();var $this = jQuery(this);if($this.attr(&#8220;data-key&#8221;) =<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/35bb8d9426128782ff36dcd1809be558?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nEagletrophy<br \/>\ncodeigniter jquery<br \/>\nI wanted to ask, why does the response from a ajax request using the native ajax not post or get return my entire page? is there anything I should know? I have looked at the documentation on jquery.com and nothing is mentioned of something like that unless i&#8217;m looking else where. Can I get any help on why that keeps happening?This is the function that handles the validation of the form in question.joefunction showsupport() {$this-&gt;form_validation-&gt;set_rules(&#8216;supportername&#8217;,&#8217;Your Name&#8217;,&#8217;tri<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/a86725cb087daeb0c6602052f6ca0fc6?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nlokisapocalypse<br \/>\njquery jquery-ui accordion sortable<br \/>\nThis is my first time posting so please let me know if I fail to provide enough details. I have a page that contains multiple accordions. I wanted to use multiple accordions because I wanted users to be able to have multiple sections open at once which is not native to accordion. I also want users to be able to sort those accordions. The way the page is currently set up, users can sort the accordion with no problems. When the user goes to sort the accordions, I have a script that will close all<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/65da61e2d1068dce9bfe8999e3eb6ec2?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nCQM<br \/>\njquery android webview sencha-touch<br \/>\nIs there a better webview for android? Google&#8217;s own documents mention not to rely on the webview object.But for using webkit it seems strange that it is so limited, compared to other webkit browsers used on mobile devices with comparable hardware.This is evident in jquery mobile implementations, or similarly sencha touch implementations for web apps. The Android version suffers slowdowns, rendering issues, and a poor user experience, where other mobile devices &#8211; like an iphone &#8211; will run it fine<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/af668818d6cfecc1a1b008cf599562cd?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\njmort253<br \/>\njquery xml<br \/>\nHow would I go about parsing XML cross-domain? Could someone provide an example? The example doesn&#8217;t have to be restricted to only jQuery, as JavaScript will also suffice.<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/cd53740ddcefc9ceac7b97f4d20487b3?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nnovicePrgrmr<br \/>\njava javascript ajax json jsp<br \/>\nI am sorry to ask this but i&#8217;ve been working on this for hours and I can&#8217;t figure it out on my own. I have to use json for part of a project and I was able to get it to work but now it&#8217;s not returning it back to the right jsp but instead just displaying the json jsp. I am pretty sure it is how I am receiving the json.here are screen shots of what is happening:this is the jsp that I need to use ajax on, I am wanting to populate the second dropdown using ajax:this is what is happening instead, (it<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/f61daec877a33b66ec6de42e542d751f?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nJohn Smith<br \/>\najax jsf jsf-2 primefaces radio-button<br \/>\nWhen I try this code after loading the index.xhtml page which is my welcome page(and which have page strana1.xhtml initialy included as content of p:outputPanel &#8220;sadrzaj&#8221;) and clicking on button &#8220;Napred&#8221;(means Forward) everything works fine and I got the ajax update of p:outputPanel id=&#8221;sadrzaj&#8221;(page strana2.xhtml loads and replace page strana1.xhtml inside of index.xhtml page, under p:outputPanel &#8220;sadrzaj&#8221;). But after that any change of radioButtons(which are part of page strana2.xhtml) doesn&#8217;t<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/65f538663f6efb994a4261011f485297?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nRonald Yeung<br \/>\njavascript jquery ajax json cors<br \/>\nWhat I am trying to do is to have a page on the HTTP protocol sending an AJAX call to the same Web server but using HTTPS. Both the requesting page and the AJAX handler are on the same server, having the same domain and port. (I.e., only difference is the protocol.) To illustrate,Fromhttp:\/\/www.example.com\/index.phpTriggers a jQuery AJAX call tohttps:\/\/www.example.com\/authenticate.php?user=123&amp;password=456(I am hoping to pass the password through HTTPS to make it encrypted over the Internet.<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/ace32c4dac4f82c9069676a242ba4fe3?s=32&amp;d=identicon&amp;r=PG&amp;f=1\" \/><br \/>\nstanleyhope<br \/>\njavascript ajax ssl internet-explorer-8<br \/>\nThe problem: I have a site with a recently installed SSL certificate that is very dependent on POST calls over AJAX. The site worked fine on Internet Explorer 8 before the SSL certificate, but now does not.Since I haven&#8217;t been able to get a good way to read any error messages, I haven&#8217;t been able to pin down where the bug is coming from. I will try to list as much as I know\/ have figured out, and I greatly appreciate any suggestions.What I know:On IE8, the site will not perform any AJAX POST cal<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/9d0ead139e001492245e7232e34029f7?s=32&amp;d=identicon&amp;r=PG&amp;f=1\" \/><br \/>\nSamuli Kauranne<br \/>\najax validation jquery-validation-engine<br \/>\nFirst, my apologies for a lengthy post on a topic which has been asked before, but I found the solutions suggested in earlier threads either outdated or not applicable to my problem.The topic pretty much outlines the core problem. I&#8217;m validating forms using the jQuery validation plugin (currently v.1.12) but I have a repeating validation situation which requires server-side verification against current session variables (sending the data to client side is out of question for security reasons) an<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/i.stack.imgur.com\/jqVZH.jpg?s=32&amp;g=1\" \/><br \/>\nBLSully<br \/>\nc# javascript .net ajax sencha-touch<br \/>\nThis is kind of a 2 part question:1) What is the better approach, letting .NET convert native objects into JSON, or using wrappers and encoding them myself (e.g. public string DataTableToJSON(DataTable))2) If the answer to the first question is the former approach, how best to pass error conditions to the client (JavaScript AJAX requests, generally with jQuery or in this specific case, Sencha Touch (Ext))? My current method (explained further down in this question) seems to work fairly well, but<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/b949cb93e1c1ee9cbd8a13d02093a7be?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nBenSwayne<br \/>\nc# ajax asp.net-mvc signalr<br \/>\nI have an ASP.NET MVC3 application.If my application had a large number of users \u2013 let&#8217;s say 100,000 \u2013 hypothetically, if all users were talking to each other and I used SignalR, would there be 100,000 long polling connections? Would these cause some sort of denial of service? Should I be using\u00a0AJAX HTTP instead? Or would SignalR be smart enough to release the connection to resource pool when no activity is found for certain period of time? When would using signalR for chat be recommended for ch<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/6ed0c27d856852d07f1619d49432c9f7?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nbrl8<br \/>\njava ajax xml<br \/>\nThis is probably a common question but I can&#8217;t figure it out. I have this URL which returns the expected ticket detail if I plug it into a browser, so I know it is working:https:\/\/www.myconnectwise.net\/v4_6_release\/services\/system_io\/integration_io\/processClientAction.rails?actionString=%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-16%22%3F%3E%0A%3CGetTicketAction%20xmlns%3Axsi%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2FXMLSchemainstance%22%20xmlns%3Axsd%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2FX<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/49b878ee5070aab77378eebce0b1baff?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nuser1985705<br \/>\nphp jquery ajax pagination<br \/>\nBelow is a working pagination script that displays content from a MySQL database. I need to have the pages seamlessly load within the container &#8220;#content&#8221; rather than have the entire page refreshed. I search extensively for hours but none of the tutorials I encountered helped me implement Ajax\/JQuery on this script. Here is the code I use to display my articles + pagination.&lt;div id=&#8221;content&#8221;&gt; &lt;?php include(&#8216;db.php&#8217;);$stmt = $db-&gt;query(&#8216;SELECT * FROM db&#8217;); $numrows = $stmt-&gt;rowCoun<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/0cae838616ad07415b32f0cf03694c0c?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nSTi88<br \/>\najax extjs combobox extjs4.1<br \/>\nI am trying to get ExtJS combobox to return value instead of display value.Here&#8217;s my problem. I am using ajax to get the data for the combobox field, and in the same time using getForm().load to load the selected values for the combobox. In the model I&#8217;ve return a display value and code value. Display value is assigned to &#8216;name&#8217; and code value is assigned to &#8216;hiddenName&#8217;. When I submit the data, the display value is being submitted not the code value from &#8216;hiddenName&#8217; field.After changing th<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/a581932d94fdceb9862d7742e929d6eb?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nMozenRath<br \/>\njava websphere axis2 salesforce ssl-certificate<br \/>\nI am trying to integrate with sales force. I have a sample runnning on weblogic but fails on WAS(tried only on WAS 8). This is the error I get. It says that i have a certificate that is not trusted. Can I disable the certificate chack? I dont even know why this certificate is being used. The stack is very long(overflowing :)) sry about that.[1\/20\/12 17:31:17:505 IST] 0000002a SystemErr R org.apache.axis2.AxisFault: javax.net.ssl.SSLHandshakeException: com.ibm.jsse2.util.h: PKIX path building<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/acdcbae20309e73600b218a3ac2dea63?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nBrian Kessler<br \/>\njava web-services soap jaxb salesforce<br \/>\nI was on one Java\/Salesforce tutorial but I couldn&#8217;t get it to work as is because SoapBindingStub seems to be obsolete code based upon depreciated libraries. So I tried to mesh the code with code from JAX-WS Quick Start, but this didn&#8217;t quite work either. No matter what I did, ultimately the sample console application would suffer exceptions, complaining &#8220;Web Service Exception creating salesface port.: Unable to create JAXBContext due to the security restriction on class javax.xml.ws.WebServic<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/69aecdfa2c518c6ffd3b2937f98637ea?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\ntheGreatDanton<br \/>\njava web-services soap salesforce<br \/>\nI am trying to connect to Salesforce from a java class (on my local machine). I have used the WSC-22.jar (webservice connector) and used the same as the library in eclipse. I have also parsed the enterprise wsdl to a jar and uploaded the library in the eclipse. I am running the below java class which is error out.package wsc;import com.sforce.soap.enterprise.Connector; import com.sforce.soap.enterprise.DeleteResult; import com.sforce.soap.enterprise.EnterpriseConnection; import com.sforce.soap.e<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/167922e7ef7ed1aee387028d8e900f80?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nAlto<br \/>\nios oauth salesforce<br \/>\nI have created a new &#8216;Connected App&#8217; in SalesForce. When I create new iOS app from the Native Force.com REST App Template and input my Consumer Key and CallBack URL everything works fine and it allows me to log in and start using the features of the SFRest API.However I am trying to create a new tab bar application, I have to manually add in some of the frameworks and folders as suggested by the &#8216;SalesForce Touch Platform Mobile Development Guide&#8217; as well as the post here: http:\/\/stackoverflow.c<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/3323766d9446b4541cdcbc02d7da5c81?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nTechnetium<br \/>\nsalesforce email-validation<br \/>\nI&#8217;m trying to store email addresses in Salesforce.com from another service that allows invalid email addresses to be specified. If one of those bad invalid email addresses is sent to Salesforce.com via their Web Services API, Salesforce.com will prevent the record from saving with an INVALID_EMAIL_ADDRESS error code.I can&#8217;t find any documentation on how to disable validation on Email fields, so it looks like I&#8217;ll need to validate them in my integration and pull out those that fail. Does anyone k<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/36871e1a9ddf4829513cc7794d7566a6?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nCDD<br \/>\ntriggers salesforce apex-code<br \/>\nLong story short, I need to update a custom field in my standard Contact, that fires after a different, unrelated Custom Object is updated. I&#8217;ve tried to write a trigger that passes the field value from my Custom Object to the Contact, but I keep getting a variety of errors &#8211; the most recent of which has stumped me. The end goal is to update Passing__c from Passing_Field__c.I&#8217;m getting an unexpected Token: &#8220;(&#8221; error on the for(Contact C: line. It is literally so simple I cannot figure it out. He<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/f46301bba7817f6098df3b0a0ace139b?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nBrady<br \/>\nphp api soap salesforce<br \/>\nLet me set the scene:I&#8217;m a PHP developer that needs to take info from a web form and send it into a clients Salesforce. At first I though it was as simple as using Web2Lead. However the client has a Salesforce developer in house.The in house developer has sent me partner.wsdl and CatalystWebservice.wsdl files along with login details to their sandbox to run all this on. The in house developer has basically said I need to use the SOAP API of Salesforce and once connected and logged in I need to c<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/d029623ea1743307aaeae8c145fb4462?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nHavoc783<br \/>\nsalesforce<br \/>\nWe&#8217;ve set up this process to help prioritize our cases. To do this, I want to trigger off a new case record after it comes in through email-to-case. Then query to see if it&#8217;s related to an account. If it is, I want to return a value, cScore. Then insert.This is what I have so far, it&#8217;s returning this error:Error: Invalid Data. Review all error messages below to correct yourdata. Apex trigger newCaseScoring caused an unexpected exception,contact your administrator: newCaseScoring: execution of Be<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/i.stack.imgur.com\/dcdhW.jpg?s=32&amp;g=1\" \/><br \/>\nSankumarsingh<br \/>\nselenium xpath salesforce selenium-ide qa<br \/>\nI&#8217;m currently setting up an automation testing in Salesforce application but I am having a problem of typing characters in rich text editor using Selenium IDE.As I know that the rich text editor is wrapped in the iframe. In the HTML, I got the code like this: &lt;iframe id=&#8221;j_id0:j_id4:j_id6:j_id115:j_id117:textAreaDelegate_Comments__c_frame&#8221; frameborder=&#8221;0&#8243; allowtransparency=&#8221;true&#8221; tabindex=&#8221;0&#8243; src=&#8221;&#8221; title=&#8221;Rich text editor, j_id0:j_id4:j_id6:j_id115:j_id117:textAreaDelegate_Comments__c,<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/e16a46d894cafe9a1495ec6f83849d2c?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nNate<br \/>\nsalesforce apex-code<br \/>\nError: Invalid Data. Review all error messages below to correct your data. Apex trigger triggerOpportunityCloseInstallDateChange caused an unexpected exception, contact your administrator: triggerOpportunityCloseInstallDateChange: execution of BeforeUpdate caused by: System.DmlException: Delete failed. First exception on row 0 with id 00o30000003ySNhAAM; first error: SELF_REFERENCE_FROM_TRIGGER, Object (id = 0063000000i23T9) is currently in trigger triggerOpportunityCloseInstallDateChange, ther<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/4ed6731b5adb6687923e962e437c3ce1?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nAamir<br \/>\najaxcontroltoolkit modalpopupextender<br \/>\nWhile wanting modalPopupExtender to show from code-behind, everything works well exceptthe opacity and alpha(filter) properties of the CSS are not applied meaning i get a modal popup with the color i set in my BackgroundCSSClass and hence cannot see my original controls in the background.anyone facing this weird behavior and have a solution for this?B.t.w, Everything works well when the TargetControlID is not hidden.<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/4cf2718a8ba769387e77245244ffc802?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nKyle B.<br \/>\nvisual-studio ajaxcontroltoolkit visual-sourcesafe<br \/>\nLet me start by saying I&#8217;m aware there are better version control systems than VSS, and also aware that a &#8220;web project&#8221; instead of a &#8220;web site&#8221; may be a better approach. Unfortunately, neither of those suggestions help solve my problem.Basically, I have a series of AjaxControlToolkit.dll or AjaxControlToolkit.resource.dll files in my web project&#8217;s bin folder. Each time a new developer begins working on a project, it checks out these files, but Visual Studio does not show them as checked out.<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/133038fab8152c8b8b91995a95ff710e?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\njason<br \/>\nasp.net vb.net ajaxcontroltoolkit<br \/>\nI&#8217;m experiencing some odd behavior with drop down boxes and I&#8217;m hoping someone could explain what&#8217;s going on. I have a datarepeater that builds out a table of rows. Each row has a dropdownlist (hidden) and a linkbutton (not hidden) in a cell. The expected behavior is that when a user clicks the linkbutton for a specific cell, it fires a server command. This command does a few things but also sets the selected value of the DDL and then sets it visible and sets itself (the linkbutton) hidden.<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/ea785e1b7d38f1b63e1a927b37939c1d?s=32&amp;d=identicon&amp;r=PG&amp;f=1\" \/><br \/>\nAntony Dev<br \/>\njavascript jquery ajax salesforce ajaxcontroltoolkit<br \/>\nFollowing this post :Define Apex controller in javascript home componentI tried to improved it, because the limit of Salesforce for an SOQL request is 50k records.The Code_Postal__c object can have more than 50k of records.I saw that we can parse item in javascript (i&#8217;m pretty bad with this language). The idea is to make a dynamic call of my controller when the user will start typing the postal code ( id of the field = #acc18zip ). But i got an error with my item list, so i came back to use my<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/66748187bcee8593ac06722d2a85ee2b?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nScott Ivey<br \/>\nvisual-studio-2008 ajaxcontroltoolkit<br \/>\nI want to add an ajax:TabContainer to my webpage. I don&#8217;t get any build errors, but when I try to browse to the page, it gives me the error: &#8220;The Controls collection cannot be modified because the control contains code blocks (i.e. &lt;% &#8230; %&gt;).&#8221;.I re-downloaded the Ajax Control Toolkit for the sample sites, opened the solution in VS, ran the sample for the TabContainer, and it worked fine. I thought it was perhaps a different version of the Ajax Control Toolkit &#8211; but no. The AjaxControlToolkit<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/6ced859e88db62d532e0e763aa24925a?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nCraig M<br \/>\nasp.net ajaxcontroltoolkit asyncfileupload<br \/>\nI&#8217;m trying to use the AsyncFileUpload control from the Asp.net Ajax Control Toolkit (Sept 30, 2009 stable build: 30930) . I&#8217;ve created a demo application and the control works fine. Files upload and all is well. When I try to use the control in my real application, I&#8217;m always receiving an error stating &#8220;The file attached is invalid&#8221;. The AsyncFileUpload control returns this when the file uploaded is null. To isolate the problem, I created a new master page exactly like the master page in my demo<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/i.stack.imgur.com\/1LrbW.jpg?s=32&amp;g=1\" \/><br \/>\njackncoke<br \/>\nc# asp.net .net visual-studio-2012 ajaxcontroltoolkit<br \/>\nMy job was to add routing to a 2.0 site. I changed the framework in visual studio and coded what i need to and it ran great. Now I trying to move my changes to a staging area for testing before i go live and i am having a ton of trouble. Server Error in &#8216;\/&#8217; Application.Could not load file or assembly &#8216;System.Windows, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e&#8217; or one of its dependencies. The system cannot find the file specified.Description: An unhandled exception occurred<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/i.stack.imgur.com\/j7hp7.jpg?s=32&amp;g=1\" \/><br \/>\nDreamcatcher<br \/>\nasp.net ajaxcontroltoolkit<br \/>\nI have a website and I use Ajax Control Tootkit (7.1005). I installed ajax control toolkit with nuget. I use shared hosting and it is Medium Trusted Level. My problem appear when i try open page which contains ToolkitScriptManager item.Error Message:Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more infor<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/207098e7139c0657cdeadd71e09685d3?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nBubba<br \/>\najaxcontroltoolkit cascadingdropdown<br \/>\nVisual Studio 2010, .NET Framework 4.0 Trying to manually add an AjaxControlToolkit CascadingDropDown extender to a webpage dynamically. The web page has a placeholder. When it posts back the controls are built dynamically and added to the placeholder. I have regular ASP.NET drop down list boxes that I want to add CascadingDropDown extender to.myCascadingDropDown = New AjaxControlToolkit.CascadingDropDown myCascadingDropDown.ID = &#8220;cdd_&#8221; &amp; myDisplayedField.ControlID myCascadingDropDown.Beha<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/4f54f45e0c8712cdb6a3f0908e7bfa63?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\ndotnetN00b<br \/>\nasp.net asp.net-ajax ajaxcontroltoolkit global-asax<br \/>\nEverything was working fine. Then I added the Global.asax and suddenly got this error: Line: 4723Error: Sys.WebForms.PageRequestManagerParserErrorException: The message received from the server could not be parsed. Common causes for this error are when the response is modified by calls to Response.Write(), response filters, HttpModules, or server trace is enabled.Details: Error parsing near &#8216;eeCtrl_Data = null;|&lt;%@ Application Language=&#8221;VB&#8221; %&gt;&lt;script runat=&#8221;server&#8221;&gt;Sub Application_St<\/li>\n<\/ul>\n<p>Web site is in building<\/p>\n<p>I discovery a place to host code\u3001demo\u3001 blog and websites.<br \/>\nSite access is fast but not money<\/p>\n<p><img decoding=\"async\" src=\"http:\/\/www.m5zn.com\/newuploads\/2014\/01\/30\/jpg\/e7da807964b1fff.jpg\" \/><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Elisabeth javascript iphone ipad orientation I&#8217;m having the same problem that a couple of others have had with getting the correct behavior in a web app on an orientation change, and there doesn&#8217;t seem to be an obvious solution &#8211; I&#8217;ve seen this question asked a couple of times on Stack Overflow and no one&#8217;s [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-7225","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/7225","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/comments?post=7225"}],"version-history":[{"count":0,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/7225\/revisions"}],"wp:attachment":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/media?parent=7225"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/categories?post=7225"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/tags?post=7225"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}