Solved
Forum Discussion
Gursimrat
11 years agoLeader
This was not the case @NicoB, I have already tried these out. I only have a requirement where I can pass the value from my custom component text box to this endpoint and get the results back, any other ways?
Gursimrat
11 years agoLeader
NicoB AdamN any solution? I have tried everything, but still not able to read parameter in endpoint from custom component. Any simple example or code snippet would be helpful.
- dhiraj_gophane11 years agoLeaderIn reference to my last Comment,
You can accept the parameter in endpoint as,
<#assign search_query = http.request.parameters.name.get("QueryParameter","") />