Difference between revisions of "Error Messages/41029"

(Created page with '= Error Message Examples = You cannot pass <<formValues>> (2nd parameter) to ReadFromUrl without specifying the <<formFields>>(3rd parameter). = Cause = <<formFields>> a…')
 
 
Line 1: Line 1:
= Error Message Examples =
+
[[Category: Error messages]]
  
You cannot pass <<formValues>> (2nd parameter) to [[ReadFromUrl]] without specifying
+
== Error message examples ==
the <<formFields>>(3rd parameter).
 
  
= Cause =
+
<pre style="background:white; border:white; margin-left: 1em; font-style:italic">
 +
You cannot pass «formValues» (2nd parameter) to ReadFromUrl without specifying
 +
the «formFields» (3rd parameter).
 +
</pre>
  
<<formFields>> and <<formValues>> parameters to [[ReadFromUrl]] can be specified to pass in form values to web-forms. <<formFields>> and <<formValues>> must both share a common index, and <<formValues>> parameter cannot be passed without the <<formFields>> parameter.  
+
== Cause ==
 +
 
 +
«formFields» and «formValues» parameters to [[ReadFromUrl]] can be specified to pass in form values to web-forms. «formFields» and «formValues» must both share a common index, and «formValues» parameter cannot be passed without the «formFields» parameter.  
  
 
Please go to the following link to learn more about [[Readfromurl#Submitting_Data_to_a_Web_Page|passing data to a web-form and to see a working example.]]
 
Please go to the following link to learn more about [[Readfromurl#Submitting_Data_to_a_Web_Page|passing data to a web-form and to see a working example.]]
  
= Remedies =
+
== Remedies ==
  
Pass in the required <<formFileds>> parameter along with <<formValues>> parameter to [[ReadFromUrl]].
+
Pass in the required «formFileds» parameter along with «formValues» parameter to [[ReadFromUrl]].
  
<br><comments />
+
==See Also==
 +
* [[Function calls and parameters]]
 +
* [[Retrieving Content From the Web]]
 +
* [[Links or URL in model attributes]]
 +
* [[ReadFromUrl]]

Latest revision as of 21:25, 6 April 2016


Error message examples

 You cannot pass «formValues» (2nd parameter) to ReadFromUrl without specifying
 the «formFields» (3rd parameter).

Cause

«formFields» and «formValues» parameters to ReadFromUrl can be specified to pass in form values to web-forms. «formFields» and «formValues» must both share a common index, and «formValues» parameter cannot be passed without the «formFields» parameter.

Please go to the following link to learn more about passing data to a web-form and to see a working example.

Remedies

Pass in the required «formFileds» parameter along with «formValues» parameter to ReadFromUrl.

See Also

Comments


You are not allowed to post comments.