We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Xrequest print error: Input XML
<Sql id="testres" ref="testresource" datasource="mysqltest" type="query" output="true"></Sql> <XRequest id="members" method="GET" output="true" url="https://us20.api.mailchimp.com/3.0/lists/bf104d20b3/members/"> <Header name="Authorization" value="apikey 261ced5c9403b344aa6eaf480d514853-us20"/> </XRequest> </Sql>
Erroneous jsp output:
<sql:query var="testres" dataSource="mysqltest">select * from movie url="https://us20.api.mailchimp.com/3.0/lists/bf104d20b3/members/" value="apikey 261ced5c9403b344aa6eaf480d514853-us20"</sql:query> <c:set target="${output}" property="testres" value="${pageScope['testres']}"/> <m:xrequest var="members" method="GET" output="true"> <m:header name="Authorization"/> </m:xrequest>
The text was updated successfully, but these errors were encountered:
Unable to reproduce as of now
Sorry, something went wrong.
ancode4
No branches or pull requests
Xrequest print error:
Input XML
Erroneous jsp output:
The text was updated successfully, but these errors were encountered: