Difference between revisions of "Error Messages/41029"
AManandhar (talk | contribs) (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: | ||
− | + | [[Category: Error messages]] | |
− | + | == Error message examples == | |
− | |||
− | = | + | <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> | ||
− | + | == 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 | + | Pass in the required «formFileds» parameter along with «formValues» parameter to [[ReadFromUrl]]. |
− | + | ==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
Enable comment auto-refresher